2024-08-10 23:47:17 +08:00
|
|
|
{
|
|
|
|
"name": "ipv6-test",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-19 17:57:38 +08:00
|
|
|
"@tanstack/react-query": "^5.51.23",
|
2024-08-16 23:32:19 +08:00
|
|
|
"next": "14.2.5",
|
2024-08-10 23:47:17 +08:00
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18",
|
2024-08-18 23:39:01 +08:00
|
|
|
"swr": "^2.2.5",
|
2024-08-16 23:32:19 +08:00
|
|
|
"theme-change": "^2.5.0"
|
2024-08-10 23:47:17 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-19 09:54:14 +08:00
|
|
|
"@iconify/react": "^5.0.2",
|
2024-08-10 23:47:17 +08:00
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2024-08-16 23:32:19 +08:00
|
|
|
"daisyui": "^4.12.10",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.5",
|
2024-08-10 23:47:17 +08:00
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
2024-08-16 23:32:19 +08:00
|
|
|
"typescript": "^5"
|
2024-08-10 23:47:17 +08:00
|
|
|
}
|
|
|
|
}
|