Files
fullhouse/client/package.json

16 lines
298 B
JSON
Raw Normal View History

{
"name": "fullhouse-client",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 5190",
"build": "tsc && vite build",
"preview": "vite preview --port 5190"
},
"devDependencies": {
"typescript": "^5.8.0",
"vite": "^5.4.0"
}
}