Commits on Source (58)
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
-
David Trattnig authored
Sveltekit mig See merge request !4
Showing
- .gitignore 31 additions, 5 deletions.gitignore
- .gitlab-ci.yml 3 additions, 4 deletions.gitlab-ci.yml
- .husky/pre-commit 1 addition, 1 deletion.husky/pre-commit
- .npmrc 1 addition, 0 deletions.npmrc
- .prettierignore 4 additions, 0 deletions.prettierignore
- .prettierrc 8 additions, 0 deletions.prettierrc
- Makefile 29 additions, 11 deletionsMakefile
- README.md 43 additions, 44 deletionsREADME.md
- config/dev-settings.json 30 additions, 35 deletionsconfig/dev-settings.json
- config/sample-settings.json 30 additions, 35 deletionsconfig/sample-settings.json
- contrib/cba-api-proxy/media.php 3 additions, 1 deletioncontrib/cba-api-proxy/media.php
- eslint.config.js 23 additions, 0 deletionseslint.config.js
- jsconfig.json 12 additions, 0 deletionsjsconfig.json
- package-lock.json 5693 additions, 11964 deletionspackage-lock.json
- package.json 82 additions, 57 deletionspackage.json
- playwright.config.js 11 additions, 0 deletionsplaywright.config.js
- public/aura-play-theme.css 0 additions, 122 deletionspublic/aura-play-theme.css
- public/deprecated-player.html 0 additions, 51 deletionspublic/deprecated-player.html
- public/index.html 0 additions, 79 deletionspublic/index.html
- public/pre-cache.json 0 additions, 23 deletionspublic/pre-cache.json
.husky/pre-commit
100644 → 100755
.npmrc
0 → 100644
.prettierignore
0 → 100644
.prettierrc
0 → 100644
eslint.config.js
0 → 100644
jsconfig.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "aura-play", | ||
"type": "module", | ||
"version": "0.9.0", | ||
"author": { | ||
"name": "David Trattnig", | ||
"email": "david.trattnig@subsquare.at", | ||
"url": "https://subsquare.at" | ||
}, | ||
"license": "AGPL-3.0-only", | ||
"homepage": "https://aura.radio", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.servus.at:aura/play.git" | ||
}, | ||
"scripts": { | ||
"prepare": "npx husky install && npm run smui-theme-light && npm run smui-theme-dark", | ||
"smui-theme-light": "smui-theme compile public/build/smui.css -i src/theme", | ||
"smui-theme-dark": "smui-theme compile public/build/smui-dark.css -i src/theme/dark", | ||
"spell": "npx cspell -c cspell.json **/*.{txt,js,ts,md}", | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"start": "sirv public --no-clear --host" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@smui/button": "^6.1.0", | ||
"@smui/card": "^6.1.0", | ||
"@smui/ripple": "^6.1.0", | ||
"@tsconfig/svelte": "^2.0.1", | ||
"@zerodevx/svelte-toast": "^0.6.1", | ||
"amplitudejs": "^5.3.2", | ||
"husky": "^8.0.1", | ||
"node-sass": "^6.0.1", | ||
"postcss-import": "^14.0.2", | ||
"rollup": "^2.3.4", | ||
"rollup-plugin-css-only": "^3.1.0", | ||
"rollup-plugin-livereload": "^2.0.0", | ||
"rollup-plugin-postcss": "^4.0.1", | ||
"rollup-plugin-svelte": "^7.0.0", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"sass": "^1.43.3", | ||
"smui-theme": "^6.1.0", | ||
"svelte": "^3.0.0", | ||
"svelte-check": "^2.7.0", | ||
"svelte-material-ui": "^6.0.0-beta.15", | ||
"svelte-preprocess": "^4.10.6", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.6.4" | ||
}, | ||
"dependencies": { | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"sirv-cli": "^1.0.0" | ||
} | ||
"name": "aura-play", | ||
"version": "0.9.1", | ||
"author": { | ||
"name": "David Trattnig", | ||
"email": "david@subsquare.at", | ||
"url": "https://subsquare.at" | ||
}, | ||
"license": "AGPL-3.0-only", | ||
"homepage": "https://aura.radio", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.servus.at:aura/play.git" | ||
}, | ||
"scripts": { | ||
"build": "vite build && npm run package", | ||
"build-js": "vite build --config vite.js.config.js && npm run package", | ||
"dev": "vite dev", | ||
"preview": "vite preview", | ||
"start": "vite preview", | ||
"package": "svelte-kit sync && svelte-package && publint", | ||
"prepublishOnly": "npm run package", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch", | ||
"test": "npm run test:integration && npm run test:unit", | ||
"lint": "prettier --check . && eslint .", | ||
"format": "prettier --write .", | ||
"test:integration": "playwright test", | ||
"test:unit": "vitest", | ||
"prepare": "npx husky install && npm run smui-theme-light && npm run smui-theme-dark", | ||
"smui-theme-light": "smui-theme compile static/css/smui.css -i src/theme", | ||
"smui-theme-dark": "smui-theme compile static/css/smui-dark.css -i src/theme/dark", | ||
"spell": "npx cspell -c cspell.json **/*.{txt,js,ts,md}" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"svelte": "./dist/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"!dist/**/*.test.*", | ||
"!dist/**/*.spec.*" | ||
], | ||
"peerDependencies": { | ||
"svelte": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.28.1", | ||
"@smui/button": "^7.0.0", | ||
"@smui/card": "^7.0.0", | ||
"@smui/ripple": "^7.0.0", | ||
"@sveltejs/adapter-static": "^3.0.2", | ||
"@sveltejs/kit": "^2.0.0", | ||
"@sveltejs/package": "^2.0.0", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.0", | ||
"@types/eslint": "^8.56.7", | ||
"@zerodevx/svelte-toast": "^0.9.5", | ||
"amplitudejs": "^5.3.2", | ||
"eslint": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-svelte": "^2.36.0", | ||
"globals": "^15.0.0", | ||
"husky": "^8.0.1", | ||
"postcss-import": "^14.0.2", | ||
"prettier": "^3.1.1", | ||
"prettier-plugin-svelte": "^3.1.2", | ||
"publint": "^0.1.9", | ||
"sass": "^1.77.8", | ||
"smui-theme": "^7.0.0", | ||
"svelte": "^4.2.7", | ||
"svelte-check": "^3.6.0", | ||
"svelte-material-ui": "^7.0.0", | ||
"svelte-preprocess": "^5.0.3", | ||
"tslib": "^2.4.1", | ||
"typescript": "^5.0.0", | ||
"vite": "^5.0.11", | ||
"vitest": "^1.2.0" | ||
}, | ||
"svelte": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"type": "module" | ||
} |
playwright.config.js
0 → 100644
public/aura-play-theme.css
deleted
100644 → 0
public/deprecated-player.html
deleted
100644 → 0
public/index.html
deleted
100644 → 0
public/pre-cache.json
deleted
100644 → 0