fledgling/package.json
2025-02-01 13:13:44 -08:00

16 lines
268 B
JSON

{
"name": "prototype1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.6.2",
"vite": "^6.0.5"
}
}