-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 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
53
54
55
{
"name": "apogee-2025-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@react-oauth/google": "^0.12.1",
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.6",
"@reduxjs/toolkit": "^2.5.0",
"@theatre/core": "^0.7.2",
"@theatre/r3f": "^0.7.2",
"axios": "^1.7.9",
"formik": "^2.4.6",
"framer-motion": "^12.4.11",
"gsap": "^3.12.7",
"lamina": "^1.1.23",
"leva": "^0.9.35",
"postprocessing": "^6.36.6",
"r3f-perf": "^7.2.3",
"react": "^18.3.1",
"react-cookie": "^7.2.2",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-helmet-async": "^2.0.5",
"react-redux": "^9.2.0",
"react-router": "^7.0.2",
"react-select": "^5.9.0",
"three": "^0.172.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@theatre/studio": "^0.7.2",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"sass": "^1.83.0",
"vite": "^6.0.3"
}
}