-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 961 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
{
"name": "starter-for-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@tailwindcss/postcss": "^4.1.11",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"appwrite": "^18.1.1",
"clsx": "^2.1.0",
"discord.js": "^14.25.1",
"gsap": "^3.14.2",
"lucide-react": "^0.562.0",
"next": "^15.4.8",
"node-appwrite": "^21.1.0",
"postcss": "^8.5.6",
"qrcode.react": "^4.2.0",
"react": "^19.1.2",
"react-dom": "^19.1.2",
"react-icons": "^5.5.0",
"react-use": "^17.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"eslint": "9.39.2",
"eslint-config-next": "16.1.1",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14"
}
}