fix: support optimise imports

This commit is contained in:
Mythie
2023-09-21 21:34:24 +10:00
parent 53db1a5d19
commit 49ce09f49b
16 changed files with 456 additions and 325 deletions

View File

@ -12,7 +12,8 @@
"index.tsx"
],
"scripts": {
"lint": "eslint \"**/*.ts*\""
"lint": "eslint \"**/*.ts*\"",
"clean": "rimraf node_modules"
},
"devDependencies": {
"@documenso/tailwind-config": "*",
@ -54,8 +55,8 @@
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"framer-motion": "^10.12.8",
"lucide-react": "^0.214.0",
"next": "13.5.2",
"lucide-react": "^0.279.0",
"next": "13.4.19",
"pdfjs-dist": "3.6.172",
"react-day-picker": "^8.7.1",
"react-pdf": "^7.3.3",