vue2-openlayers 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "vue2-openlayers",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
+ "main": "index.js",
5
6
  "scripts": {
6
7
  "dev": "vue-cli-service serve",
7
8
  "build": "vue-cli-service build",
@@ -14,12 +15,7 @@
14
15
  "dependencies": {
15
16
  "@turf/turf": "^7.0.0",
16
17
  "core-js": "^3.8.3",
17
- "echarts": "4.9.0",
18
- "js-cookie": "3.0.1",
19
18
  "ol": "^9.2.4",
20
- "px2rem-loader": "^0.1.9",
21
- "sass": "^1.43.4",
22
- "sass-loader": "^14.2.1",
23
19
  "vue": "^2.6.14"
24
20
  },
25
21
  "devDependencies": {
@@ -32,7 +28,11 @@
32
28
  "eslint-plugin-vue": "^8.0.3",
33
29
  "postcss-pxtorem": "^6.1.0",
34
30
  "vue-template-compiler": "^2.6.14",
35
- "vuepress": "^1.9.10"
31
+ "vuepress": "^1.9.10",
32
+ "echarts": "4.9.0",
33
+ "px2rem-loader": "^0.1.9",
34
+ "sass": "^1.43.4",
35
+ "sass-loader": "^14.2.1"
36
36
  },
37
37
  "eslintConfig": {
38
38
  "root": true,