README and refactoring

This commit is contained in:
Aleksi Lassila
2023-08-01 20:33:33 +03:00
parent 8e60c8fad2
commit 9cbee9ed52
17 changed files with 1107 additions and 4074 deletions

View File

@@ -14,13 +14,10 @@
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@neoconfetti/svelte": "^1.0.0",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.5.0",
"@types/axios": "^0.14.0",
"@types/cookie": "^0.5.1",
@@ -32,7 +29,6 @@
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.26.0",
"graphql-codegen-svelte-apollo": "^1.1.0",
"openapi-typescript": "^6.2.7",
"postcss": "^8.4.24",
"prettier": "^2.8.0",
@@ -47,14 +43,11 @@
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.7.15",
"@jellyfin/sdk": "^0.7.0",
"axios": "^1.4.0",
"graphql": "^16.6.0",
"hls.js": "^1.4.6",
"openapi-fetch": "^0.2.1",
"radix-icons-svelte": "^1.2.1",
"svelte-apollo": "^0.5.0",
"tailwind-scrollbar-hide": "^1.1.7"
}
}