-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "vue2-maptalks",
"version": "0.1.2",
"description": "vue2 maptalks",
"main": "./dist/vue2-maptalks.js",
"scripts": {
"dev": "vuepress dev docs",
"serve": "npm run build -- -w",
"build": "rollup -c",
"build:doc": "vuepress build docs",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore . --fix",
"deploy:docs": "deploy.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/sxyhappy/vue2-maptalks.git"
},
"keywords": [
"maptalks"
],
"author": "sxyhappy",
"license": "MIT",
"files": [
"dist/",
"src/",
"types/*.d.ts"
],
"peerDependencies": {
"maptalks": "^0.49.4",
"vue": "2.6.14"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@vuepress/plugin-register-components": "^1.8.2",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.9.0",
"maptalks": "^0.49.4",
"rollup": "^2.44.0",
"rollup-plugin-vue": "5.x",
"vue": "2.6.12",
"vue-template-compiler": "2.6.12",
"vuepress": "^1.8.2",
"vuepress-plugin-demo-container": "^0.2.0",
"vuepress-plugin-smooth-scroll": "^0.0.10"
}
}