Files
climate-server/dashboard/package.json
Daniel Ledda 70cc228bcb big update
2023-07-26 22:40:44 +02:00

18 lines
399 B
JSON

{
"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",
"dependencies": {
"vite": "4.4.7"
}
}