Starting anew, before I changed to a custom chart
This commit is contained in:
30
dashboard/package.json
Normal file
30
dashboard/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "climate-ranger-frontend",
|
||||
"version": "0.0.1",
|
||||
"description": "Frontend for displaying info about room climate",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack",
|
||||
"dev": "webpack serve",
|
||||
"build-watch": "webpack -w -h"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.3",
|
||||
"@webpack-cli/init": "^1.0.3",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"css-loader": "^5.0.1",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser-webpack-plugin": "^5.0.3",
|
||||
"ts-loader": "^8.0.18",
|
||||
"webpack": "^5.4.0",
|
||||
"webpack-cli": "^4.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/chart.js": "^2.9.27",
|
||||
"chart.js": "^2.9.4",
|
||||
"webpack-dev-server": "^3.11.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user