32 lines
782 B
JSON
32 lines
782 B
JSON
{
|
|
"name": "schisandra-cloud-album-front",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host --mode development",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"ant-design-vue": "4.1.2",
|
|
"axios": "^1.6.8",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.29",
|
|
"@vitejs/plugin-legacy": "^5.3.2",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"less": "^4.2.0",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.1.6",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|