code.gitea.io/gitea@v1.22.3/package.json (about) 1 { 2 "type": "module", 3 "engines": { 4 "node": ">= 18.0.0" 5 }, 6 "dependencies": { 7 "@citation-js/core": "0.7.11", 8 "@citation-js/plugin-bibtex": "0.7.11", 9 "@citation-js/plugin-csl": "0.7.11", 10 "@citation-js/plugin-software-formats": "0.6.1", 11 "@github/markdown-toolbar-element": "2.2.3", 12 "@github/relative-time-element": "4.4.2", 13 "@github/text-expander-element": "2.6.1", 14 "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", 15 "@primer/octicons": "19.9.0", 16 "@silverwind/vue3-calendar-heatmap": "2.0.6", 17 "add-asset-webpack-plugin": "2.0.1", 18 "ansi_up": "6.0.2", 19 "asciinema-player": "3.7.1", 20 "chart.js": "4.4.2", 21 "chartjs-adapter-dayjs-4": "1.0.4", 22 "chartjs-plugin-zoom": "2.0.1", 23 "clippie": "4.0.7", 24 "css-loader": "7.1.1", 25 "dayjs": "1.11.10", 26 "dropzone": "6.0.0-beta.2", 27 "easymde": "2.18.0", 28 "esbuild-loader": "4.1.0", 29 "escape-goat": "4.0.0", 30 "fast-glob": "3.3.2", 31 "htmx.org": "1.9.12", 32 "idiomorph": "0.3.0", 33 "jquery": "3.7.1", 34 "katex": "0.16.10", 35 "license-checker-webpack-plugin": "0.2.1", 36 "mermaid": "10.9.0", 37 "mini-css-extract-plugin": "2.9.0", 38 "minimatch": "9.0.4", 39 "monaco-editor": "0.48.0", 40 "monaco-editor-webpack-plugin": "7.1.0", 41 "pdfobject": "2.3.0", 42 "postcss": "8.4.38", 43 "postcss-loader": "8.1.1", 44 "postcss-nesting": "12.1.2", 45 "sortablejs": "1.15.2", 46 "swagger-ui-dist": "5.17.2", 47 "tailwindcss": "3.4.3", 48 "temporal-polyfill": "0.2.4", 49 "throttle-debounce": "5.0.0", 50 "tinycolor2": "1.6.0", 51 "tippy.js": "6.3.7", 52 "toastify-js": "1.12.0", 53 "tributejs": "5.1.3", 54 "uint8-to-base64": "0.2.0", 55 "vanilla-colorful": "0.7.2", 56 "vue": "3.4.25", 57 "vue-bar-graph": "2.1.0", 58 "vue-chartjs": "5.3.1", 59 "vue-loader": "17.4.2", 60 "webpack": "5.94.0", 61 "webpack-cli": "5.1.4", 62 "wrap-ansi": "9.0.0" 63 }, 64 "devDependencies": { 65 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 66 "@playwright/test": "1.43.1", 67 "@stoplight/spectral-cli": "6.11.1", 68 "@stylistic/eslint-plugin-js": "1.7.2", 69 "@stylistic/stylelint-plugin": "2.1.1", 70 "@vitejs/plugin-vue": "5.0.4", 71 "eslint": "8.57.0", 72 "eslint-plugin-array-func": "4.0.0", 73 "eslint-plugin-github": "4.10.2", 74 "eslint-plugin-i": "2.29.1", 75 "eslint-plugin-jquery": "1.5.1", 76 "eslint-plugin-no-jquery": "2.7.0", 77 "eslint-plugin-no-use-extend-native": "0.5.0", 78 "eslint-plugin-regexp": "2.5.0", 79 "eslint-plugin-sonarjs": "0.25.1", 80 "eslint-plugin-unicorn": "52.0.0", 81 "eslint-plugin-vitest": "0.4.1", 82 "eslint-plugin-vitest-globals": "1.5.0", 83 "eslint-plugin-vue": "9.25.0", 84 "eslint-plugin-vue-scoped-css": "2.8.0", 85 "eslint-plugin-wc": "2.1.0", 86 "happy-dom": "14.7.1", 87 "markdownlint-cli": "0.39.0", 88 "postcss-html": "1.6.0", 89 "stylelint": "16.4.0", 90 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 91 "stylelint-declaration-strict-value": "1.10.4", 92 "stylelint-value-no-unknown-custom-properties": "6.0.1", 93 "svgo": "3.2.0", 94 "updates": "16.0.1", 95 "vite-string-plugin": "1.2.0", 96 "vitest": "1.5.2" 97 }, 98 "browserslist": [ 99 "defaults" 100 ] 101 }