mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
7e9817cc17
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> Former-commit-id: 6fbe83de8e476b5b6de173cdaef67ddebfe3049f
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"name": "elevator-front",
|
|
"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"
|
|
}
|
|
}
|