Files
smarthome/package.json
2024-03-23 14:56:45 +03:00

21 lines
455 B
JSON

{
"name": "smarthome-web",
"proxy": "http://localhost:9095",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "rm -rf api/build && vite build --out-dir api/build && rm -rf dist",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"svelte": "^4.2.12",
"vite": "^5.2.3"
},
"dependencies": {
"svelte-routing": "^2.12.0"
}
}