Skip to content

Commit

Permalink
Remove unnecessary devDependencies and browser
Browse files Browse the repository at this point in the history
configurations
  • Loading branch information
thebkht committed Nov 27, 2023
1 parent 714cc33 commit 38a3e49
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,5 @@
"typescript": "5.2.2",
"use-debounce": "^9.0.4",
"zod": "^3.22.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/formidable": "^3.4.3",
"@types/pg": "^8.10.7",
"@types/uuid": "^9.0.4",
"dns": "file:./app/mock/dns"
},
"browser": {
"crypto": false,
"fs": false,
"net": false,
"path": false,
"stream": false,
"tls": false
}
}

0 comments on commit 38a3e49

Please sign in to comment.