-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
57
{
"name": "apogee-2024",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@popmotion/popcorn": "^0.4.4",
"@react-three/drei": "^9.97.6",
"@react-three/fiber": "^8.15.16",
"@react-three/postprocessing": "^2.16.0",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.7",
"formik": "^2.4.5",
"framer-motion": "^10.18.0",
"gsap": "^3.12.5",
"lamina": "^1.1.23",
"leva": "^0.9.35",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-google-recaptcha": "^3.1.0",
"react-powerglitch": "^1.0.3",
"react-router-dom": "^6.22.0",
"react-select": "^5.8.0",
"rooks": "^7.14.1",
"simplex-noise": "^4.0.1",
"sort-by": "^1.2.0",
"three": "^0.160.1",
"valtio": "^1.13.1",
"vanilla-tilt": "^1.8.1",
"vivus": "^0.4.6",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-valtio": "^0.6.2",
"prettier": "^3.2.5",
"sass": "^1.71.0",
"vite": "^5.1.3"
}
}