Files
formbricks-formbricks/package.json
2022-06-13 23:09:33 +09:00

49 lines
1.2 KiB
JSON

{
"name": "snoopforms",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@prisma/client": "^3.15.1",
"babel-plugin-superjson-next": "^0.4.3",
"bcryptjs": "^2.4.3",
"date-fns": "^2.28.0",
"next": "12.1.6",
"next-auth": "^4.3.4",
"nextjs-cors": "^2.1.1",
"nodemailer": "^6.7.5",
"react": "18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.19.3",
"react-contenteditable": "^3.3.6",
"react-dom": "18.1.0",
"react-feather": "^2.0.9",
"superjson": "^1.9.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
"@types/bcryptjs": "^2.4.2",
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"prisma": "^3.15.1",
"tailwindcss": "^3.0.24",
"ts-node": "^10.7.0",
"typescript": "4.6.4"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}