-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2.02 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": "death-match",
"version": "1.1.0",
"description": "A demo React + Redux app",
"scripts": {},
"homepage": "https://github.com/markedwardsims/death-match-react",
"repository": "markedwardsims/death-match-react",
"author": "",
"dependencies": {
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.5",
"deathmatch-components": "git+https://github.com/markedwardsims/death-match-components.git#v2.2.2",
"limiter": "^1.1.0",
"lodash": "^4.13.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"socket.io-client": "^1.4.6"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^2.0.1",
"babel-plugin-rewire": "=1.0.0-rc-4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.0",
"css-loader": "^0.28.5",
"enzyme": "^2.9.1",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-jshint": "^2.0.1",
"gulp-scss-lint": "^0.4.0",
"gulp-util": "^3.0.7",
"jshint-jsx": "^0.5.0",
"jshint-stylish": "^2.2.1",
"json-loader": "^0.5.7",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"node-sass": "^3.10.0",
"path": "^0.12.7",
"phantomjs-polyfill-object-assign": "0.0.2",
"react-test-renderer": "^15.6.1",
"redux-devtools-extension": "^2.13.2",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^4.1.1",
"sinon": "^1.17.4",
"socket.io": "^1.4.6",
"style-loader": "^0.13.2",
"svg-url-loader": "^1.1.1",
"webpack": "^2.6.1"
},
"license": "ISC"
}