-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.41 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.41 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "nurui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@left4code/svg-renderer": "^1.0.4",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.2",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@react-three/fiber": "^9.0.0-alpha.8",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-env": "^10.1.0",
"dotted-map": "^2.2.3",
"gsap": "^3.13.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"lucide-react": "^0.523.0",
"matter-js": "^0.20.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^12.4.7",
"next": "15.1.7",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"nprogress": "^0.2.0",
"prettier": "^3.6.1",
"react": "^19.0.0",
"react-countup": "^6.5.3",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.16.0",
"react-lottie": "^1.2.10",
"react-syntax-highlighter": "^15.6.1",
"react-toggle-dark-mode": "^1.1.1",
"remark-gfm": "^4.0.1",
"simplebar": "^6.3.2",
"simplebar-react": "^3.3.2",
"styled-components": "^6.1.19",
"svg-path-commander": "^2.1.10",
"tailwind-merge": "^3.3.1",
"three": "^0.176.0",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3",
"uuid": "^11.1.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^15.5.4",
"@react-three/drei": "^10.6.1",
"@types/lodash": "^4.17.15",
"@types/matter-js": "^0.20.0",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-lottie": "^1.2.10",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2"
}
}