comicbox/package.json

52 lines
1.6 KiB
JSON

{
"name": "comicbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"update-indexes": "ts-node --compiler-options '{\"module\":\"CommonJS\"}' src/export-data.ts"
},
"dependencies": {
"@bmunozg/react-image-area": "^1.0.2",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.1.0",
"diff": "^5.1.0",
"discord.js": "^14.0.3",
"meilisearch": "^0.27.0",
"next": "12.2.2",
"next-auth": "^4.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "^5.4.0",
"sharp": "^0.30.7",
"tesseract.js": "^2.1.5",
"zod": "^3.17.10"
},
"devDependencies": {
"@types/diff": "^5.0.2",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prisma": "^4.1.0",
"tailwindcss": "^3.1.6",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}