Files
esp-idf/examples/protocols/http_server/restful_server/front/web-demo/package.json
morris 70d62b1a54 feat(restful_server): upgrade the example to use vue3+vuetify3
also cleaned up the backend firmware to use littlefs filesystem.
2025-07-21 12:03:10 +08:00

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"
}
}