-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.34 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
{
"name": "ultimatum-and-dictator-games",
"version": "1.0.0",
"dependencies": {
"babel-polyfill": "^6.8.0",
"material-ui": "^0.15.3",
"react": "^15.0.2",
"react-dom": "^15.0.1",
"react-highcharts": "^10.0.0",
"react-redux": "^4.4.5",
"react-tap-event-plugin": "^1.0.0",
"react-throttle-render": "^1.1.1",
"redux": "^3.5.2",
"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",
"webpack": "^1.13.0"
},
"scripts": {
"build:dev": "./node_modules/webpack/bin/webpack.js",
"build:watch": "./node_modules/webpack/bin/webpack.js -w",
"build:prod": "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/ultimatum-and-dictator-games.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xeejp/ultimatum-and-dictator-games/issues"
},
"homepage": "https://github.com/xeejp/ultimatum-and-dictator-games#readme",
"description": ""
}