Files
flowers/frontend/package.json
王子琦 6af59d985f add
2026-01-13 15:19:49 +08:00

22 lines
474 B
JSON

{
"name": "flower-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^1.7.2",
"core-js": "^3.36.0",
"element-china-area-data": "^6.1.0",
"element-ui": "^2.15.14",
"vue": "^2.7.16",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8"
}
}