-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "rc-bmap-docs",
"version": "1.0.0",
"description": "rc-bmap docs",
"main": "lib/index.js",
"scripts": {
"lint": "eslint . --quiet",
"site": "bisheng build",
"deploy": "bisheng gh-pages",
"start": "bisheng start"
},
"author": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/JserWang/rc-bmap.git"
},
"keywords": [
"rc-bmap-docs"
],
"homepage": "https://jser.wang/bmap/",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.0.10",
"antd": "^2.7.4",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"bisheng": "0.13.3",
"bisheng-plugin-antd": "0.3.2",
"bisheng-plugin-react": "0.2.2",
"css-loader": "^0.26.1",
"dora-plugin-proxy": "^0.8.5",
"eslint": "^3.17.1",
"eslint-config-elemefe": "^0.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"isomorphic-style-loader": "^1.1.0",
"jsonml-to-react-component": "^0.2.6",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"style-loader": "^0.13.1",
"uglify-js": "^2.8.12",
"url-loader": "^0.5.7",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1",
"rc-bmap": "^1.0.2"
}
}