refactor: extract common components into UI package

This commit is contained in:
David Nguyen
2023-08-23 11:22:13 +10:00
parent 07102588be
commit 2ab796910e
50 changed files with 113493 additions and 926 deletions
+3 -2
View File
@@ -7,7 +7,8 @@
"dev": "PORT=3001 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
},
"dependencies": {
"@documenso/lib": "*",
@@ -37,4 +38,4 @@
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7"
}
}
}