Newer
Older
"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",
},
"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 app/Resources/icons -r --config=./.svgo.icons.cjs",
"build:svg": "svgo -f app/Resources/images -o public/assets/images -r --config=./.svgo.cjs",
"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 .",
"prettier:fix": "prettier --write .",
"typecheck": "tsc",
"commit": "cz",
"release": "semantic-release",
"prepare": "is-ci || husky"
"@amcharts/amcharts4": "^4.10.39",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.10.2",

Yassine Doghri
committed
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.3",
"@floating-ui/dom": "^1.6.7",
"@github/hotkey": "^3.1.1",

Yassine Doghri
committed
"@vime/core": "^5.4.1",
"choices.js": "^10.2.0",

Yassine Doghri
committed
"codemirror": "^6.0.1",

Yassine Doghri
committed
"leaflet.markercluster": "^1.5.3",
"xml-formatter": "^3.6.2"
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/exec": "^6.0.3",

Yassine Doghri
committed
"@semantic-release/git": "^10.0.1",
"@tailwindcss/forms": "^0.5.7",
"@types/leaflet": "^1.9.12",

Yassine Doghri
committed
"all-contributors-cli": "^6.26.1",
"commitizen": "^4.3.0",

Yassine Doghri
committed
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",

Yassine Doghri
committed
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"postcss-preset-env": "^9.5.15",
"postcss-reporter": "^7.1.0",
"semantic-release": "^24.0.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-plugin-pwa": "^0.20.0",
"workbox-build": "^7.1.1",
"workbox-core": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.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"
}
}