-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 2.08 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts:check": "tsc --noEmit",
"format": "prettier --write .",
"clean": "rm -rf .next && rm -rf node_modules .content-collections .unlighthouse",
"unlighthouse": "pnpx unlighthouse --site https://jorgeassaf.vercel.app --desktop --no-cache"
},
"dependencies": {
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-slot": "1.1.1",
"@react-three/drei": "9.121.3",
"@react-three/fiber": "9.0.0-rc.5",
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "1.1.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"framer-motion": "12.0.3",
"lucide-react": "0.474.0",
"next-sanity": "9.8.42",
"next-themes": "0.4.4",
"next": "15.1.6",
"react-dom": "19.0.0",
"react": "19.0.0",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"remark-toc": "9.0.0",
"tailwind-merge": "2.6.0",
"three": "0.172.0"
},
"devDependencies": {
"@content-collections/core": "0.8.0",
"@content-collections/mdx": "0.2.0",
"@content-collections/next": "0.2.4",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@shikijs/rehype": "2.1.0",
"@types/eslint": "9.6.1",
"@types/node": "22.10.9",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/three": "0.172.0",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-tailwindcss": "3.18.0",
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.10",
"standard": "17.1.2",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.3"
}
}