acayip-home/package.json

16 lines
269 B
JSON
Raw Normal View History

2024-08-23 18:34:46 +00:00
{
"name": "acayip-home",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.4.1"
}
}