-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.27 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
{
"name": "ifunny",
"main": "server/server.js",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-sdk": "^2.238.1",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"gsap": "^1.20.4",
"izitoast": "^1.3.0",
"massive": "^4.8.2",
"moment": "^2.22.1",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"react": "^16.3.2",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-shallow-compare": "^15.6.2",
"react-cropper": "^1.0.1",
"react-dom": "^16.3.2",
"react-dom-factories": "^1.0.2",
"react-dropzone": "^4.2.9",
"react-image-crop-component": "^0.2.4",
"react-redux": "^5.0.7",
"react-responsive-carousel": "^3.1.37",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.4",
"react-selectize": "^3.0.1",
"react-share": "^2.1.1",
"react-sticky-modified": "^5.1.0",
"react-transition-group": "^1.2.1",
"redux": "^3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001"
}