v-ol-map 1.16.2 → 1.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/ol-map.umd.js +101 -101
  2. package/package.json +29 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "v-ol-map",
3
3
  "private": false,
4
- "version": "1.16.2",
4
+ "version": "1.16.3",
5
5
  "main": "lib/ol-map.umd.js",
6
6
  "files": [
7
7
  "lib",
@@ -17,10 +17,28 @@
17
17
  "preview": "vite preview",
18
18
  "publish": "npm publish",
19
19
  "lint": "eslint --ext .js,.vue src",
20
- "lint:fix": "eslint --fix --ext .js,.vue src"
20
+ "lint:fix": "eslint --fix --ext .js,.vue src",
21
+ "storybook": "storybook dev -p 6006",
22
+ "build-storybook": "storybook build",
23
+ "docs:dev": "vitepress dev",
24
+ "docs:build": "vitepress build",
25
+ "docs:preview": "vitepress preview",
26
+ "story:dev": "histoire dev",
27
+ "story:build": "histoire build",
28
+ "story:preview": "histoire preview"
21
29
  },
22
30
  "devDependencies": {
31
+ "@histoire/plugin-vue2": "^0.17.17",
23
32
  "@rollup/plugin-babel": "^5.3.1",
33
+ "@storybook/addon-a11y": "7.6.20",
34
+ "@storybook/addon-essentials": "7.6.20",
35
+ "@storybook/addon-interactions": "7.6.20",
36
+ "@storybook/addon-links": "7.6.20",
37
+ "@storybook/addon-storysource": "7.6.20",
38
+ "@storybook/blocks": "7.6.20",
39
+ "@storybook/test": "7.6.20",
40
+ "@storybook/vue": "7.6.20",
41
+ "@storybook/vue-vite": "7.6.20",
24
42
  "@types/node": "^18.6.5",
25
43
  "@vitejs/plugin-legacy": "^2.0.1",
26
44
  "@vue/eslint-config-prettier": "^6.0.0",
@@ -30,17 +48,23 @@
30
48
  "eslint-plugin-node": "^11.1.0",
31
49
  "eslint-plugin-prettier": "^3.3.1",
32
50
  "eslint-plugin-promise": "^6.1.1",
51
+ "eslint-plugin-storybook": "^0.11.3",
33
52
  "eslint-plugin-vue": "^6.2.2",
53
+ "histoire": "^0.17.17",
34
54
  "prettier": "^2.2.1",
55
+ "react": "^18.2.0",
56
+ "react-dom": "^18.2.0",
57
+ "storybook": "7.6.20",
35
58
  "terser": "^5.14.2",
36
59
  "vite": "^3.0.9",
37
60
  "vite-plugin-html": "^3.2.0",
38
61
  "vite-plugin-require-transform": "^1.0.12",
39
- "vite-plugin-vue2": "^2.0.2"
62
+ "vite-plugin-vue2": "^2.0.2",
63
+ "vitepress": "^1.6.3",
64
+ "vue-docgen-cli": "^4.79.0"
40
65
  },
41
66
  "dependencies": {
42
- "@turf/line-slice-along": "^6.5.0",
43
- "@turf/turf": "^6.5.0",
67
+ "@turf/turf": "^7.2.0",
44
68
  "axios": "^0.27.2",
45
69
  "echarts": "^4.9.0",
46
70
  "gifler": "^0.1.0",