-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "chatt-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"animate.css": "^3.6.1",
"axios": "^0.18.0",
"bcrypt": "^2.0.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"firebase": "^4.12.1",
"massive": "^4.7.1",
"moment": "^2.22.1",
"moment-timezone": "^0.5.16",
"radium": "^0.24.0",
"react": "^16.3.1",
"react-animations": "^1.0.0",
"react-dom": "^16.3.1",
"react-image-gallery": "^0.8.7",
"react-moment": "^0.7.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-tabs": "^2.2.2",
"redux": "^3.7.2",
"redux-promise-middleware": "^5.0.0",
"socket.io": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3080"
}