-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.71 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
64
65
{
"name": "dorten",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.3",
"@hookform/resolvers": "^2.9.7",
"@prisma/client": "^4.8.0",
"@tanstack/react-query": "^4.20.4",
"@trpc/client": "^10.7.0",
"@trpc/next": "^10.7.0",
"@trpc/react-query": "^10.7.0",
"@trpc/server": "^10.7.0",
"argon2": "^0.28.7",
"axios": "^0.27.2",
"cloudinary": "^1.33.0",
"connect-redis": "^6.1.3",
"dataloader": "^2.1.0",
"express": "^4.18.1",
"ioredis": "^5.2.2",
"lodash": "^4.17.21",
"next": "12.2.4",
"next-session": "^4.0.5",
"nodemailer": "^6.8.0",
"pg": "^8.7.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-icons": "^4.4.0",
"react-modal": "^3.16.1",
"react-query": "^3.39.2",
"react-spinners": "^0.13.4",
"reflect-metadata": "^0.1.13",
"superjson": "^1.12.1",
"zod": "^3.18.0"
},
"devDependencies": {
"@types/connect-redis": "^0.0.18",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.187",
"@types/node": "^18.7.1",
"@types/nodemailer": "^6.4.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^10.4.8",
"dotenv": "^16.0.3",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.8.0",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
}
}