-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
117 lines (117 loc) · 3.62 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "parted-euro",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@headlessui/react": "^1.7.13",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^5.18.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "0.0.16",
"@react-google-maps/api": "^2.17.1",
"@sentry/nextjs": "^8",
"@tabler/icons-react": "^3.11.0",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-query": "^4.16.0",
"@tanstack/react-table": "^8.19.3",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@vercel/analytics": "^1.3.1",
"caniuse-lite": "",
"class-variance-authority": "^0.5.3",
"cloudinary": "^1.33.0",
"clsx": "^1.2.1",
"cmdk": "^1.0.0",
"compressorjs": "^1.1.1",
"ebay-api": "^9.1.0",
"ebay-oauth-nodejs-client": "^1.2.2",
"embla-carousel-autoplay": "^8.0.0-rc17",
"embla-carousel-react": "^8.0.0-rc17",
"framer-motion": "^10.12.16",
"lucide-react": "^0.399.0",
"micro": "^10.0.1",
"next": "^14.2.5",
"next-auth": "^4.18.3",
"next-themes": "^0.2.1",
"nuqs": "^2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-sort": "^1.5.1",
"react-email": "2.1.1",
"react-facebook-pixel": "^1.0.4",
"react-hook-form": "^7.53.0",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-paginate": "^8.2.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.25.1",
"react-select": "^5.7.0",
"react-table": "^7.8.0",
"resend": "^3.2.0",
"sonner": "^1.0.3",
"stripe": "^11.6.0",
"superjson": "1.9.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^9.0.2",
"use-places-autocomplete": "^4.0.0",
"vaul": "^0.7.9",
"xero-node": "^5.1.0",
"yet-another-react-lightbox": "^3.15.6",
"zod": "^3.21.4",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-paginate": "^7.1.4",
"@types/react-table": "^7.7.14",
"@types/stripe-v3": "^3.1.27",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.56.0",
"eslint-config-next": "13.0.2",
"postcss": "^8.4.14",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"prisma": "^5.18.0",
"tailwindcss": "^3.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.11.4"
}
}