Files

37 lines
851 B
JSON

{
"name": "kotobane",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@directus/sdk": "^21.3.0",
"lucide-react": "^1.17.0",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"jsdom": "^29.1.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^4.1.7"
}
}