-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
68 lines (68 loc) · 1.86 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.30.0",
"@clerk/types": "^4.0.0",
"@effect-ts/core": "^0.60.5",
"@heroicons/react": "^2.0.18",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-toggle-group": "^1.0.4",
"@types/linkify-it": "^3.0.5",
"@types/mapbox-gl": "^3.1.0",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.5.20",
"@vercel/postgres": "^0.8.0",
"clsx": "^2.1.0",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"date-fns-tz": "^1.1.4",
"dompurify": "^3.1.2",
"framer-motion": "^10.16.4",
"geist": "^1.3.0",
"jsdom": "^24.0.0",
"linkify-it": "^5.0.0",
"mapbox-gl": "^3.2.0",
"next": "^13.5.6",
"next-auth": "^4.24.7",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^6.0.0",
"slugify": "^1.6.6",
"tlds": "^1.252.0",
"vaul": "^0.9.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-calendar-heatmap": "^1.6.7",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.0.0",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"typescript": "^5"
}
}