Files
WikiRush/package.json
T

44 lines
1.0 KiB
JSON
Raw Normal View History

2026-04-10 11:46:43 +02:00
{
"name": "wikirush",
"version": "1.0.0",
2026-04-10 11:46:43 +02:00
"private": true,
"author": "Jessy DAVID - https://jessy-david.dev",
"description": "WikiRush - Navigue entre les articles Wikipedia pour atteindre la cible en premier !",
"engines": {
"node": ">=22.12.0"
},
2026-04-10 11:46:43 +02:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
2026-04-10 11:46:43 +02:00
},
"dependencies": {
"@panva/hkdf": "^1.2.1",
"@prisma/adapter-pg": "^7.7.0",
"@prisma/client": "^7.7.0",
"bcryptjs": "^3.0.3",
"ioredis": "^5.10.1",
"jose": "^6.2.2",
2026-04-10 11:46:43 +02:00
"next": "16.2.3",
"next-auth": "5.0.0-beta.30",
"pg": "^8.20.0",
2026-04-10 11:46:43 +02:00
"react": "19.2.4",
"react-dom": "19.2.4",
"simple-icons": "^16.15.0"
2026-04-10 11:46:43 +02:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
2026-04-10 11:46:43 +02:00
"@types/node": "^20",
"@types/pg": "^8.20.0",
2026-04-10 11:46:43 +02:00
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"prisma": "7",
2026-04-10 11:46:43 +02:00
"tailwindcss": "^4",
"typescript": "^5"
}
}