-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 732 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
{
"name": "githubster",
"version": "2.5.0",
"description": "Track your GitHub followers, unfollowers, and following relationships",
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next",
"lint": "eslint ."
},
"dependencies": {
"@tanstack/react-virtual": "3.14.9",
"next": "16.3.0",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@tailwindcss/postcss": "4.3.3",
"@types/node": "24.13.3",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"eslint": "^9.39.5",
"eslint-config-next": "16.3.0",
"tailwindcss": "4.3.3",
"typescript": "6.0.3"
}
}