-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "kurr.dev",
"version": "1.0.0",
"description": "Personal website",
"license": "MIT",
"author": {
"name": "Kurbanali Ruslan",
"email": "[email protected]",
"url": "https://github.com/kurrx"
},
"repository": {
"type": "git",
"url": "https://github.com/kurrx/kurr.dev.git"
},
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"deploy": "npm run build && firebase deploy",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.88.2",
"@react-three/fiber": "^8.14.5",
"@react-three/postprocessing": "^2.15.1",
"framer-motion": "^11.0.8",
"gsap": "^3.12.5",
"leva": "^0.9.35",
"postprocessing": "^6.33.2",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"suspend-react": "^0.1.3",
"three": "^0.157.0",
"usehooks-ts": "^2.15.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/three": "^0.157.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"firebase-tools": "^13.4.0",
"sass": "^1.71.1",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-svgr": "^4.2.0"
}
}