39 lines
955 B
JSON
39 lines
955 B
JSON
{
|
|
"name": "admin-pawtrace",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.34",
|
|
"axios": "^1.17.0",
|
|
"pinia": "^3.0.4",
|
|
"vue-router": "^5.1.0",
|
|
"ant-design-vue": "~4.2.6",
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@vueuse/core": "^14.3.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^1.0.2",
|
|
"echarts": "^6.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia-plugin-persistedstate": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.3",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.0.12",
|
|
"vue-tsc": "^3.2.8",
|
|
"@iconify/vue": "^5.0.1",
|
|
"sass": "^1.101.0",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"vite-plugin-vue-devtools": "^8.1.2"
|
|
}
|
|
}
|