-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 KB
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
{
"name": "gradient-ascent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.4.2",
"@formatjs/intl-localematcher": "^0.5.4",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@tabler/icons-react": "^3.12.0",
"@xata.io/client": "0.0.0-next.v64f10283eb9a098c575590d3ea17600e350321c9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer2": "^0.5.0",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.33.0",
"highlight.js": "^11.10.0",
"klaro": "^0.7.21",
"lucide-react": "^0.427.0",
"markdown-it": "^14.1.0",
"negotiator": "^0.6.3",
"next": "14.2.5",
"next-auth": "5.0.0-beta.20",
"next-contentlayer2": "^0.5.0",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-tweet": "^3.2.1",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@kodaps/notion-parse": "^0.0.17",
"@tailwindcss/typography": "^0.5.14",
"@types/markdown-it": "^14.1.2",
"@types/negotiator": "^0.6.3",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^9",
"eslint-config-next": "14.2.5",
"eslint-plugin-import": "^2.29.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "^5"
}
}