-
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.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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": "bears-13",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"axios": "^0.18.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.2",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.1",
"express-session": "^1.15.6",
"moment": "^2.23.0",
"mongodb": "^3.1.10",
"mongoose": "^5.3.13",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"query-string": "^6.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"styled-components": "^4.1.1"
},
"scripts": {
"beast": "start cmd /k \"nodemon --watch src/js/server src/js/server/api.js\" && set PORT=3000 && react-scripts start",
"start": "react-scripts start",
"api": "nodemon --watch src/js/server src/js/server/api.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"proxy": "http://localhost",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"nodemon": "^1.18.6"
}
}