-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "e-commerce-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seeder": "node utils/seeder.js"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.2.1",
"@trpc/client": "^9.27.2",
"@trpc/next": "^9.27.2",
"@trpc/react": "^9.27.2",
"@trpc/server": "^9.27.2",
"autoprefixer": "^10.4.8",
"daisyui": "^2.24.0",
"next": "12.2.5",
"next-auth": "^4.10.3",
"next-connect": "^0.13.0",
"postcss": "^8.4.16",
"react": "18.2.0",
"react-date-range": "^1.4.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.35.0",
"react-query": "^3.39.2",
"react-spinners": "^0.13.4",
"react-tag-input": "^6.8.1",
"ts-node": "^10.9.1",
"zod": "^3.18.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-date-range": "^1.4.4",
"@types/react-dom": "18.0.6",
"@types/react-tag-input": "^6.6.0",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"prisma": "^4.2.1",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}