-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "abs-web-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "npx prisma generate --no-engine",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.4",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@marsidev/react-turnstile": "^0.7.2",
"@next/third-parties": "^14.2.5",
"@prisma/client": "^5.17.0",
"@prisma/extension-accelerate": "^1.1.0",
"@types/negotiator": "^0.6.3",
"@types/nodemailer": "^6.4.15",
"@vercel/kv": "^2.0.0",
"@vercel/postgres": "^0.9.0",
"classnames": "^2.5.1",
"negotiator": "^0.6.3",
"next": "^14.2.5",
"nodemailer": "^6.9.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",
"ulid": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.40",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}