-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "trapvault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@studio-freight/lenis": "^1.0.42",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.81.1",
"firebase": "^12.5.0",
"lenis": "^1.3.14",
"lucide-react": "^0.553.0",
"next": "^16.0.8",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-virtualized": "^9.22.6",
"react-window": "^1.8.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.16",
"@types/react": "19.2.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.0.0",
"eslint-config-next": "15.5.6",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.16"
}
}