mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 17:23:11 -05:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "web-display",
|
|
"version": "1.0.0",
|
|
"packageManager": "pnpm@9.15.0",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"@microsoft/signalr": "^8.0.7",
|
|
"@types/suncalc": "^1.9.2",
|
|
"@vuepic/vue-datepicker": "^8.8.1",
|
|
"apexcharts": "^4.1.0",
|
|
"axios": "^1.7.9",
|
|
"core-js": "^3.39.0",
|
|
"date-fns": "^3.6.0",
|
|
"pinia": "^2.3.0",
|
|
"roboto-fontface": "^0.10.0",
|
|
"suncalc": "^1.9.0",
|
|
"vue": "^3.5.13",
|
|
"vue3-apexcharts": "^1.8.0",
|
|
"vuetify": "^3.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "^7.26.3",
|
|
"@types/node": "^20.17.9",
|
|
"@typescript-eslint/parser": "8.17.0",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"@vue/eslint-config-typescript": "^14.1.4",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.16.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-n": "^16.6.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.6.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"sass": "^1.82.0",
|
|
"typescript": "5.6.2",
|
|
"unplugin-fonts": "^1.3.1",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"unplugin-vue-router": "^0.7.0",
|
|
"vite": "^5.4.11",
|
|
"vite-plugin-vuetify": "^2.0.4",
|
|
"vue-router": "^4.5.0",
|
|
"vue-tsc": "^2.1.10",
|
|
"websocketstream-polyfill": "^1.0.1"
|
|
}
|
|
}
|