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
|
{
"name": "seven-wonders-client",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-polyfill": "latest",
"react-scripts": "latest"
},
"dependencies": {
"normalizr": "latest",
"react": "latest",
"react-dom": "latest",
"react-redux": "latest",
"react-redux-toastr": "latest",
"react-router": "^3.0.2",
"react-router-redux": "latest",
"rebass": "latest",
"redux": "latest",
"redux-saga": "latest",
"redux-saga-router": "latest",
"redux-seamless-immutable": "latest",
"reflexbox": "latest",
"reselect": "latest",
"seamless-immutable": "latest",
"sockjs-client": "latest",
"webstomp-client": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:oneshot": "set CI=true && react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"proxy": "ws://localhost:8080"
}
|