-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
{
"name": "x",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prisma format",
"reset": "dotenv -e .env.development -- npx prisma migrate reset",
"db:push": "dotenv -e .env.development -- npx prisma db push",
"studio": "dotenv -e .env.development -- npx prisma studio",
"postinstall": "npx prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.4.0",
"@aws-sdk/client-ses": "^3.515.0",
"@gsap/react": "^2.1.0",
"@headlessui-float/react": "^0.13.2",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@prisma/client": "^5.10.2",
"@prisma/extension-accelerate": "^1.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@rive-app/react-canvas": "^4.8.1",
"@vercel/blob": "^0.22.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.5",
"gsap": "^3.12.5",
"hamburger-react": "^2.5.0",
"next": "14.1.0",
"next-auth": "^4.24.6",
"nodemailer": "^6.9.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/parser": "^7.0.2",
"autoprefixer": "^10.4.17",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.10.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.2"
}
}