mirror of
https://github.com/espressif/esp-idf.git
synced 2026-02-07 14:12:04 +00:00
36 lines
842 B
JSON
36 lines
842 B
JSON
{
|
|
"name": "dashboard",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "5.2.6",
|
|
"@mdi/js": "7.4.47",
|
|
"alova": "3.3.4",
|
|
"vue": "3.5.17",
|
|
"vuetify": "3.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "6.0.0",
|
|
"eslint": "9.31.0",
|
|
"eslint-config-vuetify": "4.0.0",
|
|
"globals": "16.3.0",
|
|
"pinia": "3.0.3",
|
|
"sass-embedded": "1.89.2",
|
|
"unplugin-auto-import": "19.3.0",
|
|
"unplugin-fonts": "1.3.1",
|
|
"unplugin-vue-components": "28.8.0",
|
|
"unplugin-vue-router": "0.14.0",
|
|
"vite": "7.0.5",
|
|
"vite-plugin-vue-layouts-next": "1.0.0",
|
|
"vite-plugin-vuetify": "2.1.1",
|
|
"vue-router": "4.5.1"
|
|
}
|
|
}
|