-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "bookstore",
"version": "1.0.0",
"description": "Bookstore example app",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"author": "David Mulet",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"bcrypt": "^3.0.6",
"bootstrap": "^4.1.1",
"config": "^1.29.4",
"cors": "^2.8.4",
"express": "4.16.4",
"express-async-errors": "^2.1.0",
"fawn": "^2.1.5",
"font-awesome": "^4.7.0",
"joi": "^13.4.0",
"joi-browser": "^13.4.0",
"joi-objectid": "^2.0.0",
"jquery": "^3.3.1",
"jsonwebtoken": "8.5.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.10",
"moment": "^2.20.1",
"mongoose": "5.4.19",
"popper.js": "^1.14.7",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-toastify": "^4.1.0",
"react-tooltip": "^3.10.0"
}
}