Newer
Older
"version": "1.0.0-alpha.80",
"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": "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\"",

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

Yassine Doghri
committed

Yassine Doghri
committed
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/lang-xml": "^0.19.2",

Yassine Doghri
committed
"@codemirror/state": "^0.19.2",

Yassine Doghri
committed
"@codemirror/view": "^0.19.9",

Yassine Doghri
committed

Yassine Doghri
committed
"@github/time-elements": "^3.1.2",
"@popperjs/core": "^2.10.2",

Yassine Doghri
committed
"@vime/core": "^5.0.34",
"choices.js": "^9.0.1",

Yassine Doghri
committed

Yassine Doghri
committed
"leaflet.markercluster": "^1.5.3",

Yassine Doghri
committed
"xml-formatter": "^2.5.1"
"devDependencies": {

Yassine Doghri
committed
"@commitlint/cli": "^13.2.1",

Yassine Doghri
committed
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/exec": "^6.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/gitlab": "^7.0.3",

Yassine Doghri
committed
"@types/leaflet": "^1.7.5",

Yassine Doghri
committed
"@types/marked": "^3.0.1",

Yassine Doghri
committed

Yassine Doghri
committed

Yassine Doghri
committed
"eslint-config-prettier": "^8.3.0",

Yassine Doghri
committed
"eslint-plugin-prettier": "^4.0.0",

Yassine Doghri
committed
"lint-staged": "^11.2.3",
"postcss-import": "^14.0.2",
"postcss-nesting": "^8.0.1",
"postcss-preset-env": "^6.7.0",

Yassine Doghri
committed
"postcss-reporter": "^7.0.4",

Yassine Doghri
committed

Yassine Doghri
committed

Yassine Doghri
committed
"semantic-release": "^18.0.0",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^23.0.0",
"tailwindcss": "^3.0.0-alpha.1",

Yassine Doghri
committed
"typescript": "^4.4.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"
}
}