-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.41 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": "double_auction",
"version": "1.0.0",
"main": "host.js",
"author": "",
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"clone": "^2.1.2",
"combine-section-reducers": "^1.0.6",
"datauri-download": "^0.1.3",
"jsondiffpatch": "^0.3.11",
"material-ui": "0.19.4",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-highcharts": "^16.0.2",
"react-keydown": "^1.9.7",
"react-redux": "^5.0.7",
"react-swipeable-views": "0.11.2",
"react-throttle-render": "1.2.0",
"reduce-reducers": "^0.4.3",
"redux": "^4.0.0",
"redux-act": "^1.7.4",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"xee-components": "^1.2.2"
},
"devDependencies": {
"babel-loader": "^8.0.2",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
},
"scripts": {
"build:dev": "webpack",
"build:watch": "webpack -w",
"build:prod": "NODE_ENV=production webpack --config webpack.production.config.js -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryo33/xee_double_auction.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ryo33/xee_double_auction/issues"
},
"homepage": "https://github.com/ryo33/xee_double_auction#readme",
"description": ""
}