-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.96 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": "remaps-china",
"version": "0.1.2",
"description": "React maps(china)",
"main": "build/index.js",
"keywords": [
"react",
"reactjs",
"map",
"china"
],
"repository": {
"type": "git",
"url": "https://github.com/recharts/remaps-china.git"
},
"author": "twobin",
"bugs": {
"url": "https://github.com/recharts/remaps-china/issues"
},
"homepage": "https://github.com/recharts/remaps-china.git",
"peerDependencies": {
"react": "~15.4.0",
"react-dom": "~15.4.0"
},
"dependencies": {
"d3": "^3.5.5",
"immutable": "^3.7.5"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.8",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.4.1",
"eslint": "^2.3.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.2.1",
"history": "^1.17.0",
"ima.js-babel6-polyfill": "^0.1.0",
"isparta": "^4.0.0",
"mocha": "^2.3.4",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-hot-loader": "^3.0.0-beta.1",
"react-router": "^2.0.0",
"rimraf": "^2.5.2",
"webpack": "1.12.9",
"webpack-dev-server": "1.14.0"
},
"scripts": {
"build": "babel src --out-dir build",
"clean": "rimraf build",
"prepublish": "npm run clean && npm run build",
"demo": "./node_modules/.bin/webpack-dev-server --host 0.0.0.0 --progress --port 3000 --colors --content-base demo --hot --inline --config demo/webpack.config.js",
"test": "./node_modules/.bin/mocha --compilers js:babel/register --recursive",
"test-cov": "./node_modules/.bin/babel-node ./node_modules/.bin/isparta --report html cover _mocha -- --recursive",
"lint": "./node_modules/.bin/eslint src test"
},
"license": "MIT"
}