44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "scan-wave",
|
|
"private": true,
|
|
"version": "0.0.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync || echo ''",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/kit": "^2.22.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"html5-qrcode": "^2.3.8",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"supabase": "^2.30.4",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vite-plugin-devtools-json": "^0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/ssr": "^0.6.1",
|
|
"@supabase/supabase-js": "^2.50.0",
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@tanstack/svelte-query": "^5.83.0",
|
|
"googleapis": "^150.0.1",
|
|
"papaparse": "^5.5.3",
|
|
"qrcode": "^1.5.4",
|
|
"quoted-printable": "^1.0.1",
|
|
"simple-icons": "^15.3.0"
|
|
}
|
|
}
|