-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.45 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
{
"name": "jdnarvaez.github.io",
"version": "0.2.0",
"author": {
"name": "Juan Narváez",
"url": "https://github.com/jdnarvaez"
},
"type": "module",
"packageManager": "pnpm@11.4.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fontsource-variable/unbounded": "^5.2.8",
"@fontsource/space-mono": "^5.2.9",
"@heroui/react": "^3.1.0",
"@heroui/styles": "^3.1.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/postprocessing": "^3.0.4",
"clsx": "^2.1.1",
"motion": "^12.40.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.6.0",
"tailwind-merge": "^3.4.0",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^22.10.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/three": "^0.184.1",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"gh-pages": "^6.3.0",
"prettier": "^3.4.2",
"tailwindcss": "^4.3.0",
"typescript": "^5.7.3",
"vite": "^8.0.16"
}
}