campfire/package.json

19 lines
436 B
JSON
Raw Normal View History

{
"name": "spacesocial-client",
"version": "0.1.0",
"description": "social media for the galaxy-wide-web! 🌌",
"type": "module",
"scripts": {
"dev": "vite",
"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"
}
}