-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 3.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "wgis.leaflet.vue2",
"version": "2.7.9210731",
"description": "Vue2 leaflet library src author: Mickael Bouchaud ,this is modify version",
"author": "yigesuren",
"scripts": {
"dev": "concurrently \"npm run serve\" \"vue-docgen --watch\" \"vuepress dev docs\"",
"serve": "npm run build -- -w",
"build": "rollup -c --environment NODE_ENV:production && npm run docs:build",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"postversion": "git push --follow-tags",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"test": "jest",
"test:w": "jest --watch",
"docs:dev": "concurrently \"vue-docgen --watch\" \"vuepress dev docs\"",
"docs:build": "vue-docgen && vuepress buildnossr docs"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/plugin-transform-runtime": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@babel/runtime": "^7.12.0",
"@vue/test-utils": "^1.1.0",
"@vuepress/plugin-register-components": "^1.7.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"concurrently": "^5.3.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-mock-console": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"leaflet": "^1.7.1",
"lint-staged": "^9.5.0",
"markdown-it-include": "^1.1.1",
"prettier": "1.19.1",
"proj4leaflet": "^1.0.2",
"rollup": "^1.32.1",
"rollup-copy-plugin": "^0.1.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-vue": "^5.1.5",
"typescript": "^3.9.7",
"vue": "^2.6.12",
"vue-docgen-cli": "^4.33.1",
"vue-jest": "^4.0.0-rc.0",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.7.1",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-demo-code": "^0.5.2",
"vuepress-plugin-live": "^1.6.2"
},
"files": [
"dist/",
"src/",
"types/*.d.ts"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"vue",
"leaflet"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint",
"git add"
],
"*.vue": [
"eslint",
"git add"
]
},
"main": "dist/wgis.leaflet.vue2.cjs.js",
"unpkg": "dist/wgis.leaflet.vue2.min.js",
"module": "dist/wgis.leaflet.vue2.es.js",
"sideEffects": false,
"peerDependencies": {
"@types/leaflet": "^1.5.7",
"leaflet": "^1.3.4",
"vue": "^2.5.17"
},
"repository": {
"type": "git",
"url": "git@github.com:pengge/wgis.leaflet.vue2.git"
},
"typings": "types/index.d.ts"
}