forked from BitcoinBenin/bitcoinbenin.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 963 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 963 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
35
36
37
38
39
40
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"optimize-images": "node scripts/optimize-images.js"
},
"dependencies": {
"@supabase/storage-js": "^2.91.0",
"@supabase/supabase-js": "^2.91.0",
"@vercel/blob": "^2.0.0",
"framer-motion": "^12.23.24",
"hero": "^0.0.0",
"lucide": "^0.553.0",
"lucide-react": "^0.552.0",
"next": "15.5.9",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.5.0",
"recharts": "^3.3.0",
"sharp": "^0.34.5",
"ui": "^0.2.4",
"website": "link:"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.6",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}