-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 1.81 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
{
"name": "tnxg_homepages",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iconify/react": "^5.2.0",
"@mx-space/api-client": "^1.16.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@shikijs/core": "^1.26.1",
"@shikijs/rehype": "^1.26.1",
"@types/hast": "^3.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"framer-motion": "^11.16.1",
"gsap": "^3.12.5",
"hast": "^1.0.0",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"rss": "^1.2.2",
"server-only": "^0.0.1",
"shiki": "^1.26.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5",
"vaul": "^1.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.2",
"@biomejs/biome": "1.9.4",
"@next/eslint-plugin-next": "^15.1.4",
"@types/node": "^22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}