mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00

# [1.2.0](https://code.castopod.org/adaures/castopod/compare/v1.1.2...v1.2.0) (2023-03-17) ### Bug Fixes * **analytics:** check the x_forwarded_for client header ([1111177](1111177eb7
)) * **auth:** update podcast editors' permissions ([a9b6308](a9b630884b
)) * **contributors:** add dash to prevent deleting permissions from other podcast ([5d2a2d4](5d2a2d49c4
)), closes [#310](https://code.castopod.org/adaures/castopod/issues/310) * display bandwidth limit on dashboard when set in .env ([a2a87ab](a2a87abf7c
)) * **docker:** update nginx configuration ([8884598](8884598a56
)) * **platforms:** update 'submit_url' for Antennapod ([9fc49a7](9fc49a7430
)) ### Features * add downloads count to episode list ([b63c1dc](b63c1dc9b1
)) * add health route to check if db, cache and file manager are ok ([1dde11f](1dde11f8e4
)) * **media:** add s3 to manage media files ([d93fc98](d93fc98469
)) ### Reverts * **install:** reset condition to look for instance owner before continuing install ([fc009f3](fc009f3d00
))
111 lines
3.7 KiB
JSON
111 lines
3.7 KiB
JSON
{
|
|
"name": "castopod",
|
|
"version": "1.2.0",
|
|
"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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.castopod.org/adaures/castopod.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview",
|
|
"build:static": "pnpm run build:icons && pnpm run build:svg",
|
|
"build:icons": "svgo -f app/Resources/icons -o public/assets/icons -r --config=./.svgo.icons.js",
|
|
"build:svg": "svgo -f app/Resources/images -o public/assets/images -r --config=./.svgo.js",
|
|
"lint": "eslint --ext js,ts app/Resources",
|
|
"lint:fix": "eslint --ext js,ts app/Resources --fix",
|
|
"lint:css": "stylelint \"app/Resources/**/*.css\"",
|
|
"lint:css:fix": "stylelint --fix \"app/Resources/**/*.css\"",
|
|
"prettier": "prettier --check --ignore-path .gitignore .",
|
|
"prettier:fix": "prettier --write --ignore-path .gitignore .",
|
|
"typecheck": "tsc",
|
|
"commit": "cz",
|
|
"release": "semantic-release",
|
|
"prepare": "is-ci || husky install"
|
|
},
|
|
"dependencies": {
|
|
"@amcharts/amcharts4": "^4.10.34",
|
|
"@amcharts/amcharts4-geodata": "^4.1.26",
|
|
"@codemirror/commands": "^6.2.2",
|
|
"@codemirror/lang-xml": "^6.0.2",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/state": "^6.2.0",
|
|
"@codemirror/view": "^6.9.2",
|
|
"@floating-ui/dom": "^1.2.4",
|
|
"@github/clipboard-copy-element": "^1.1.2",
|
|
"@github/hotkey": "^2.0.1",
|
|
"@github/markdown-toolbar-element": "^2.1.1",
|
|
"@github/time-elements": "^4.0.0",
|
|
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
|
|
"@vime/core": "^5.4.0",
|
|
"choices.js": "^10.2.0",
|
|
"codemirror": "^6.0.1",
|
|
"flatpickr": "^4.6.13",
|
|
"leaflet": "^1.9.3",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"lit": "^2.6.1",
|
|
"marked": "^4.2.12",
|
|
"wavesurfer.js": "^6.5.2",
|
|
"xml-formatter": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.4.4",
|
|
"@commitlint/config-conventional": "^17.4.4",
|
|
"@semantic-release/changelog": "^6.0.2",
|
|
"@semantic-release/exec": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/gitlab": "^11.0.1",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/leaflet": "^1.9.2",
|
|
"@types/marked": "^4.0.8",
|
|
"@types/wavesurfer.js": "^6.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
"all-contributors-cli": "^6.24.0",
|
|
"commitizen": "^4.3.0",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^5.1.15",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"eslint": "^8.36.0",
|
|
"eslint-config-prettier": "^8.7.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.3",
|
|
"is-ci": "^3.0.1",
|
|
"lint-staged": "^13.2.0",
|
|
"postcss": "^8.4.21",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-nesting": "^11.2.1",
|
|
"postcss-preset-env": "^8.0.1",
|
|
"postcss-reporter": "^7.0.5",
|
|
"prettier": "2.8.4",
|
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
"semantic-release": "^20.1.1",
|
|
"stylelint": "^15.2.0",
|
|
"stylelint-config-standard": "^30.0.1",
|
|
"svgo": "^3.0.2",
|
|
"tailwindcss": "^3.2.7",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.1.4",
|
|
"vite-plugin-pwa": "^0.14.4",
|
|
"workbox-build": "^6.5.4",
|
|
"workbox-core": "^6.5.4",
|
|
"workbox-routing": "^6.5.4",
|
|
"workbox-strategies": "^6.5.4"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,css,md,json}": "prettier --write",
|
|
"*.{ts,js}": "eslint --ext js,ts,tsx app/Resources --fix",
|
|
"*.css": "stylelint --fix"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|