-
Notifications
You must be signed in to change notification settings - Fork 151
/
package.json
66 lines (66 loc) · 1.99 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
{
"name": "react-amap",
"version": "1.2.8",
"description": "AMap Component Based On React",
"main": "lib/index.js",
"types": "types/index.d.ts",
"scripts": {
"lint": "eslint . --quiet",
"browser-build": "rm -rf dist && webpack && NODE_ENV=production webpack -p",
"npm-build": "rm -rf lib && babel components -d lib",
"site": "npm run npm-build && bisheng build",
"deploy": "npm run npm-build && bisheng gh-pages",
"start": "npm run npm-build && bisheng start",
"prepublish": "npm run browser-build && npm run npm-build",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"author": "ohislh@gmail.com",
"repository": {
"type": "git",
"url": "git+https://github.com/elemefe/react-amap.git"
},
"keywords": [
"map",
"react"
],
"bugs": {
"url": "https://github.com/ElemeFE/react-amap/issues"
},
"homepage": "https://github.com/ElemeFE/react-amap",
"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-flowtype": "^2.30.3",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.10.0",
"flow-bin": "^0.56.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"
}
}