You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
672 B

{
"name": "omotomo_site",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.3.1",
"@vitest/coverage-v8": "^3.2.4",
"jsdom": "^27.0.1",
"svelte": "^5.45.2",
"vite": "^7.3.1",
"vitest": "^3.2.4"
},
"dependencies": {
"@supabase/supabase-js": "^2.95.3",
"svelte-spa-router": "^4.0.1"
}
}

Powered by TurnKey Linux.