-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 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
{
"name": "reports-website",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.1.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "4.8.3",
"@radix-ui/react-separator": "1.1.8",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tooltip": "1.2.8",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"framer-motion": "11.18.2",
"gray-matter": "4.0.3",
"katex": "0.16.45",
"lucide-react": "0.469.0",
"meilisearch": "0.47.0",
"next": "16.2.6",
"next-mdx-remote": "6.0.0",
"octokit": "4.1.4",
"react": "19.2.5",
"react-dom": "19.2.5",
"rehype-katex": "7.0.1",
"rehype-stringify": "10.0.1",
"remark": "15.0.1",
"remark-gfm": "4.0.1",
"remark-html": "16.0.1",
"remark-math": "6.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"tailwind-merge": "2.6.1",
"tailwindcss-animate": "1.0.7",
"unified": "11.0.5",
"unist-util-visit": "5.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@tailwindcss/typography": "0.5.19",
"@types/node": "24.12.4",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "9.39.4",
"eslint-config-next": "15.1.3",
"postcss": "8.5.14",
"puppeteer": "24.40.0",
"tailwindcss": "3.4.19",
"typescript": "5.9.3"
}
}