{ "name": "akiba-souken-archive", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@types/dateformat": "3.0.1", "dateformat": "4.5.1", "next": "14.2.13", "react": "^18", "react-dom": "^18", "zod": "3.23.8" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }