-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "gsggb_upgrade",
"version": "1.0.0",
"description": "GSGGB upgraded website",
"main": "functions/api.js",
"scripts": {
"setup": "npm install && cd client && npm install && cd ..",
"build": "cd client && npm run build",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jedid Ahn & Justin Cheung",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.0",
"cloudinary": "^1.26.3",
"connect-mongo": "^4.5.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"express-session": "^1.17.2",
"mongoose": "^5.11.8",
"netlify-lambda": "^2.0.14",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.1",
"react-scripts": "^4.0.3",
"serverless-http": "^2.7.0"
},
"devDependencies": {
"netlify-cli": "^2.51.0"
}
}