-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.45 KB
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
{
"name": "next-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress": "cypress open",
"cypress-e2e": "cypress run --e2e"
},
"dependencies": {
"@cypress/react18": "^2.0.0",
"@cypress/webpack-dev-server": "^3.5.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@mui/types": "^7.2.4",
"@types/bcryptjs": "^2.4.2",
"@types/node": "20.5.0",
"@types/nodemailer": "^6.4.9",
"@types/passport": "^1.0.12",
"@types/passport-local": "^1.0.35",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-scroll": "^1.8.7",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"bson": "^5.4.0",
"connect-mongo": "^5.0.0",
"cypress": "^12.17.4",
"eslint": "8.47.0",
"eslint-config-next": "13.4.18",
"express-session": "^1.17.3",
"formik": "^2.4.3",
"next": "13.4.18",
"next-connect": "^0.13.0",
"next-session": "^4.0.5",
"nodemailer": "^6.9.4",
"passport": "^0.5.3",
"passport-local": "^1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scroll": "^1.8.9",
"react-toastify": "^9.1.3",
"swr": "^2.2.1",
"typescript": "5.1.6",
"zod": "^3.22.1",
"zod-formik-adapter": "^1.2.0"
}
}