campfire/package.json

27 lines
739 B
JSON
Raw Permalink Normal View History

{
2024-06-30 18:57:32 +00:00
"name": "campfire-client",
2024-07-02 19:31:56 +00:00
"version": "0.3.0",
"description": "social media for the galaxy-wide-web! 🌌",
2024-06-29 09:46:27 +00:00
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
2024-06-29 09:46:27 +00:00
"author": "ari melody <ari@arimelody.me>",
2024-06-30 18:57:32 +00:00
"contributors": [
"mae taylor <mae@mae.wtf>"
],
2024-06-29 09:46:27 +00:00
"license": "GPL-3.0",
"devDependencies": {
2024-06-30 18:57:32 +00:00
"@poppanator/sveltekit-svg": "^4.2.1",
2024-06-29 09:46:27 +00:00
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/adapter-static": "^3.0.2",
2024-06-29 09:46:27 +00:00
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"vite": "^5.3.1"
}
}