mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:59:13 -05:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "web-display",
|
|
"version": "1.0.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.0",
|
|
"@types/suncalc": "^1.9.2",
|
|
"@vuepic/vue-datepicker": "^8.2.0",
|
|
"apexcharts": "^3.46.0",
|
|
"axios": "^1.6.7",
|
|
"core-js": "^3.34.0",
|
|
"date-fns": "^3.3.1",
|
|
"pinia": "^2.1.7",
|
|
"roboto-fontface": "*",
|
|
"suncalc": "^1.9.0",
|
|
"vue": "^3.3.0",
|
|
"vue3-apexcharts": "^1.5.2",
|
|
"vuetify": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "^7.23.0",
|
|
"@types/node": "^20.10.0",
|
|
"@vitejs/plugin-vue": "^4.5.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-n": "^16.4.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^9.19.0",
|
|
"sass": "^1.69.0",
|
|
"typescript": "^5.3.0",
|
|
"unplugin-fonts": "^1.1.0",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"unplugin-vue-router": "^0.7.0",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-vuetify": "^2.0.0",
|
|
"vue-router": "^4.2.0",
|
|
"vue-tsc": "^1.8.0"
|
|
}
|
|
}
|