uweather_firmware/frontend/package.json

37 lines
907 B
JSON

{
"name": "x-frontend",
"version": "1.0.1",
"description": "A basic frontend with bulma css",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"sandbox": "npm-watch sandbox-server",
"sandbox-server": "node sandbox/sandbox.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bulma": "^0.7.5",
"chart.js": "^2.8.0",
"css-loader": "^3.2.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"mini-css-extract-plugin": "^0.8.0",
"mithril": "^2.0.4",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"npm-watch": "^0.6.0"
},
"watch": {
"sandbox-server": {
"patterns": [
"sandbox"
]
}
}
}