-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
{
"name": "trust-game",
"version": "1.0.0",
"dependencies": {
"babel-polyfill": "^6.8.0",
"json-loader": "^0.5.7",
"jsondiffpatch": "^0.2.5",
"npm": "^5.6.0",
"react": "^15.3.2",
"react-dom": "^15.4.2",
"react-highcharts": "^10.0.0",
"react-motion": "^0.4.4",
"react-redux": "^4.4.5",
"react-swipeable-views": "^0.7.2",
"react-throttle-render": "^1.2.0",
"redux": "^3.5.2",
"redux-act": "^1.1.1",
"redux-actions": "^0.10.1",
"redux-concatenate-reducers": "^1.0.0",
"redux-logger": "^2.6.1",
"redux-saga": "^0.10.4"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.13.0",
"cross-env": "^5.1.3",
"material-ui": "^0.16.7",
"react-tap-event-plugin": "^2.0.1",
"webpack": "^1.15.0",
"xee-components": "^1.2.2"
},
"scripts": {
"build:dev": "webpack",
"build:watch": "webpack -w",
"build:prod": "cross-env NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --config webpack.production.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeejp/trust-game.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xeejp/trust-game/issues"
},
"homepage": "https://github.com/xeejp/trust-game#readme",
"description": ""
}