-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.49 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
{
"name": "sightsee",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"test": "vitest run --reporter verbose --coverage"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@clerk/nextjs": "^4.15.0",
"@headlessui/react": "^1.7.13",
"@mapbox/search-js-react": "^1.0.0-beta.16",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.1.2",
"@prisma/client": "^5.19.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@stripe/stripe-js": "^4.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.16.0",
"@trpc/client": "^10.0.0",
"@trpc/next": "^10.0.0",
"@trpc/react-query": "^10.0.0",
"@trpc/server": "^10.0.0",
"axios": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.429.0",
"mapbox-gl": "^2.14.1",
"micro": "^10.0.1",
"next": "^13.1.1",
"next-auth": "^4.18.3",
"openai": "^4.56.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^4.0.0",
"react-datepicker": "^6.9.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-map-gl": "^7.0.23",
"request-ip": "^3.3.0",
"resend": "^3.5.0",
"string-similarity": "^4.0.4",
"stripe": "^16.11.0",
"superjson": "1.9.1",
"svix": "^0.83.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1",
"uuid": "^10.0.0",
"zod": "^3.18.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@playwright/test": "^1.33.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash": "^4.17.4",
"@types/mapbox-gl": "^2.7.11",
"@types/node": "^18.0.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.14",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-calendar": "^3.9.0",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.0.5",
"@types/request-ip": "^0.0.37",
"@types/string-similarity": "^4.0.2",
"@types/three": "^0.168.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"autoprefixer": "^10.4.7",
"eslint": "^8.26.0",
"eslint-config-next": "13.1.1",
"jsdom": "^21.1.1",
"next-router-mock": "^0.9.3",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vitest": "^0.29.8"
},
"ct3aMetadata": {
"initVersion": "6.11.6"
}
}