vue2-openlayers 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,25 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue2-openlayers",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.2",
|
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",
|
8
9
|
"lint": "vue-cli-service lint",
|
9
10
|
"docs:dev": "vuepress dev docs",
|
10
11
|
"docs:build": "vuepress build docs",
|
11
|
-
"lib": "vue-cli-service build --target lib ./packages/index.js --name
|
12
|
+
"lib": "vue-cli-service build --target lib ./packages/index.js --name vue2-openlayers --dest vue2-opnelayers && npm run lib-init",
|
12
13
|
"lib-init": "node -e \"const pkg = require('./package.json'); require('fs').writeFileSync('./vue2-openlayers/package.json', JSON.stringify(Object.assign({}, pkg, { version: pkg.version }), null, 2))\""
|
13
14
|
},
|
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,
|