forked from Reese-A/consume-more-stuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 968 Bytes
/
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
{
"name": "react-consume-more-stuff",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:9001",
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"aws-sdk": "^2.250.1",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"connect-redis": "^3.3.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"faker": "^4.1.0",
"knex": "^0.14.6",
"moment": "^2.22.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}