mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
36 lines
821 B
JSON
36 lines
821 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@types/node": "^20.11.20",
|
|
"ant-design-vue": "^4.2.5",
|
|
"axios": "^1.6.7",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "^2.8.4",
|
|
"highlight.js": "^11.10.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.0",
|
|
"pinia-plugin-persistedstate": "^4.3.0",
|
|
"sass": "1.63.2",
|
|
"store": "^2.0.12",
|
|
"vue": "^3.3.11",
|
|
"vue-echarts": "^6.6.9",
|
|
"vue-request": "^2.0.4",
|
|
"vue-router": "^4.2.5",
|
|
"vue3-cron-plus-picker": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/store": "^2.0.5",
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"vite": "5.2.8"
|
|
}
|
|
}
|