-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"@types/mdx": "^2.0.13",
"@types/three": "^0.167.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-auto-height": "^8.1.8",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"front-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"lucide-react": "^0.424.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "^18",
"react-aiwriter": "^1.0.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18",
"react-parallax": "^3.5.1",
"react-type-animation": "^3.2.0",
"rehype": "^13.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1",
"typed.js": "^2.1.0",
"vaul": "^0.9.1"
},
"devDependencies": {
"@pmndrs/assets": "^1.6.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"sass": "^1.77.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}