-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 736 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 736 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
{
"name": "treelink",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@supabase/supabase-js": "^2.46.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.455.0",
"next-auth": "^4.24.11",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"next": "^15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}