-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 829 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
{
"name": "rdap-lookup",
"version": "1.0.0",
"description": "A production-level RDAP lookup tool using Next.js App Router, Tailwind, and modern React.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"lucide-react": "^0.540.0",
"next": "^14.2.32",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "24.3.0",
"@types/react": "19.1.10",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.4.17",
"typescript": "5.9.2"
},
"keywords": [
"rdap",
"nextjs",
"app-router",
"tailwind",
"rate-limiting"
],
"license": "MIT"
}