-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.73 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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma": "prisma generate",
"postinstall": "prisma generate && node scripts/createIndex.js",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.4.1",
"@splidejs/react-splide": "^0.7.12",
"@tanstack/react-query": "^5.4.3",
"@vercel/analytics": "^1.1.1",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"fs.promises": "^0.1.2",
"mongodb": "^6.1.0",
"next": "^13.4.19",
"next-auth": "^4.23.2",
"next-connect": "^1.0.0-next.4",
"nextjs-current-url": "^1.0.3",
"nodemailer": "^6.9.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-modal": "^3.16.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@tanstack/eslint-plugin-query": "^4.36.1",
"@types/node": "^20.8.8",
"autoprefixer": "^10.4.15",
"cypress": "^13.4.0",
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "13.5.4",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"gmail-tester": "^1.3.8",
"postcss": "^8.4.29",
"postcss-nesting": "^12.0.1",
"prettier": "3.0.3",
"prisma": "^5.4.1",
"tailwindcss": "^3.3.3"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}