You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
282 B
JSON

{
"name": "cg",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"vite": "^7.2.4"
}
}