45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"name": "tomodachi-share",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postinstall": "prisma generate"
|
|
},
|
|
"dependencies": {
|
|
"@auth/prisma-adapter": "2.7.2",
|
|
"@hello-pangea/dnd": "^18.0.1",
|
|
"@prisma/client": "^6.5.0",
|
|
"@trafficlunar/asmcrypto.js": "^1.0.2",
|
|
"bit-buffer": "^0.2.5",
|
|
"downshift": "^9.0.9",
|
|
"embla-carousel-react": "^8.5.2",
|
|
"jsqr": "^1.4.0",
|
|
"next": "15.2.4",
|
|
"next-auth": "5.0.0-beta.25",
|
|
"qrcode-generator": "^1.4.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-select": "^5.10.1",
|
|
"react-webcam": "^7.2.0",
|
|
"sharp": "^0.34.0",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@iconify/react": "^5.2.0",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.2.4",
|
|
"prisma": "^6.5.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|