smart-home/smart-home-app/package.json
2026-02-26 09:16:34 +08:00

18 lines
438 B
JSON

{
"name": "smart-home-app",
"version": "1.0.0",
"description": "StillSense - ARCHESENS HUB Smart Home Control System",
"main": "main.js",
"scripts": {
"dev": "uni",
"dev:h5": "uni --platform h5",
"build": "uni build",
"build:h5": "uni build --platform h5"
},
"dependencies": {
"generate-i18n": "^0.0.2",
"pinia": "^2.0.36",
"vue-i18n": "^9.14.4"
}
}