-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.05 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
71
72
73
74
{
"name": "react",
"version": "1.0.0",
"description": "React Apps",
"scripts": {
"test": "karma start",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axmatthew/react.git"
},
"keywords": [],
"author": "Matthew Cheng",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"bootstrap": "^3.3.6",
"chai": "^3.5.0",
"classnames": "^2.2.4",
"css-loader": "^0.23.1",
"enzyme": "^2.2.0",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-import-resolver-webpack": "^0.2.4",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.5.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"eslint-plugin-react": "^5.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.2.0",
"history": "^2.1.0",
"immutable": "^3.7.6",
"jquery": "^2.2.3",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-cli": "^0.1.2",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"postcss-loader": "^0.8.2",
"react": "^15.0.1",
"react-addons-pure-render-mixin": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.1",
"react-router": "^2.2.4",
"react-router-redux": "^4.0.2",
"redux": "^3.3.1",
"redux-form": "^5.1.3",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"sinon": "^1.17.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}