-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.53 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
62
63
64
{
"name": "teachaid",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.x"
},
"dependencies": {
"amazon-asin": "^0.10.9",
"amazon-buddy": "^2.2.45",
"axios": "^1.2.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20",
"react": "^17.0.2",
"react-bootstrap": "^2.6.0",
"react-bootstrap-icons": "^1.10.2",
"react-bootstrap-typeahead": "^6.0.0",
"react-dom": "^17.0.2",
"react-icons": "^4.7.1",
"react-loading": "^2.0.3",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"react-error-overlay": "^6.0.9",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:3001"
}