-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
package.json
File metadata and controls
53 lines (53 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
{
"name": "demo-app",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"check-links": "node scripts/check-links.mjs"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@next/third-parties": "^16.1.1",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-popover": "^1.1.15",
"@tabler/icons-react": "^3.30.0",
"@types/lodash": "^4.17.17",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "16.4.1",
"fumadocs-mdx": "14.2.3",
"fumadocs-openapi": "10.2.2",
"fumadocs-ui": "16.4.1",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.510.0",
"next": "16.1.1",
"next-mdx-remote": "^6.0.0",
"posthog-js": "^1.318.1",
"posthog-node": "^5.20.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"shiki": "^3.20.0",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.12",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"eslint": "^8",
"eslint-config-next": "16.1.1",
"postcss": "^8.5.3",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
}
}