1{
2 "name": "forgejo",
3 "type": "module",
4 "engines": {
5 "node": ">= 20.0.0"
6 },
7 "dependencies": {
8 "@citation-js/core": "0.7.14",
9 "@citation-js/plugin-bibtex": "0.7.16",
10 "@citation-js/plugin-software-formats": "0.6.1",
11 "@github/markdown-toolbar-element": "2.2.3",
12 "@github/quote-selection": "2.1.0",
13 "@github/relative-time-element": "4.4.5",
14 "@github/text-expander-element": "2.8.0",
15 "@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
16 "@primer/octicons": "19.14.0",
17 "ansi_up": "6.0.5",
18 "asciinema-player": "3.8.2",
19 "chart.js": "4.4.5",
20 "chartjs-adapter-dayjs-4": "1.0.4",
21 "chartjs-plugin-zoom": "2.2.0",
22 "clippie": "4.1.6",
23 "css-loader": "7.0.0",
24 "dayjs": "1.11.12",
25 "dropzone": "6.0.0-beta.2",
26 "easymde": "2.18.0",
27 "esbuild-loader": "4.3.0",
28 "escape-goat": "4.0.0",
29 "fast-glob": "3.3.3",
30 "htmx.org": "1.9.12",
31 "idiomorph": "0.3.0",
32 "jquery": "3.7.1",
33 "katex": "0.16.22",
34 "mermaid": "11.6.0",
35 "mini-css-extract-plugin": "2.9.2",
36 "minimatch": "10.0.1",
37 "monaco-editor": "0.52.2",
38 "monaco-editor-webpack-plugin": "7.1.0",
39 "pdfobject": "2.3.0",
40 "postcss": "8.5.2",
41 "postcss-loader": "8.1.1",
42 "postcss-nesting": "13.0.1",
43 "pretty-ms": "9.0.0",
44 "sortablejs": "1.15.6",
45 "swagger-ui-dist": "5.17.14",
46 "tailwindcss": "3.4.17",
47 "throttle-debounce": "5.0.0",
48 "tinycolor2": "1.6.0",
49 "tippy.js": "6.3.7",
50 "toastify-js": "1.12.0",
51 "tributejs": "5.1.3",
52 "uint8-to-base64": "0.2.0",
53 "vanilla-colorful": "0.7.2",
54 "vue": "3.5.13",
55 "vue-chartjs": "5.3.1",
56 "vue-loader": "17.4.2",
57 "vue3-calendar-heatmap": "2.0.5",
58 "webpack": "5.99.5",
59 "webpack-cli": "6.0.1",
60 "wrap-ansi": "9.0.0"
61 },
62 "devDependencies": {
63 "@axe-core/playwright": "4.10.1",
64 "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
65 "@playwright/test": "1.51.0",
66 "@stoplight/spectral-cli": "6.14.3",
67 "@stylistic/eslint-plugin-js": "4.2.0",
68 "@stylistic/stylelint-plugin": "3.1.2",
69 "@typescript-eslint/parser": "8.29.0",
70 "@vitejs/plugin-vue": "5.2.3",
71 "@vitest/coverage-v8": "3.1.1",
72 "@vitest/eslint-plugin": "1.1.38",
73 "@vue/test-utils": "2.4.6",
74 "eslint": "9.23.0",
75 "eslint-import-resolver-typescript": "4.3.1",
76 "eslint-plugin-array-func": "5.0.2",
77 "eslint-plugin-import-x": "4.9.4",
78 "eslint-plugin-no-jquery": "3.1.1",
79 "eslint-plugin-no-use-extend-native": "0.7.2",
80 "eslint-plugin-playwright": "2.2.0",
81 "eslint-plugin-regexp": "2.7.0",
82 "eslint-plugin-sonarjs": "3.0.2",
83 "eslint-plugin-unicorn": "58.0.0",
84 "eslint-plugin-toml": "0.12.0",
85 "eslint-plugin-vitest-globals": "1.5.0",
86 "eslint-plugin-vue": "10.0.0",
87 "eslint-plugin-vue-scoped-css": "2.9.0",
88 "eslint-plugin-wc": "2.2.1",
89 "globals": "16.0.0",
90 "happy-dom": "17.4.4",
91 "license-checker-rseidelsohn": "4.4.2",
92 "markdownlint-cli": "0.44.0",
93 "postcss-html": "1.8.0",
94 "sharp": "0.34.1",
95 "stylelint": "16.17.0",
96 "stylelint-declaration-block-no-ignored-properties": "2.8.0",
97 "stylelint-declaration-strict-value": "1.10.11",
98 "stylelint-value-no-unknown-custom-properties": "6.0.1",
99 "svgo": "3.2.0",
100 "typescript": "5.8.3",
101 "typescript-eslint": "8.29.0",
102 "vite-string-plugin": "1.3.4",
103 "vitest": "3.1.1"
104 },
105 "browserslist": [
106 "defaults"
107 ]
108}