Files
sign/apps/web/package.json

27 lines
549 B
JSON
Raw Normal View History

2022-11-14 23:12:51 +01:00
{
"name": "documenso",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-11-15 10:53:04 +01:00
"@prisma/client": "^4.6.1",
2022-11-14 23:12:51 +01:00
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4"
2022-11-15 10:53:04 +01:00
},
"devDependencies": {
"prisma": "^4.6.1"
2022-11-14 23:12:51 +01:00
}
}