Skip to content

Commit

Permalink
Opsonize dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roypriyanshu02 committed Mar 15, 2024
1 parent 4f73d34 commit 70e1614
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"typescript": "^4.9.3",
"vite": "^4.5.2"
},
"type": "module",
"dependencies": {
"vite": "^4.5.2",
"@dimerapp/markdown": "^3.2.2",
"dotenv": "^16.0.3",
"puppeteer": "^19.6.2",
"sharp": "^0.32.6"
}
},
"type": "module",
"dependencies": {}
}

0 comments on commit 70e1614

Please sign in to comment.