forked from dubinc/dub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.61 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
{
"private": false,
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.3.1",
"@radix-ui/react-tooltip": "^1.0.0",
"@stripe/stripe-js": "^1.36.0",
"@tailwindcss/forms": "^0.5.3",
"@upstash/ratelimit": "^0.1.5",
"@upstash/redis": "^1.12.0",
"@visx/axis": "^2.12.2",
"@visx/event": "^2.6.0",
"@visx/geo": "^2.10.0",
"@visx/grid": "^2.12.2",
"@visx/responsive": "^2.10.0",
"@visx/shape": "^2.12.2",
"@visx/tooltip": "^2.10.0",
"cloudinary": "^1.32.0",
"cobe": "^0.6.2",
"framer-motion": "^7.2.1",
"html-escaper": "^3.0.3",
"i": "^0.3.7",
"ms": "^2.1.3",
"next": "^12.2.6-canary.8",
"next-auth": "^4.10.3",
"next-plausible": "^3.6.3",
"nodemailer": "^6.7.8",
"npm": "^8.19.0",
"prisma": "^4.3.1",
"react": "^18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.4.0",
"react-spring": "^9.5.4",
"react-textarea-autosize": "^8.3.4",
"stripe": "^10.7.0",
"swr": "^2.0.0-beta.1",
"tailwind-scrollbar-hide": "^1.1.7",
"topojson-client": "^3.1.0",
"use-debounce": "^8.0.4"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/ms": "^0.7.31",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/topojson-client": "^3.1.1",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}