-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add play store settings ot advanced station config, add @openst…
…ream/client
- Loading branch information
1 parent
c0cd301
commit e1fb4c1
Showing
47 changed files
with
6,184 additions
and
1,197 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,53 @@ | ||
{ | ||
"name": "app", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"prepare": "ts-patch install -s", | ||
"dev": "ADMIN_API_PORT=18865 vite dev --port 5100 --host", | ||
"build": "PROTOCOL_HEADER=x-forwarded-proto ADDRESS_HEADER=x-real-ip ADMIN_API_PORT=18865 vite build", | ||
"preview": "vite preview", | ||
"test": "playwright test", | ||
"sync": "npx @sveltejs/kit sync", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --threshold error --ignore '../server/**/*'", | ||
"check:warn": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --threshold warning --ignore '../server/**/*'", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "prettier --plugin-search-dir . --check . && eslint .", | ||
"format": "prettier --plugin-search-dir . --write ." | ||
}, | ||
"devDependencies": { | ||
"@mdi/js": "^7.0.96", | ||
"@playwright/test": "1.25.0", | ||
"@sveltejs/adapter-node": "^1.1.4", | ||
"@sveltejs/kit": "^1.20.2", | ||
"@types/color": "^3.0.3", | ||
"@types/cookie": "^0.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"color": "^4.2.3", | ||
"copy-to-clipboard": "^3.3.3", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"http-status-codes": "^2.2.0", | ||
"kleur": "^4.1.5", | ||
"prettier": "^2.6.2", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"svelte": "^3.59.1", | ||
"svelte-check": "^2.7.1", | ||
"svelte-preprocess": "^4.10.6", | ||
"ts-patch": "^2.1.0", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.7.4", | ||
"vite": "^4.2.1", | ||
"vite-imagetools": "^5.0.3", | ||
"workbox-cacheable-response": "^6.5.4", | ||
"workbox-precaching": "^6.5.4", | ||
"workbox-routing": "^6.5.4", | ||
"workbox-strategies": "^6.5.4" | ||
}, | ||
"type": "module" | ||
} | ||
"name": "app", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"prepare": "ts-patch install && typia patch -s", | ||
"dev": "ADMIN_API_PORT=18865 vite dev --port 5100 --host", | ||
"build": "PROTOCOL_HEADER=x-forwarded-proto ADDRESS_HEADER=x-real-ip ADMIN_API_PORT=18865 vite build", | ||
"preview": "vite preview", | ||
"test": "playwright test", | ||
"sync": "npx @sveltejs/kit sync", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --threshold error --ignore '../server/**/*'", | ||
"check:warn": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --threshold warning --ignore '../server/**/*'", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "prettier --plugin-search-dir . --check . && eslint .", | ||
"format": "prettier --plugin-search-dir . --write ." | ||
}, | ||
"devDependencies": { | ||
"@mdi/js": "^7.0.96", | ||
"@playwright/test": "1.25.0", | ||
"@sveltejs/adapter-node": "^1.1.4", | ||
"@sveltejs/kit": "^1.20.2", | ||
"@types/color": "^3.0.3", | ||
"@types/cookie": "^0.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"color": "^4.2.3", | ||
"copy-to-clipboard": "^3.3.3", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"http-status-codes": "^2.2.0", | ||
"kleur": "^4.1.5", | ||
"prettier": "^2.6.2", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"svelte": "^3.59.1", | ||
"svelte-check": "^2.7.1", | ||
"svelte-preprocess": "^5.0.0", | ||
"ts-node": "^10.9.2", | ||
"ts-patch": "^3.1.2", | ||
"tslib": "^2.3.1", | ||
"typescript": "^5.3.2", | ||
"vite": "^4.2.1", | ||
"vite-imagetools": "^5.0.3", | ||
"workbox-cacheable-response": "^6.5.4", | ||
"workbox-precaching": "^6.5.4", | ||
"workbox-routing": "^6.5.4", | ||
"workbox-strategies": "^6.5.4" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"typia": "^5.4.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,45 @@ | ||
{ | ||
"extends": "./.svelte-kit/tsconfig.json", | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"checkJs": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
|
||
"paths": { | ||
"$share/*": ["../share/src/*"], | ||
"$server/*": ["../server/src/*"], | ||
"$defs/*": ["../server/src/defs/*"], | ||
"$api/*": ["../server/src/defs/api/*"], | ||
"$lib":["./src/lib"], | ||
"$lib/*":["./src/lib/*"] | ||
}, | ||
"ignoreDeprecations": "5.0" | ||
} | ||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias | ||
// | ||
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes | ||
// from the referenced tsconfig.json - TypeScript does not merge them in | ||
} | ||
"extends": "./.svelte-kit/tsconfig.json", | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"checkJs": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
"paths": { | ||
"$share/*": [ | ||
"../share/src/*" | ||
], | ||
"$server/*": [ | ||
"../server/src/*" | ||
], | ||
"$defs/*": [ | ||
"../server/src/defs/*" | ||
], | ||
"$api/*": [ | ||
"../server/src/defs/api/*" | ||
], | ||
"$lib": [ | ||
"./src/lib" | ||
], | ||
"$lib/*": [ | ||
"./src/lib/*" | ||
] | ||
}, | ||
"ignoreDeprecations": "5.0", | ||
"importsNotUsedAsValues": "error", | ||
"plugins": [ | ||
{ | ||
"transform": "typia/lib/transform" | ||
} | ||
], | ||
"strictNullChecks": true | ||
} | ||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias | ||
// | ||
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes | ||
// from the referenced tsconfig.json - TypeScript does not merge them in | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.