This commit is contained in:
Julien Calixte
2026-04-05 12:18:46 +02:00
commit fb03601c2b
20 changed files with 1384 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "random",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tsconfig/svelte": "^5.0.8",
"@types/node": "^24.12.0",
"svelte": "^5.53.12",
"svelte-check": "^4.4.5",
"typescript": "~5.9.3",
"vite": "^8.0.1"
}
}