mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
557a3d316e
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> Former-commit-id: 7216db7bb08a06b77041cd9f9c4245bcaa858c81
25 lines
568 B
JSON
25 lines
568 B
JSON
{
|
|
"name": "front_acs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"element-ui": "^2.15.14",
|
|
"vue": "^2.6.14",
|
|
"vue-router": "^3.5.3",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.19",
|
|
"@vue/cli-plugin-router": "^4.5.19",
|
|
"@vue/cli-plugin-vuex": "^4.5.19",
|
|
"@vue/cli-service": "^4.5.19",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|