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

# [1.0.0-beta.17](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-07-06) ### Bug Fixes * explicitly cast seconds to int in iso8601_duration helper function ([779653f](779653f75b
)) * **housekeeping:** use EpisodeModel's builder to reset comments count ([65e9c0b](65e9c0b05e
)) * **rss:** round episode durations and soundbites ([c9fb987](c9fb987fcf
)), closes [#214](https://code.castopod.org/adaures/castopod/issues/214) * **xml-editor:** prettify xml even without root node ([ca55c24](ca55c248d0
)) ### Features * add publish feature for podcasts and set draft by default ([3d363f2](3d363f2efe
)), closes [#128](https://code.castopod.org/adaures/castopod/issues/128) [#220](https://code.castopod.org/adaures/castopod/issues/220) * **admin:** add instance wide dashboard with storage and bandwidth usage ([b1a6c02](b1a6c02e56
)), closes [#216](https://code.castopod.org/adaures/castopod/issues/216) * **datetime-picker:** set material_green theme to flatpickr ([3ce6541](3ce6541003
))
107 lines
3.6 KiB
JSON
107 lines
3.6 KiB
JSON
{
|
|
"name": "castopod-host",
|
|
"version": "1.0.0-beta.17",
|
|
"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": "npm run build:icons && npm 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.25",
|
|
"@amcharts/amcharts4-geodata": "^4.1.23",
|
|
"codemirror": "^6.0.1",
|
|
"@codemirror/commands": "^6.0.1",
|
|
"@codemirror/lang-xml": "^6.0.0",
|
|
"@codemirror/state": "^6.1.0",
|
|
"@codemirror/language": "^6.2.0",
|
|
"@floating-ui/dom": "^0.5.4",
|
|
"@github/clipboard-copy-element": "^1.1.2",
|
|
"@github/hotkey": "^2.0.0",
|
|
"@github/markdown-toolbar-element": "^2.1.1",
|
|
"@github/time-elements": "^3.1.2",
|
|
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
|
"@vime/core": "^5.3.1",
|
|
"choices.js": "^10.1.0",
|
|
"flatpickr": "^4.6.13",
|
|
"leaflet": "^1.8.0",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"lit": "^2.2.7",
|
|
"marked": "^4.0.17",
|
|
"wavesurfer.js": "^6.2.0",
|
|
"xml-formatter": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.3",
|
|
"@commitlint/config-conventional": "^17.0.3",
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
"@semantic-release/exec": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/gitlab": "^9.3.2",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/line-clamp": "^0.4.0",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@types/leaflet": "^1.7.11",
|
|
"@types/marked": "^4.0.3",
|
|
"@types/wavesurfer.js": "^6.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.3",
|
|
"@typescript-eslint/parser": "^5.30.3",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^5.1.12",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.1",
|
|
"is-ci": "^3.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-nesting": "^10.1.10",
|
|
"postcss-preset-env": "^7.7.2",
|
|
"postcss-reporter": "^7.0.5",
|
|
"prettier": "2.7.1",
|
|
"prettier-plugin-organize-imports": "^3.0.0",
|
|
"semantic-release": "^19.0.3",
|
|
"stylelint": "^14.9.1",
|
|
"stylelint-config-standard": "^26.0.0",
|
|
"svgo": "^2.8.0",
|
|
"tailwindcss": "^3.1.4",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^2.9.13",
|
|
"vite-plugin-pwa": "^0.12.2",
|
|
"workbox-build": "^6.5.3",
|
|
"workbox-core": "^6.5.3",
|
|
"workbox-routing": "^6.5.3",
|
|
"workbox-strategies": "^6.5.3"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|