KDesktop/package.json

16 lines
271 B
JSON
Raw Normal View History

2024-06-19 19:46:29 +00:00
{
"name": "klectrdesktop",
"private": true,
"version": "0.0.1",
2024-06-19 19:46:29 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
2024-06-19 19:46:29 +00:00
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.0"
2024-06-19 19:46:29 +00:00
}
}