Svelte UI Update

This commit is contained in:
2024-03-23 14:56:45 +03:00
parent f24a0f8518
commit f51cb15da7
35 changed files with 314 additions and 39 deletions

View File

@@ -1,25 +1,20 @@
{
"dependencies": {
"chalk": "^4.0.0",
"cors": "^2.8.5",
"create-react-app": "^5.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"helmet": "^7.1.0",
"mongoose": "^8.2.0",
"morgan": "^1.10.0",
"node-fetch": "^2.7.0",
"nodemon": "^3.1.0",
"socket.io": "^4.7.4"
},
"name": "wisecolt-mancmini",
"version": "1.0.0",
"main": "app.js",
"name": "smarthome-web",
"proxy": "http://localhost:9095",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite",
"build": "rm -rf api/build && vite build --out-dir api/build && rm -rf dist",
"preview": "vite preview"
},
"author": "",
"license": "ISC",
"keywords": [],
"description": ""
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"svelte": "^4.2.12",
"vite": "^5.2.3"
},
"dependencies": {
"svelte-routing": "^2.12.0"
}
}