-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "gwent",
"version": "0.0.0",
"description": "Gwent in your browser",
"main": "app.es6",
"scripts": {
"test": "test"
},
"keywords": [
"gwent",
"react",
"redux",
"babel",
"grunt",
"webpack"
],
"author": "Ben White <bensbigolbeard@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-2": "^6.1.18",
"babel-runtime": "^6.2.0",
"eslint": "^1.10.2",
"eslint-plugin-react": "^3.10.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-copy-to": "0.0.12",
"grunt-eslint": "^17.3.1",
"grunt-webpack": "^1.0.11",
"load-grunt-config": "^0.19.0",
"path": "^0.12.7",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"express": "^4.13.3",
"lodash": "^3.10.1"
}
}