17 lines
358 B
JSON
17 lines
358 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": "vite build",
|
|
"dev": "vite",
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"vite": "4.4.7"
|
|
}
|
|
}
|