aboutsummaryrefslogtreecommitdiff
path: root/packages/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/package.json')
-rw-r--r--packages/client/package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/client/package.json b/packages/client/package.json
index 5ff4b53..cf5ec31 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
- "build": "vue-cli-service build --dest ../../dist",
+ "build": "vue-cli-service build --dest dist",
"lint": "vue-cli-service lint"
},
"dependencies": {
@@ -28,11 +28,6 @@
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
- "eslint": "^6.7.2",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2"