-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.37 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
{
"name": "lighthouse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@heroicons/react": "^2.2.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@react-three/postprocessing": "^3.0.4",
"@vercel/analytics": "^1.6.1",
"framer-motion": "^12.23.22",
"glsl-noise": "^0.0.0",
"lucide-react": "^0.552.0",
"next": "^15.5.7",
"postprocessing": "^6.37.7",
"prismjs": "^1.30.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-intersection-observer": "^10.0.0",
"slugify": "^1.6.6",
"split-type": "^0.3.4",
"three": "^0.179.1",
"three-stdlib": "^2.36.0",
"three.meshline": "^1.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/mongoose": "^5.11.96",
"@types/node": "^20",
"@types/nodemailer": "^7.0.2",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/three": "^0.180.0",
"@types/webpack": "^5.28.5",
"eslint": "^9",
"eslint-config-next": "15.4.3",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"raw-loader": "^4.0.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}