microvideo-map
Advanced tools
Comparing version 0.2.8 to 0.2.81
{ | ||
"name": "microvideo-map", | ||
"version": "0.2.8", | ||
"version": "0.2.81", | ||
"private": false, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
@@ -30,2 +25,3 @@ "@amap/amap-jsapi-loader": "^1.0.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^7.1.2", | ||
"eslint": "^6.7.2", | ||
@@ -36,14 +32,2 @@ "eslint-plugin-vue": "^6.2.2", | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/essential", | ||
"eslint:recommended" | ||
], | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
}, | ||
"rules": {}, | ||
"globals": { | ||
@@ -54,8 +38,3 @@ "AMap": true, | ||
} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
] | ||
} | ||
} |
2436287
8