lost-found-desk / frontend /package.json
JacobLinCool's picture
Deploy Lost & Found Desk
f1164d7 verified
Raw
History Blame Contribute Delete
640 Bytes
{
"name": "lost-found-desk-frontend",
"private": true,
"version": "0.2.0",
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@gradio/client": "2.2.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "7.1.2",
"@tsconfig/svelte": "^5.0.4",
"svelte": "5.56.3",
"svelte-check": "^4.1.5",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "8.0.16"
}
}