package.json
1.1 KB
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": "client",
"version": "0.7.1",
"private": true,
"proxy": {
"/map": {
"target": "http://localhost:5000"
},
"/map/pedro": {
"target": "http://localhost:5000"
},
"/stylesheets": {
"target": "http://localhost:5000"
},
"/auth/google": {
"target": "http://localhost:5000"
},
"/auth/google/callback": {
"target": "http://localhost:5000"
},
"/api/current_user": {
"target": "http://localhost:5000"
},
"/api/logout": {
"target": "http://localhost:5000"
},
"/consumidores": {
"target": "http://localhost:5000"
},
"/consumer": {
"target": "http://localhost:5000"
}
},
"dependencies": {
"ajv": "^6.5.0",
"axios": "0.17.1",
"faker": "^4.1.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-iframe": "^1.2.0",
"react-scripts": "1.1.4",
"react-select": "1.1.0",
"util": "^0.10.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}