forked from yiminghe/learning-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.6 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
67
68
69
{
"name": "learning-react",
"version": "1.0.0",
"author": "yiminghe <[email protected]>",
"private": true,
"description": "learning materials and examples for react",
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/yiminghe/learning-react.git"
},
"keywords": [
"react",
"jsx",
"koa",
"webpack"
],
"dependencies": {
"antd": "~0.12.1",
"d3": "^3.5.5",
"events": "^1.0.2",
"flux": "^2.0.1",
"jquery": "^1.11.3",
"jsonp": "^0.2.0",
"normalize.css": "^3.0.3",
"object-assign": "^2.0.0",
"querystring": "^0.2.0",
"rc-animate": "~2.0.2",
"rc-dialog": "~5.3.0",
"react": "~0.14.3",
"react-art": "~0.14.0",
"react-dom": "~0.14.3",
"react-router": "1.0.x"
},
"devDependencies": {
"history": "1.x",
"qs": "^6.0.1",
"scriptjs": "^2.5.8",
"react-intl": "2.0.x",
"react-addons-test-utils": "~0.14.3",
"expect.js": "~0.3.1",
"pre-commit": "1.x",
"rc-tools": "5.x",
"replace": "~0.3.0",
"reveal.js": "~3.1.0"
},
"scripts": {
"pre-gh-pages": "sh ./scripts/pre-gh-pages.sh",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"test": "rc-tools run test",
"chrome-test": "rc-tools run chrome-test",
"coverage": "rc-tools run coverage"
},
"pre-commit": [
"lint"
],
"config": {
"port": 9000
}
}