mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update packages/config
This commit is contained in:
@@ -10,41 +10,41 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "7.0.96",
|
||||
"@microsoft/signalr": "^8.0.0",
|
||||
"@microsoft/signalr": "^8.0.7",
|
||||
"@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": "*",
|
||||
"@vuepic/vue-datepicker": "^8.8.1",
|
||||
"apexcharts": "^3.54.1",
|
||||
"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.3.0",
|
||||
"vue3-apexcharts": "^1.5.2",
|
||||
"vuetify": "^3.0.0"
|
||||
"vue": "^3.5.13",
|
||||
"vue3-apexcharts": "^1.8.0",
|
||||
"vuetify": "^3.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.23.0",
|
||||
"@types/node": "^20.10.0",
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"@babel/types": "^7.26.3",
|
||||
"@types/node": "^20.17.9",
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-plugin-n": "^16.4.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-n": "^16.6.2",
|
||||
"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",
|
||||
"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.0.0",
|
||||
"vite-plugin-vuetify": "^2.0.0",
|
||||
"vue-router": "^4.2.0",
|
||||
"vue-tsc": "^1.8.0"
|
||||
"vite": "^5.4.11",
|
||||
"vite-plugin-vuetify": "^2.0.4",
|
||||
"vue-router": "^4.5.0",
|
||||
"vue-tsc": "^2.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
2557
WebDisplay/pnpm-lock.yaml
generated
2557
WebDisplay/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -14,14 +14,14 @@ export default defineConfig({
|
||||
plugins: [
|
||||
VueRouter(),
|
||||
Vue({
|
||||
template: { transformAssetUrls },
|
||||
template: { transformAssetUrls }
|
||||
}),
|
||||
// https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#readme
|
||||
Vuetify({
|
||||
autoImport: true,
|
||||
styles: {
|
||||
configFile: 'src/styles/settings.scss',
|
||||
},
|
||||
configFile: 'src/styles/settings.scss'
|
||||
}
|
||||
}),
|
||||
Components(),
|
||||
ViteFonts({
|
||||
@@ -29,20 +29,27 @@ export default defineConfig({
|
||||
families: [
|
||||
{
|
||||
name: 'Roboto',
|
||||
styles: 'wght@100;300;400;500;700;900',
|
||||
},
|
||||
],
|
||||
},
|
||||
}),
|
||||
styles: 'wght@100;300;400;500;700;900'
|
||||
}
|
||||
]
|
||||
}
|
||||
})
|
||||
],
|
||||
define: { 'process.env': {} },
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
},
|
||||
extensions: ['.js', '.json', '.jsx', '.mjs', '.ts', '.tsx', '.vue'],
|
||||
extensions: ['.js', '.json', '.jsx', '.mjs', '.ts', '.tsx', '.vue']
|
||||
},
|
||||
server: {
|
||||
port: 4200,
|
||||
port: 4200
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
sass: {
|
||||
api: 'modern-compiler'
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user