-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.46 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "express-test",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "v10.15.1",
"nodemon": "^1.18.11"
},
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server",
"server": "nodemon server",
"test": "jest",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "2.1.8"
},
"keywords": [
"node",
"express",
"heroku",
"mongoose",
"nodemon"
],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"concurrently": "^4.1.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"joi": "^14.3.1",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.5.0",
"mdbreact": "^4.12.0",
"moment": "^2.24.0",
"mongoose": "^5.4.15",
"nodemon": "^1.18.11",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-inlinesvg": "^0.8.4",
"react-redux": "^7.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"react-select": "^2.4.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^4.2.0"
},
"devDependencies": {
"axios": "^0.18.0",
"jest": "^24.5.0",
"nodemon": "^1.18.11",
"test": "^0.6.0"
}
}