Files

16 lines
272 B
JSON
Raw Permalink Normal View History

{
"name": "thon",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --port 5682",
"build": "vite build",
"typecheck": "tsc",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.5.0",
"vite": "^6.0.0"
}
}