campfire/package.json
2024-06-28 08:43:12 +01:00

19 lines
456 B
JSON

{
"name": "spacesocial-client",
"version": "0.2.0_rev2",
"description": "social media for the galaxy-wide-web! 🌌",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"vite": "^5.3.1"
}
}