-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.66 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": "innerve9",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@leenguyen/react-flip-clock-countdown": "^1.6.0",
"@million/lint": "^1.0.14",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@studio-freight/lenis": "^1.0.42",
"@types/three": "^0.170.0",
"framer-motion": "^4.1.2",
"framer-motion-hooks": "^1.0.10",
"gsap": "^3.12.5",
"lottie-web": "^5.12.2",
"maath": "^0.10.8",
"million": "^3.1.11",
"next-images": "^1.8.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^8.31.0",
"react-router-dom": "^6.28.0",
"three": "^0.170.0",
"webpack": "^5.97.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.16",
"vite": "^5.4.11",
"vite-plugin-svgr": "^4.3.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}