netclock/package.json

28 lines
794 B
JSON

{
"name": "netclock",
"version": "0.0.1",
"description": "A collection of time widgets for the web",
"private": true,
"scripts": {
"build": "webpack --config webpack.dev.js",
"watch": "webpack --watch --config webpack.dev.js",
"publish": "webpack --config webpack.prod.js"
},
"author": "Armin Friedl",
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.2",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.1.3"
},
"dependencies": {
"jquery": "^3.5.1",
"loglevel": "^1.7.0",
"reset-css": "^5.0.1"
}
}