-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "fossradar",
"version": "0.1.0",
"description": "India's comprehensive directory of open source projects",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "pnpm run build:index && next build",
"start": "next start",
"lint": "next lint",
"validate": "tsx scripts/validate.ts",
"build:index": "tsx scripts/build-index.ts",
"enrich": "tsx scripts/enrich.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@hookform/resolvers": "^5.2.2",
"@octokit/rest": "^22.0.1",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^2.0.0",
"@vercel/functions": "^3.3.3",
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"counterapi": "^2.1.2",
"fuse.js": "^7.0.0",
"lucide-react": "^0.554.0",
"next": "^16.0.4",
"next-themes": "^0.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.66.1",
"tailwind-merge": "^3.4.0",
"toml": "^3.0.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-next": "^16.0.4",
"postcss": "^8.4.48",
"tailwindcss": "^4.1.17",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}