Bang/package.json

19 lines
322 B
JSON
Raw Normal View History

2025-02-14 21:30:33 -08:00
{
2025-02-14 23:07:10 -08:00
"name": "unduck",
2025-02-14 21:30:33 -08:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.1.0"
2025-02-15 18:03:21 -08:00
},
"dependencies": {
"vite-plugin-pwa": "^0.21.1"
2025-02-14 21:30:33 -08:00
}
}