-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 1.84 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
70
{
"name": "react-seed",
"private": true,
"version": "0.12.0",
"dependencies": {
"bluebird": "3.4.1",
"history": "2.1.2",
"immutable": "3.8.1",
"jsuri": "1.3.1",
"lodash": "4.15.0",
"messageformat": "0.3.1",
"moment": "2.14.1",
"moment-timezone": "0.5.5",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-redux": "4.4.5",
"react-router": "2.7.0",
"react-router-redux": "4.0.5",
"react-router-scroll": "0.3.1",
"redux": "3.5.2",
"reselect": "2.5.3",
"store-cacheable": "0.1.0",
"superagent": "2.2.0"
},
"devDependencies": {
"autoprefixer": "6.4.0",
"babel-cli": "6.11.4",
"babel-core": "6.13.2",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-plugin-transform-react-jsx": "6.8.0",
"babel-polyfill": "6.13.0",
"babel-preset-es2015-without-strict-loose": "1.0.1",
"babel-preset-react": "6.11.1",
"babel-register": "6.11.6",
"chai": "3.5.0",
"co": "4.6.0",
"css-loader": "0.23.1",
"eslint": "3.3.1",
"eslint-plugin-react": "6.1.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"glob-array": "0.1.2",
"istanbul": "1.1.0-alpha.1",
"jsdom": "9.4.2",
"json-loader": "0.5.4",
"mocha": "3.0.2",
"node-sass": "3.8.0",
"postcss-loader": "0.10.1",
"precss": "1.4.0",
"react-addons-test-utils": "15.3.1",
"react-stub-context": "0.7.0",
"ryanzec-mocked-backend": "0.2.7",
"sass-loader": "4.0.0",
"script-loader": "0.7.0",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"string.format": "1.3.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"wdio-mocha-framework": "0.4.0",
"wdio-spec-reporter": "0.0.3",
"webdriver-manager": "10.2.2",
"webdriverio": "4.2.7",
"webpack": "1.13.2"
},
"engines": {
"node": ">=0.11.9"
}
}