-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
85 lines (85 loc) · 2.42 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
{
"name": "upstash",
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "snipsync",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"fmt": "prettier . --write && yarn biome check .",
"postbuild": "next-sitemap"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@rehype-pretty/transformers": "^0.13.2",
"@segment/analytics-next": "^1.72.2",
"@tabler/icons-react": "^3.15.0",
"@upstash/claps": "1.0.0-beta.4",
"@vercel/og": "^0.6.2",
"clsx": "^1.2.1",
"cobe": "^0.6.3",
"copy-to-clipboard": "^3.3.3",
"encoding": "^0.1.13",
"framer-motion": "^11.5.4",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"next": "^14.2.8",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.161.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scroll": "^1.9.0",
"react-spring": "^9.7.4",
"react-use-intercom": "^5.4.1",
"react-wrap-balancer": "^0.5.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sharp": "^0.33.5",
"shiki": "^1.16.2",
"swr": "^2.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@content-collections/core": "^0.7.0",
"@content-collections/mdx": "^0.1.4",
"@content-collections/next": "^0.2.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@radix-ui/react-accordion": "^1.2.0",
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@types/mdx": "^2.0.13",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.168.0",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"snipsync": "^1.10.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20",
"pnpm": ">=6"
}
}