18 lines
399 B
JSON
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"
|
|
}
|
|
}
|