-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
{
"name": "rc-bmap",
"version": "1.0.5",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JserWang/rc-bmap.git"
},
"keywords": [
"react",
"baidu-map",
"bmap",
"rc-bmap",
"baidu",
"map"
],
"files": [
"src",
"lib",
"types"
],
"license": "MIT",
"homepage": "http://jser.wang/bmap",
"dependencies": {
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.6.2"
},
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"build_win": "rimraf lib && babel src -d lib",
"prepublish": "npm run build",
"pub": "npm run prepublish && npm publish"
},
"devDependencies": {
"@types/react": "^16.4.9",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"react": "^16.4.1",
"react-dom": "^16.4.1"
}
}