-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.28 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
{
"name": "hxndev.github.io",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write 'src/**/*.{js,jsx,json,css,md}'",
"format:check": "prettier --check 'src/**/*.{js,jsx,json,css,md}'",
"lint": "eslint 'src/**/*.{js,jsx}' --report-unused-disable-directives --max-warnings 0",
"check": "npm run format:check && npm run lint"
},
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^2.19.1",
"@tabler/icons-react": "^3.31.0",
"framer-motion": "^11.18.2",
"gsap": "^3.12.5",
"lenis": "^1.3.23",
"postprocessing": "^6.39.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.3.0",
"three": "^0.171.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"prettier": "^3.1.0",
"vite": "^6.2.0"
}
}