-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
{
"name": "gladiator",
"version": "0.2.3",
"description": "Just a game",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dadidam/gladiator.git"
},
"keywords": [
"react",
"game"
],
"author": "Dadidam",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dadidam/gladiator/issues"
},
"homepage": "https://github.com/Dadidam/gladiator#readme",
"dependencies": {
"antd": "^2.13.4",
"immutable": "^3.8.1",
"less": "^2.7.2",
"lodash": "^4.17.11",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"react": "^15.5.4",
"react-bootstrap": "^0.30.0",
"react-dom": "^15.2.1",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"redux-immutable": "^4.0.0",
"remote-redux-devtools": "^0.5.12"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.28.0",
"less-loader": "^4.0.3",
"postcss": "^5.2.16",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}