Files
sign/apps/web/package.json

39 lines
921 B
JSON
Raw Normal View History

2022-11-14 23:12:51 +01:00
{
2023-01-07 15:45:03 +01:00
"name": "@documenso/web",
2022-11-14 23:12:51 +01:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@documenso/prisma": "*",
2022-12-06 14:51:03 +01:00
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
2022-12-06 18:49:38 +01:00
"@tailwindcss/forms": "^0.5.3",
2023-01-10 18:52:04 +01:00
"@types/bcryptjs": "^2.4.2",
2022-11-14 23:12:51 +01:00
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
2023-01-10 18:52:04 +01:00
"bcryptjs": "^2.4.3",
2023-01-07 15:45:03 +01:00
"dotenv": "^16.0.3",
2022-11-14 23:12:51 +01:00
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
2022-12-06 14:51:03 +01:00
"install": "^0.13.0",
2022-11-14 23:12:51 +01:00
"next": "13.0.3",
2022-12-08 22:42:19 +01:00
"next-auth": "^4.18.3",
2023-01-07 15:45:03 +01:00
"next-transpile-modules": "^10.0.0",
2022-12-06 14:51:03 +01:00
"npm": "^9.1.3",
2022-11-14 23:12:51 +01:00
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4"
2022-11-15 10:53:04 +01:00
},
"devDependencies": {
2022-12-06 14:51:03 +01:00
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
2022-11-14 23:12:51 +01:00
}
}