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",
"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 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\"",

Yassine Doghri
committed
"prettier": "prettier --check --ignore-path .gitignore .",

Yassine Doghri
committed
"prettier:fix": "prettier --write --ignore-path .gitignore .",
"typecheck": "tsc",
"commit": "cz",
"release": "semantic-release",
"prepare": "is-ci || husky install"

Yassine Doghri
committed
"@amcharts/amcharts4": "^4.10.38",
"@amcharts/amcharts4-geodata": "^4.1.27",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-xml": "^6.0.2",

Yassine Doghri
committed
"@codemirror/language": "^6.9.0",

Yassine Doghri
committed
"@codemirror/view": "^6.16.0",
"@floating-ui/dom": "^1.5.1",
"@github/hotkey": "^2.0.1",

Yassine Doghri
committed

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",

Yassine Doghri
committed
"lit": "^2.8.0",
"marked": "^7.0.4",
"wavesurfer.js": "^7.1.5",
"xml-formatter": "^3.5.0"
"devDependencies": {

Yassine Doghri
committed
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@csstools/css-tokenizer": "^2.2.0",
"@semantic-release/exec": "^6.0.3",

Yassine Doghri
committed
"@semantic-release/git": "^10.0.1",

Yassine Doghri
committed
"@semantic-release/gitlab": "^12.0.5",
"@tailwindcss/forms": "^0.5.4",
"@types/leaflet": "^1.9.3",

Yassine Doghri
committed
"commitizen": "^4.3.0",

Yassine Doghri
committed
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",

Yassine Doghri
committed

Yassine Doghri
committed
"lint-staged": "^14.0.1",
"postcss": "^8.4.28",
"postcss-import": "^15.1.0",

Yassine Doghri
committed
"postcss-nesting": "^12.0.1",
"postcss-preset-env": "^9.1.1",

Yassine Doghri
committed
"prettier-plugin-organize-imports": "^3.2.3",
"semantic-release": "^21.0.9",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",

Yassine Doghri
committed
"tailwindcss": "^3.3.3",

Yassine Doghri
committed
"typescript": "^5.1.6",

Yassine Doghri
committed
"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"
}
}