-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
68 lines (68 loc) · 1.95 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
{
"name": "fancy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"generate-registry": "ts-node src/scripts/generate-registry.ts",
"generate": "npm run generate-registry",
"build": "npm run generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"flubber": "^0.4.2",
"framer-motion": "^11.2.10",
"lenis": "^1.1.14",
"lodash": "^4.17.21",
"lucide-react": "^0.383.0",
"matter-js": "^0.20.0",
"mdast-util-toc": "^7.1.0",
"next": "14.2.3",
"next-mdx-remote": "^5.0.0",
"poly-decomp": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-syntax-highlighter": "^15.5.0",
"react-wrap-balancer": "^1.1.1",
"rehype-pretty-code": "^0.13.2",
"remark": "^15.0.1",
"svg-path-commander": "^2.1.6",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/flubber": "^0.4.0",
"@types/lodash": "^4.17.6",
"@types/matter-js": "^0.19.7",
"@types/node": "^20.14.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}