2020-06-05 13:54:40 +00:00
|
|
|
{
|
2023-02-21 17:27:45 +00:00
|
|
|
"name": "castopod",
|
2024-12-30 12:31:21 +00:00
|
|
|
"version": "2.0.0-next.3",
|
2021-04-23 15:42:54 +00:00
|
|
|
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
2020-06-05 13:54:40 +00:00
|
|
|
"private": true,
|
|
|
|
"license": "AGPL-3.0-or-later",
|
2023-11-17 17:26:37 +00:00
|
|
|
"type": "module",
|
2020-06-05 13:54:40 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-02-20 13:23:57 +00:00
|
|
|
"url": "https://code.castopod.org/adaures/castopod.git"
|
2020-06-05 13:54:40 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-07-12 17:47:56 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"serve": "vite preview",
|
2023-02-21 17:27:45 +00:00
|
|
|
"build:static": "pnpm run build:icons && pnpm run build:svg",
|
2025-03-01 13:08:00 +00:00
|
|
|
"build:icons": "svgo -f resources/icons -o resources/icons -r --config=./.svgo.icons.cjs",
|
|
|
|
"build:svg": "svgo -f resources/static/images -o resources/static/images -r --config=./.svgo.cjs",
|
2024-10-16 10:57:08 +00:00
|
|
|
"lint": "eslint",
|
|
|
|
"lint:fix": "eslint --fix",
|
2025-03-01 13:08:00 +00:00
|
|
|
"lint:css": "stylelint -f verbose \"resources/**/*.css\"",
|
|
|
|
"lint:css:fix": "stylelint -f verbose --fix \"resources/**/*.css\"",
|
2024-02-17 13:01:39 +00:00
|
|
|
"prettier": "prettier --check .",
|
|
|
|
"prettier:fix": "prettier --write .",
|
2020-07-28 15:57:48 +00:00
|
|
|
"typecheck": "tsc",
|
2025-01-04 11:28:21 +00:00
|
|
|
"all-contributors:add": "all-contributors add",
|
|
|
|
"all-contributors:generate": "all-contributors generate",
|
2021-07-26 13:10:46 +00:00
|
|
|
"commit": "cz",
|
2021-05-21 10:13:21 +00:00
|
|
|
"release": "semantic-release",
|
2024-02-17 13:01:39 +00:00
|
|
|
"prepare": "is-ci || husky"
|
2020-06-05 13:54:40 +00:00
|
|
|
},
|
2020-07-27 09:35:34 +00:00
|
|
|
"dependencies": {
|
2024-07-01 16:14:12 +00:00
|
|
|
"@amcharts/amcharts4": "^4.10.39",
|
2024-07-30 16:35:30 +00:00
|
|
|
"@amcharts/amcharts4-geodata": "^4.1.30",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@codemirror/commands": "^6.8.0",
|
2024-12-17 15:06:08 +00:00
|
|
|
"@codemirror/lang-html": "^6.4.9",
|
2024-04-26 09:26:22 +00:00
|
|
|
"@codemirror/lang-xml": "^6.1.0",
|
2024-12-30 12:02:51 +00:00
|
|
|
"@codemirror/language": "^6.10.8",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@codemirror/state": "^6.5.2",
|
|
|
|
"@codemirror/view": "^6.36.2",
|
|
|
|
"@floating-ui/dom": "^1.6.13",
|
2023-11-15 16:17:43 +00:00
|
|
|
"@github/clipboard-copy-element": "^1.3.0",
|
2024-07-01 16:14:12 +00:00
|
|
|
"@github/hotkey": "^3.1.1",
|
2024-04-26 09:26:22 +00:00
|
|
|
"@github/markdown-toolbar-element": "^2.2.3",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@github/relative-time-element": "^4.4.5",
|
2024-10-16 10:57:08 +00:00
|
|
|
"@patternfly/elements": "^4.0.2",
|
2023-08-21 16:13:03 +00:00
|
|
|
"@vime/core": "^5.4.1",
|
2025-03-01 13:08:00 +00:00
|
|
|
"choices.js": "^11.0.6",
|
2022-07-05 15:55:19 +00:00
|
|
|
"codemirror": "^6.0.1",
|
2022-07-02 17:15:29 +00:00
|
|
|
"flatpickr": "^4.6.13",
|
2025-03-01 13:08:00 +00:00
|
|
|
"htmlfy": "^0.6.1",
|
2023-06-05 12:08:32 +00:00
|
|
|
"leaflet": "^1.9.4",
|
2021-10-18 16:44:07 +00:00
|
|
|
"leaflet.markercluster": "^1.5.3",
|
2024-10-16 10:57:08 +00:00
|
|
|
"lit": "^3.2.1",
|
2025-03-01 13:08:00 +00:00
|
|
|
"marked": "^15.0.7",
|
|
|
|
"wavesurfer.js": "^7.9.1",
|
|
|
|
"xml-formatter": "^3.6.4"
|
2020-07-27 09:35:34 +00:00
|
|
|
},
|
2020-06-05 13:54:40 +00:00
|
|
|
"devDependencies": {
|
2025-03-01 13:08:00 +00:00
|
|
|
"@commitlint/cli": "^19.7.1",
|
|
|
|
"@commitlint/config-conventional": "^19.7.1",
|
2024-11-07 12:56:46 +00:00
|
|
|
"@csstools/css-tokenizer": "^3.0.3",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@eslint/eslintrc": "^3.3.0",
|
|
|
|
"@eslint/js": "^9.21.0",
|
2023-04-14 11:11:53 +00:00
|
|
|
"@semantic-release/changelog": "^6.0.3",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@semantic-release/exec": "^7.0.3",
|
2021-11-05 14:36:34 +00:00
|
|
|
"@semantic-release/git": "^10.0.1",
|
2025-03-01 13:08:00 +00:00
|
|
|
"@semantic-release/gitlab": "^13.2.4",
|
|
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
|
|
"@types/leaflet": "^1.9.16",
|
2023-08-21 16:13:03 +00:00
|
|
|
"all-contributors-cli": "^6.26.1",
|
2024-10-16 10:57:08 +00:00
|
|
|
"commitizen": "^4.3.1",
|
2024-12-30 12:20:54 +00:00
|
|
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
2021-04-02 17:20:02 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2024-09-24 10:20:53 +00:00
|
|
|
"cssnano": "^7.0.6",
|
2020-09-04 09:09:26 +00:00
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
2025-03-01 13:08:00 +00:00
|
|
|
"eslint": "^9.21.0",
|
|
|
|
"eslint-config-prettier": "^10.0.2",
|
|
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
|
|
"glob": "^11.0.1",
|
|
|
|
"globals": "^16.0.0",
|
2024-12-17 15:06:08 +00:00
|
|
|
"husky": "^9.1.7",
|
|
|
|
"is-ci": "^4.1.0",
|
2025-03-01 13:08:00 +00:00
|
|
|
"lint-staged": "^15.4.3",
|
|
|
|
"postcss": "^8.5.3",
|
2024-04-26 09:26:22 +00:00
|
|
|
"postcss-import": "^16.1.0",
|
2024-11-07 12:56:46 +00:00
|
|
|
"postcss-nesting": "^13.0.1",
|
2025-03-01 13:08:00 +00:00
|
|
|
"postcss-preset-env": "^10.1.5",
|
2024-02-17 13:01:39 +00:00
|
|
|
"postcss-reporter": "^7.1.0",
|
2025-03-01 13:08:00 +00:00
|
|
|
"prettier": "3.5.2",
|
2024-09-24 10:20:53 +00:00
|
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
2025-03-01 13:08:00 +00:00
|
|
|
"semantic-release": "^24.2.3",
|
|
|
|
"sharp": "^0.33.5",
|
|
|
|
"stylelint": "^16.15.0",
|
|
|
|
"stylelint-config-standard": "^37.0.0",
|
2024-07-01 16:14:12 +00:00
|
|
|
"svgo": "^3.3.2",
|
2024-12-23 15:35:47 +00:00
|
|
|
"tailwindcss": "^3.4.17",
|
2025-03-01 13:08:00 +00:00
|
|
|
"typescript": "~5.7.3",
|
|
|
|
"typescript-eslint": "^8.25.0",
|
|
|
|
"vite": "^6.2.0",
|
|
|
|
"vite-plugin-codeigniter": "^1.0.1",
|
|
|
|
"vite-plugin-inspect": "^11.0.0",
|
2024-12-17 15:06:08 +00:00
|
|
|
"vite-plugin-pwa": "^0.21.1",
|
2025-03-01 13:08:00 +00:00
|
|
|
"vite-plugin-static-copy": "^2.3.0",
|
2024-11-07 12:56:46 +00:00
|
|
|
"workbox-build": "^7.3.0",
|
|
|
|
"workbox-core": "^7.3.0",
|
|
|
|
"workbox-routing": "^7.3.0",
|
|
|
|
"workbox-strategies": "^7.3.0"
|
2020-06-05 13:54:40 +00:00
|
|
|
},
|
2020-06-10 15:00:12 +00:00
|
|
|
"lint-staged": {
|
2021-05-19 16:35:13 +00:00
|
|
|
"*.{js,ts,css,md,json}": "prettier --write",
|
2024-10-16 10:57:08 +00:00
|
|
|
"*.{ts,js}": "eslint --fix",
|
2020-07-28 15:57:48 +00:00
|
|
|
"*.css": "stylelint --fix"
|
2020-06-10 15:00:12 +00:00
|
|
|
},
|
2020-06-05 13:54:40 +00:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
2021-07-26 13:10:46 +00:00
|
|
|
"path": "cz-conventional-changelog"
|
2020-06-05 13:54:40 +00:00
|
|
|
}
|
|
|
|
}
|
2020-06-10 15:00:12 +00:00
|
|
|
}
|