Skip to content

Commit

Permalink
feat: add play store settings ot advanced station config, add @openst…
Browse files Browse the repository at this point in the history
…ream/client
  • Loading branch information
ramiroaisen committed Jan 26, 2024
1 parent c0cd301 commit e1fb4c1
Show file tree
Hide file tree
Showing 47 changed files with 6,184 additions and 1,197 deletions.
1,450 changes: 1,241 additions & 209 deletions front/admin/package-lock.json

Large diffs are not rendered by default.

100 changes: 52 additions & 48 deletions front/admin/package.json
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"
}
}
70 changes: 44 additions & 26 deletions front/admin/tsconfig.json
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
}
1 change: 1 addition & 0 deletions front/admin/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const config: UserConfig = {
"/api": "https://admin.dev.openstream.fm:18865",
}
},

// @ts-ignore
plugins: [sveltekit()]
};
Expand Down
23 changes: 0 additions & 23 deletions front/admin/vite.config.ts.timestamp-1688519975015.mjs

This file was deleted.

Loading

0 comments on commit e1fb4c1

Please sign in to comment.