-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "reslackd-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-regular": "^5.0.8",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "0.0.17",
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"npm": "^5.7.1",
"react": "^16.2.0",
"react-aria-modal": "^2.12.1",
"react-autosize-textarea": "^3.0.2",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-sidebar": "^2.3.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
},
"proxy": {
"/socket.io/*": {
"target": "http://localhost:8080"
},
"/auth/google/": {
"target": "http://localhost:8080"
},
"/auth/google/*": {
"target": "http://localhost:8080"
},
"/api/*": {
"target": "http://localhost:8080"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}