|
@@ -7,8 +7,7 @@
|
|
"dev": "vue-cli-service serve",
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"lint": "vue-cli-service lint",
|
|
- "test:unit": "vue-cli-service test:unit",
|
|
|
|
- "test:e2e": "vue-cli-service test:e2e"
|
|
|
|
|
|
+ "test:unit": "vue-cli-service test:unit"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@smallwei/avue": "^1.4.7",
|
|
"@smallwei/avue": "^1.4.7",
|
|
@@ -41,7 +40,6 @@
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.1.1",
|
|
"@vue/cli-plugin-babel": "^3.1.1",
|
|
- "@vue/cli-plugin-e2e-cypress": "^3.1.2",
|
|
|
|
"@vue/cli-plugin-eslint": "^3.1.5",
|
|
"@vue/cli-plugin-eslint": "^3.1.5",
|
|
"@vue/cli-plugin-unit-mocha": "^3.1.1",
|
|
"@vue/cli-plugin-unit-mocha": "^3.1.1",
|
|
"@vue/cli-service": "^3.1.4",
|
|
"@vue/cli-service": "^3.1.4",
|