All checks were successful
/ Build the server (push) Successful in 2m35s
Closes #60
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.0.0",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"fetch-api": "openapi-typescript http://127.0.0.1:2121/openapi.json -o ./src/api/schema.d.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.324",
|
|
"@sveltejs/vite-plugin-svelte": "^2.5.3",
|
|
"@tsconfig/svelte": "^5.0.4",
|
|
"@types/node": "^20.17.30",
|
|
"@types/qrcode-svg": "^1.1.5",
|
|
"autoprefixer": "^10.4.21",
|
|
"flowbite": "^1.8.1",
|
|
"flowbite-svelte": "^0.44.24",
|
|
"openapi-typescript": "^7.6.1",
|
|
"postcss": "^8.5.3",
|
|
"postcss-load-config": "^4.0.2",
|
|
"svelte": "^4.2.19",
|
|
"svelte-check": "^3.8.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"unplugin-icons": "^0.17.4",
|
|
"vite": "^4.5.12",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-singlefile": "^0.13.5",
|
|
"vite-plugin-tailwind-purgecss": "^0.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"filesize": "^10.1.6",
|
|
"openapi-fetch": "^0.12.5",
|
|
"qrcode-svg": "^1.1.0",
|
|
"svelte-spa-router": "^3.3.0",
|
|
"tailwind-merge": "^1.14.0"
|
|
}
|
|
}
|