{ "name": "castopod-host", "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", "url": "https://code.podlibre.org/podlibre/castopod-host.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-geodata": "^4.1.21", "@amcharts/amcharts4": "^4.10.22", "@codemirror/basic-setup": "^0.19.0", "@codemirror/commands": "^0.19.5", "@codemirror/lang-xml": "^0.19.1", "@codemirror/state": "^0.19.2", "@codemirror/view": "^0.19.7", "@github/clipboard-copy-element": "^1.1.2", "@github/markdown-toolbar-element": "^1.5.1", "@github/time-elements": "^3.1.2", "@popperjs/core": "^2.10.1", "@vime/core": "^5.0.33", "choices.js": "^9.0.1", "flatpickr": "^4.6.9", "leaflet.markercluster": "^1.5.1", "leaflet": "^1.7.1", "lit": "^2.0.0", "marked": "^3.0.4", "xml-formatter": "^2.4.1" }, "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@semantic-release/changelog": "^6.0.0", "@semantic-release/exec": "^6.0.1", "@semantic-release/git": "^10.0.0", "@semantic-release/gitlab": "^7.0.3", "@tailwindcss/forms": "^0.3.3", "@tailwindcss/line-clamp": "^0.2.1", "@tailwindcss/typography": "^0.4.1", "@types/leaflet": "^1.7.5", "@types/marked": "^3.0.1", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "cross-env": "^7.0.3", "cssnano": "^5.0.8", "cz-conventional-changelog": "^3.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint": "^7.32.0", "husky": "^7.0.2", "is-ci": "^3.0.0", "lint-staged": "^11.1.2", "postcss-import": "^14.0.2", "postcss-preset-env": "^6.7.0", "postcss-reporter": "^7.0.2", "prettier-plugin-organize-imports": "^2.3.4", "prettier": "2.4.1", "semantic-release": "^18.0.0", "stylelint-config-standard": "^22.0.0", "stylelint": "^13.13.1", "svgo": "^2.6.1", "tailwindcss-scroll-snap": "^1.1.0", "tailwindcss": "^2.2.15", "typescript": "^4.4.3", "vite": "^2.5.10" }, "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" } } }