-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.78 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
59
60
61
62
63
64
65
{
"name": "noxhd-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@next/third-parties": "^15.0.3",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"clsx": "^2.1.1",
"framer-motion": "^11.3.28",
"fumadocs-core": "^13.2.2",
"fumadocs-ui": "^13.2.2",
"geist": "^1.3.1",
"gsap": "^3.12.5",
"lenis": "^1.1.13",
"lucide-react": "^0.427.0",
"matter-js": "^0.20.0",
"next": "^15.0.3",
"next-sitemap": "^4.2.3",
"nextra": "^3.2.4",
"nextra-theme-docs": "^3.2.4",
"prismjs": "^1.29.0",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-element-to-jsx-string": "^15.0.0",
"react-frame-component": "^5.2.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-pretty-code": "^0.14.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"split-type": "^0.3.4",
"styled-components": "^6.1.12",
"swapy": "^0.1.1",
"tailwind-merge": "^2.5.1",
"tailwindcss-aria-attributes": "^2.0.1",
"three": "^0.168.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"shiki": "^1.14.1",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7"
}
}