mirror of
https://github.com/fergalmoran/opengifame.git
synced 2026-01-03 07:26:03 +00:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "frasier-gifs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node ./server.js",
|
|
"build": "next build",
|
|
"vercel-build": "prisma generate && prisma migrate deploy && next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/mime-types": "^2.1.1",
|
|
"mime-types": "^2.1.35"
|
|
},
|
|
"devDependencies": {
|
|
"@heroicons/react": "^2.0.11",
|
|
"@next-auth/prisma-adapter": "^1.0.4",
|
|
"@prisma/client": "^4.4.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/cookie": "^0.5.1",
|
|
"@types/formidable": "^2.0.5",
|
|
"@types/js-cookie": "^3.0.2",
|
|
"@types/lodash": "^4.14.186",
|
|
"@types/node": "18.7.23",
|
|
"@types/react": "18.0.21",
|
|
"@types/react-dom": "18.0.6",
|
|
"autoprefixer": "^10.4.12",
|
|
"bcrypt": "^5.0.1",
|
|
"chalk": "^5.0.1",
|
|
"cookie": "^0.5.0",
|
|
"dotenv-cli": "^6.0.0",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"formidable": "^2.0.1",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash": "^4.17.21",
|
|
"loglevel": "^1.8.0",
|
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
"next": "12.3.1",
|
|
"next-auth": "^4.12.2",
|
|
"postcss": "^8.4.16",
|
|
"prisma": "^4.4.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.37.0",
|
|
"request-ip": "^3.3.0",
|
|
"tailwindcss": "^3.1.8",
|
|
"turnstone": "^2.2.0",
|
|
"typescript": "4.8.4",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"prisma": {
|
|
"seed": "dotenv -e .env.development -- ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
|
|
}
|
|
}
|