Skip to content

Commit 422b7a3

Browse files
authored
Merge pull request #251 from captableinc/feat/data-room
feat: Data room - A secure spaces to share multiple documents with investors, stakeholders and external parties.
2 parents 1d1321b + 47a2486 commit 422b7a3

File tree

92 files changed

+2292
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2292
-318
lines changed

.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const config = {
3535
destructuredArrayIgnorePattern: "^_",
3636
},
3737
],
38+
"@typescript-eslint/prefer-optional-chain": "off",
3839
"@typescript-eslint/require-await": "off",
3940
"@typescript-eslint/no-unsafe-assignment": "warn",
4041
"@typescript-eslint/no-unsafe-member-access": "warn",

package-lock.json

+234
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@aws-sdk/client-s3": "^3.525.0",
2828
"@aws-sdk/s3-request-presigner": "^3.554.0",
2929
"@blocknote/react": "^0.12.2",
30+
"@cyntler/react-doc-viewer": "^1.14.1",
3031
"@hookform/resolvers": "^3.3.4",
3132
"@next-auth/prisma-adapter": "^1.0.7",
3233
"@prisma/client": "^5.12.1",
@@ -70,6 +71,7 @@
7071
"input-otp": "^1.1.0",
7172
"jsx-email": "^1.7.2",
7273
"lodash-es": "^4.17.21",
74+
"mime": "^4.0.1",
7375
"nanoid": "^5.0.4",
7476
"next": "^14.1.4",
7577
"next-auth": "^4.24.7",
@@ -89,6 +91,7 @@
8991
"superjson": "^2.2.1",
9092
"tailwind-merge": "^2.2.2",
9193
"tailwindcss-animate": "^1.0.7",
94+
"usehooks-ts": "^3.1.0",
9295
"zod": "^3.22.4"
9396
},
9497
"devDependencies": {

0 commit comments

Comments
 (0)