You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
695 B

{
"name": "amazing-data-frontend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"pinia": "^2.1.7",
"axios": "^1.6.2",
"element-plus": "^2.4.4",
"echarts": "^5.4.3",
"vue-echarts": "^6.6.1",
"@element-plus/icons-vue": "^2.1.0",
"dayjs": "^1.11.10",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/js-cookie": "^3.0.6",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vue-tsc": "^1.8.22"
}
}