uweather_firmware/frontend/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "x-frontend",
2020-06-16 16:01:07 -07:00
"version": "1.0.1",
"description": "A basic frontend with bulma css",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
2020-06-16 16:01:07 -07:00
"watch": "webpack --mode development --watch",
"test": "echo \"Error: no test specified\" && exit 1",
2020-06-16 16:01:07 -07:00
"sandbox": "npm-watch sandbox-server",
"sandbox-server": "node sandbox/sandbox.js"
},
"author": "",
"license": "ISC",
"engines": {
"node": "14.x"
},
"devDependencies": {
2020-07-07 18:37:12 -07:00
"@babel/core": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"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",
2020-07-07 18:37:12 -07:00
"npm-watch": "^0.6.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"webpack": "^4.40.2",
2020-07-07 18:37:12 -07:00
"webpack-cli": "^3.3.9"
},
"watch": {
2020-06-16 16:01:07 -07:00
"sandbox-server": {
"patterns": [
"sandbox"
]
}
}
}