{ "name": "castopod", "version": "1.3.5", "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 -f verbose \"app/Resources/**/*.css\"", "lint:css:fix": "stylelint -f verbose --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.36", "@amcharts/amcharts4-geodata": "^4.1.27", "@codemirror/commands": "^6.2.4", "@codemirror/lang-xml": "^6.0.2", "@codemirror/language": "^6.8.0", "@codemirror/state": "^6.2.1", "@codemirror/view": "^6.13.2", "@floating-ui/dom": "^1.4.1", "@github/clipboard-copy-element": "^1.2.1", "@github/hotkey": "^2.0.1", "@github/markdown-toolbar-element": "^2.1.1", "@github/relative-time-element": "^4.3.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.4", "leaflet.markercluster": "^1.5.3", "lit": "^2.7.5", "marked": "^5.1.0", "wavesurfer.js": "^6.6.4", "xml-formatter": "^3.4.1" }, "devDependencies": { "@commitlint/cli": "^17.6.5", "@commitlint/config-conventional": "^17.6.5", "@csstools/css-tokenizer": "^2.1.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/gitlab": "^12.0.3", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.9", "@types/leaflet": "^1.9.3", "@types/marked": "^5.0.0", "@types/wavesurfer.js": "^6.0.6", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "all-contributors-cli": "^6.26.0", "commitizen": "^4.3.0", "cross-env": "^7.0.3", "cssnano": "^6.0.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", "is-ci": "^3.0.1", "lint-staged": "^13.2.2", "postcss": "^8.4.24", "postcss-import": "^15.1.0", "postcss-nesting": "^11.3.0", "postcss-preset-env": "^8.5.0", "postcss-reporter": "^7.0.5", "prettier": "2.8.8", "prettier-plugin-organize-imports": "^3.2.2", "semantic-release": "^21.0.5", "stylelint": "^15.8.0", "stylelint-config-standard": "^33.0.0", "svgo": "^3.0.2", "tailwindcss": "^3.3.2", "typescript": "^5.1.3", "vite": "^4.3.9", "vite-plugin-pwa": "^0.16.4", "workbox-build": "^7.0.0", "workbox-core": "^7.0.0", "workbox-routing": "^7.0.0", "workbox-strategies": "^7.0.0" }, "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" } } }