交通驾驶舱前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
523 B

4 months ago
{
"name": "jtjsc-front",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^1.7.9",
"core-js": "^3.6.5",
"echarts": "^5.6.0",
"vue": "^2.6.11",
4 months ago
"vue-router": "^3.2.0",
"vue2-scale-box": "^0.1.7"
4 months ago
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"vue-template-compiler": "^2.6.11"
}
}