2020-06-05 13:54:40 +00:00
|
|
|
{
|
2021-04-23 15:42:54 +00:00
|
|
|
"name": "castopod-host",
|
2022-07-06 15:47:53 +00:00
|
|
|
"version": "1.0.0-beta.17",
|
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",
|
|
|
|
"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",
|
2021-07-29 15:06:48 +00:00
|
|
|
"build:static": "npm run build:icons && npm run build:svg",
|
2021-07-12 17:47:56 +00:00
|
|
|
"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\"",
|
2021-05-24 14:19:46 +00:00
|
|
|
"prettier": "prettier --check --ignore-path .gitignore .",
|
2020-08-04 11:25:22 +00:00
|
|
|
"prettier:fix": "prettier --write --ignore-path .gitignore .",
|
2020-07-28 15:57:48 +00:00
|
|
|
"typecheck": "tsc",
|
2021-07-26 13:10:46 +00:00
|
|
|
"commit": "cz",
|
2021-05-21 10:13:21 +00:00
|
|
|
"release": "semantic-release",
|
|
|
|
"prepare": "is-ci || husky install"
|
2020-06-05 13:54:40 +00:00
|
|
|
},
|
2020-07-27 09:35:34 +00:00
|
|
|
"dependencies": {
|
2022-07-02 17:15:29 +00:00
|
|
|
"@amcharts/amcharts4": "^4.10.25",
|
|
|
|
"@amcharts/amcharts4-geodata": "^4.1.23",
|
|
|
|
"codemirror": "^6.0.1",
|
|
|
|
"@codemirror/commands": "^6.0.1",
|
|
|
|
"@codemirror/lang-xml": "^6.0.0",
|
|
|
|
"@codemirror/state": "^6.1.0",
|
|
|
|
"@codemirror/language": "^6.2.0",
|
|
|
|
"@floating-ui/dom": "^0.5.4",
|
2021-08-10 14:25:13 +00:00
|
|
|
"@github/clipboard-copy-element": "^1.1.2",
|
2022-03-04 14:33:48 +00:00
|
|
|
"@github/hotkey": "^2.0.0",
|
2022-07-02 17:15:29 +00:00
|
|
|
"@github/markdown-toolbar-element": "^2.1.1",
|
2021-08-09 15:56:59 +00:00
|
|
|
"@github/time-elements": "^3.1.2",
|
2021-10-22 10:51:43 +00:00
|
|
|
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
2022-01-19 11:02:01 +00:00
|
|
|
"@vime/core": "^5.3.1",
|
2022-03-04 14:33:48 +00:00
|
|
|
"choices.js": "^10.1.0",
|
2022-07-02 17:15:29 +00:00
|
|
|
"flatpickr": "^4.6.13",
|
|
|
|
"leaflet": "^1.8.0",
|
2021-10-18 16:44:07 +00:00
|
|
|
"leaflet.markercluster": "^1.5.3",
|
2022-07-02 17:15:29 +00:00
|
|
|
"lit": "^2.2.7",
|
|
|
|
"marked": "^4.0.17",
|
|
|
|
"wavesurfer.js": "^6.2.0",
|
2022-03-04 14:33:48 +00:00
|
|
|
"xml-formatter": "^2.6.1"
|
2020-07-27 09:35:34 +00:00
|
|
|
},
|
2020-06-05 13:54:40 +00:00
|
|
|
"devDependencies": {
|
2022-07-02 17:15:29 +00:00
|
|
|
"@commitlint/cli": "^17.0.3",
|
|
|
|
"@commitlint/config-conventional": "^17.0.3",
|
2021-11-05 14:36:34 +00:00
|
|
|
"@semantic-release/changelog": "^6.0.1",
|
2021-12-16 15:25:30 +00:00
|
|
|
"@semantic-release/exec": "^6.0.3",
|
2021-11-05 14:36:34 +00:00
|
|
|
"@semantic-release/git": "^10.0.1",
|
2022-07-02 17:15:29 +00:00
|
|
|
"@semantic-release/gitlab": "^9.3.2",
|
|
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
|
|
"@tailwindcss/line-clamp": "^0.4.0",
|
2022-03-04 14:33:48 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.2",
|
2022-07-02 17:15:29 +00:00
|
|
|
"@types/leaflet": "^1.7.11",
|
|
|
|
"@types/marked": "^4.0.3",
|
|
|
|
"@types/wavesurfer.js": "^6.0.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.3",
|
|
|
|
"@typescript-eslint/parser": "^5.30.3",
|
2021-04-02 17:20:02 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2022-07-02 17:15:29 +00:00
|
|
|
"cssnano": "^5.1.12",
|
2020-09-04 09:09:26 +00:00
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
2022-07-02 17:15:29 +00:00
|
|
|
"eslint": "^8.19.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"husky": "^8.0.1",
|
2021-11-05 14:36:34 +00:00
|
|
|
"is-ci": "^3.0.1",
|
2022-07-02 17:15:29 +00:00
|
|
|
"lint-staged": "^13.0.3",
|
|
|
|
"postcss-import": "^14.1.0",
|
|
|
|
"postcss-nesting": "^10.1.10",
|
|
|
|
"postcss-preset-env": "^7.7.2",
|
2022-01-19 11:02:01 +00:00
|
|
|
"postcss-reporter": "^7.0.5",
|
2022-07-02 17:15:29 +00:00
|
|
|
"prettier": "2.7.1",
|
|
|
|
"prettier-plugin-organize-imports": "^3.0.0",
|
|
|
|
"semantic-release": "^19.0.3",
|
|
|
|
"stylelint": "^14.9.1",
|
|
|
|
"stylelint-config-standard": "^26.0.0",
|
2021-11-05 14:36:34 +00:00
|
|
|
"svgo": "^2.8.0",
|
2022-07-02 17:15:29 +00:00
|
|
|
"tailwindcss": "^3.1.4",
|
|
|
|
"typescript": "^4.7.4",
|
|
|
|
"vite": "^2.9.13",
|
|
|
|
"vite-plugin-pwa": "^0.12.2",
|
|
|
|
"workbox-build": "^6.5.3",
|
|
|
|
"workbox-core": "^6.5.3",
|
|
|
|
"workbox-routing": "^6.5.3",
|
|
|
|
"workbox-strategies": "^6.5.3"
|
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",
|
2021-07-12 17:47:56 +00:00
|
|
|
"*.{ts,js}": "eslint --ext js,ts,tsx app/Resources --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
|
|
|
}
|