mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

## [1.13.3](https://code.castopod.org/adaures/castopod/compare/v1.13.2...v1.13.3) (2025-01-08)
### Bug Fixes
* remove exit function from podcast:import command to allow for episodes:compute-downloads to run ([3359abf](3359abf3fc
))
118 lines
3.7 KiB
JSON
118 lines
3.7 KiB
JSON
{
|
|
"name": "castopod",
|
|
"version": "1.13.3",
|
|
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.castopod.org/adaures/castopod.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build && pnpm run build:static",
|
|
"serve": "vite preview",
|
|
"build:static": "pnpm run build:icons && pnpm run build:svg",
|
|
"build:icons": "svgo -f app/Resources/icons -o app/Resources/icons -r --config=./.svgo.icons.cjs",
|
|
"build:svg": "svgo -f app/Resources/images -o public/assets/images -r --config=./.svgo.cjs",
|
|
"lint": "stylelint -f verbose --fix \"app/Resources/**/*.css\" && eslint",
|
|
"lint:fix": "stylelint -f verbose --fix \"app/Resources/**/*.css\" && eslint --fix",
|
|
"format": "prettier --check .",
|
|
"format:fix": "prettier --write .",
|
|
"typecheck": "tsc",
|
|
"commit": "cz",
|
|
"release": "semantic-release",
|
|
"prepare": "is-ci || husky"
|
|
},
|
|
"dependencies": {
|
|
"@amcharts/amcharts4": "^4.10.39",
|
|
"@amcharts/amcharts4-geodata": "^4.1.30",
|
|
"@codemirror/commands": "^6.7.1",
|
|
"@codemirror/lang-xml": "^6.1.0",
|
|
"@codemirror/language": "^6.10.8",
|
|
"@codemirror/state": "^6.5.0",
|
|
"@codemirror/view": "^6.36.1",
|
|
"@floating-ui/dom": "^1.6.13",
|
|
"@github/clipboard-copy-element": "^1.3.0",
|
|
"@github/hotkey": "^3.1.1",
|
|
"@github/markdown-toolbar-element": "^2.2.3",
|
|
"@github/relative-time-element": "^4.4.4",
|
|
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
|
|
"@vime/core": "^5.4.1",
|
|
"choices.js": "^10.2.0",
|
|
"codemirror": "^6.0.1",
|
|
"flatpickr": "^4.6.13",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"lit": "^3.2.1",
|
|
"marked": "^15.0.6",
|
|
"wavesurfer.js": "^7.8.15",
|
|
"xml-formatter": "^3.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.6.1",
|
|
"@commitlint/config-conventional": "^19.6.0",
|
|
"@csstools/css-tokenizer": "^3.0.3",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/exec": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/gitlab": "^13.2.3",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/leaflet": "^1.9.16",
|
|
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
"@typescript-eslint/parser": "^8.19.1",
|
|
"all-contributors-cli": "^6.26.1",
|
|
"commitizen": "^4.3.1",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^7.0.6",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"globals": "^15.14.0",
|
|
"husky": "^9.1.7",
|
|
"is-ci": "^4.1.0",
|
|
"lint-staged": "^15.3.0",
|
|
"postcss": "^8.4.49",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-nesting": "^13.0.1",
|
|
"postcss-preset-env": "^10.1.3",
|
|
"postcss-reporter": "^7.1.0",
|
|
"prettier": "3.4.2",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"semantic-release": "^24.2.1",
|
|
"stylelint": "^16.12.0",
|
|
"stylelint-config-standard": "^36.0.1",
|
|
"svgo": "^3.3.2",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.19.1",
|
|
"vite": "^6.0.7",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-core": "^7.3.0",
|
|
"workbox-routing": "^7.3.0",
|
|
"workbox-strategies": "^7.3.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.css": [
|
|
"stylelint --fix",
|
|
"prettier --write"
|
|
],
|
|
"!(*.css|*.js|*.ts|*.php|*.neon|*.sh)": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|