-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"heroku-postbuild": " NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"emailjs-com": "^3.2.0",
"env": "^0.0.2",
"enzyme": "^3.11.0",
"express": "^4.17.3",
"formik": "^2.2.9",
"jest": "^27.5.1",
"mongodb": "^4.5.0",
"react": "^17.0.2",
"react-bootstrap": "^2.2.1",
"react-confirm-alert": "^2.8.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "^2.1.3",
"uuidv4": "^6.2.12",
"validator": "^13.7.0",
"yup": "^0.32.11"
},
"devDependencies": {
"sass": "^1.49.10"
}
}