-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.1 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "castopod",
"version": "2.0.0-next.3",
"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",
"type": "module",
"repository": {
"type": "git",
"url": "https://code.castopod.org/adaures/castopod.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 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",
"lint": "eslint",
"lint:fix": "eslint --fix",
"lint:css": "stylelint -f verbose \"resources/**/*.css\"",
"lint:css:fix": "stylelint -f verbose --fix \"resources/**/*.css\"",
"prettier": "prettier --check . --ignore-path ./.gitignore --ignore-path ./docs/.gitignore",
"format": "prettier --write . --ignore-path ./.gitignore --ignore-path ./docs/.gitignore",
"typecheck": "tsc",
"all-contributors:add": "all-contributors add",
"all-contributors:generate": "all-contributors generate",
"commit": "cz",
"release": "semantic-release",
"prepare": "is-ci || husky"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.40",
"@amcharts/amcharts4-geodata": "^4.1.31",
"@codemirror/commands": "^6.10.2",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.12.1",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.14",
"@floating-ui/dom": "^1.7.5",
"@github/clipboard-copy-element": "^1.3.0",
"@github/hotkey": "^3.1.1",
"@github/markdown-toolbar-element": "^2.2.3",
"@github/relative-time-element": "^5.0.0",
"@patternfly/elements": "^4.3.1",
"@vime/core": "^5.4.1",
"choices.js": "^11.1.0",
"codemirror": "^6.0.2",
"flatpickr": "^4.6.13",
"htmlfy": "^1.0.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lit": "^3.3.2",
"marked": "^17.0.3",
"wavesurfer.js": "^7.12.1",
"xml-formatter": "^3.6.7"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@csstools/css-tokenizer": "^4.0.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^10.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^13.3.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@types/leaflet": "^1.9.21",
"all-contributors-cli": "^6.26.1",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^9.1.0",
"cross-env": "^10.1.0",
"cssnano": "^7.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"glob": "^13.0.5",
"globals": "^17.3.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-nesting": "^14.0.0",
"postcss-preset-env": "^11.1.3",
"postcss-reporter": "^7.1.0",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"semantic-release": "^25.0.3",
"sharp": "^0.34.5",
"stylelint": "^17.3.0",
"stylelint-config-standard": "^40.0.0",
"svgo": "^4.0.0",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.0",
"vite": "^7.3.1",
"vite-plugin-codeigniter": "^2.0.0",
"vite-plugin-inspect": "^11.3.3",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-static-copy": "^3.2.0",
"workbox-build": "^7.4.0",
"workbox-core": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0"
},
"lint-staged": {
"*.{js,ts,css,md,json}": "prettier --write",
"*.{ts,js}": "eslint --fix",
"*.css": "stylelint --fix"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}