QuiplashClone/apps/quippy/package.json

30 lines
688 B
JSON
Raw Permalink Normal View History

{
"name": "quippy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"socket.io-client":"^4.6.1",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
},
"dependencies": {
"@dicebear/collection": "^5.3.4",
"@dicebear/core": "^5.3.4",
"beercss": "^3.0.8",
"pocketbase": "^0.12.0",
"svelte-spa-router": "^3.3.0"
}
}