-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "audio-phile",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.9.8",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.3.1",
"@stripe/stripe-js": "^1.38.1",
"@types/react-dom": "^18.0.6",
"axios": "^0.27.2",
"framer-motion": "^7.3.5",
"http-status-codes": "^2.2.0",
"micro": "^9.4.1",
"next": "12.3.0",
"next-auth": "^4.10.3",
"prisma": "^4.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.35.0",
"stripe": "^10.12.0",
"swr": "^1.3.0",
"usehooks-ts": "^2.6.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"autoprefixer": "^10.4.11",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}