-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "duncan.land",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"preview": "next build && next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@libsql/client": "^0.6.2",
"@lucia-auth/adapter-sqlite": "^3.0.1",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.16.1",
"@types/react": "latest",
"@types/react-dom": "latest",
"@vercel/analytics": "^1.0.2",
"@vercel/postgres": "^0.8.0",
"arctic": "^1.9.0",
"autoprefixer": "10.4.14",
"bright": "^0.8.2",
"clsx": "^2.1.1",
"contentlayer": "^0.3.2",
"date-fns": "^2.30.0",
"eslint": "8.39.0",
"eslint-config-next": "latest",
"framer-motion": "^10.16.4",
"geist": "^1.0.0",
"lucia": "^3.2.0",
"lucide-react": "^0.460.0",
"next": "latest",
"next-contentlayer": "^0.3.2",
"next-themes": "^0.2.1",
"next-view-transitions": "^0.3.2",
"oslo": "^1.2.0",
"perfect-freehand": "^1.2.2",
"postcss": "8.4.23",
"react": "latest",
"react-dom": "latest",
"react-intersection-observer": "^9.13.1",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}