mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 11:28:43 +00:00
36 lines
863 B
JSON
36 lines
863 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.8",
|
|
"@mdi/js": "~7.4.47",
|
|
"alova": "~3.3.4",
|
|
"vue": "~3.5.22",
|
|
"vuetify": "~3.10.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "~6.0.1",
|
|
"eslint": "~9.38.0",
|
|
"eslint-config-vuetify": "~4.2.0",
|
|
"globals": "~16.4.0",
|
|
"pinia": "~3.0.3",
|
|
"sass-embedded": "~1.93.2",
|
|
"unplugin-auto-import": "~20.2.0",
|
|
"unplugin-fonts": "~1.4.0",
|
|
"unplugin-vue-components": "~30.0.0",
|
|
"unplugin-vue-router": "~0.16.0",
|
|
"vite": "~7.1.11",
|
|
"vite-plugin-vue-layouts-next": "~1.0.0",
|
|
"vite-plugin-vuetify": "~2.1.2",
|
|
"vue-router": "~4.6.3"
|
|
}
|
|
}
|