mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 03:16:07 -06:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "rdap",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.11",
|
|
"@heroicons/react": "^2.0.16",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^2.29.3",
|
|
"immutability-helper": "^3.1.1",
|
|
"ipaddr.js": "^2.0.1",
|
|
"next": "13.1.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.42.1",
|
|
"react-ogp": "^0.0.3",
|
|
"react-timeago": "^7.2.0",
|
|
"sass": "^1.57.1",
|
|
"true-myth": "^7.1.0",
|
|
"usehooks-ts": "^2.9.1",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
"@typescript-eslint/parser": "^5.47.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^8.30.0",
|
|
"eslint-config-next": "13.1.1",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
"tailwindcss": "^3.2.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.2.0"
|
|
}
|
|
}
|