campfire/package.json
2024-06-30 22:00:04 +01:00

27 lines
739 B
JSON

{
"name": "campfire-client",
"version": "0.2.0",
"description": "social media for the galaxy-wide-web! 🌌",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"author": "ari melody <ari@arimelody.me>",
"contributors": [
"mae taylor <mae@mae.wtf>"
],
"license": "GPL-3.0",
"devDependencies": {
"@poppanator/sveltekit-svg": "^4.2.1",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"vite": "^5.3.1"
}
}