You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "gitea",
  3. "license": "MIT",
  4. "private": true,
  5. "type": "module",
  6. "engines": {
  7. "node": ">= 14.0.0"
  8. },
  9. "dependencies": {
  10. "@citation-js/core": "0.6.5",
  11. "@citation-js/plugin-bibtex": "0.6.5",
  12. "@citation-js/plugin-csl": "0.6.5",
  13. "@citation-js/plugin-software-formats": "0.6.0",
  14. "@claviska/jquery-minicolors": "2.3.6",
  15. "@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
  16. "@primer/octicons": "17.10.2",
  17. "@vue/compiler-sfc": "3.2.45",
  18. "add-asset-webpack-plugin": "2.0.1",
  19. "asciinema-player": "3.0.1",
  20. "css-loader": "6.7.3",
  21. "dropzone": "6.0.0-beta.2",
  22. "easymde": "2.18.0",
  23. "esbuild-loader": "2.21.0",
  24. "escape-goat": "4.0.0",
  25. "fast-glob": "3.2.12",
  26. "font-awesome": "4.7.0",
  27. "jquery": "3.6.3",
  28. "jquery.are-you-sure": "1.9.0",
  29. "katex": "0.16.4",
  30. "less": "4.1.3",
  31. "less-loader": "11.1.0",
  32. "license-checker-webpack-plugin": "0.2.1",
  33. "mermaid": "9.3.0",
  34. "mini-css-extract-plugin": "2.7.2",
  35. "monaco-editor": "0.34.1",
  36. "monaco-editor-webpack-plugin": "7.0.1",
  37. "pretty-ms": "8.0.0",
  38. "sortablejs": "1.15.0",
  39. "swagger-ui-dist": "4.15.5",
  40. "tippy.js": "6.3.7",
  41. "tributejs": "5.1.3",
  42. "uint8-to-base64": "0.2.0",
  43. "vue": "3.2.45",
  44. "vue-bar-graph": "2.0.0",
  45. "vue-loader": "17.0.1",
  46. "vue3-calendar-heatmap": "2.0.0",
  47. "webpack": "5.75.0",
  48. "webpack-cli": "5.0.1",
  49. "workbox-routing": "6.5.4",
  50. "workbox-strategies": "6.5.4",
  51. "worker-loader": "3.0.8",
  52. "wrap-ansi": "8.0.1"
  53. },
  54. "devDependencies": {
  55. "@playwright/test": "1.29.2",
  56. "@rollup/pluginutils": "5.0.2",
  57. "@stoplight/spectral-cli": "6.6.0",
  58. "eslint": "8.32.0",
  59. "eslint-plugin-import": "2.27.5",
  60. "eslint-plugin-jquery": "1.5.1",
  61. "eslint-plugin-sonarjs": "0.18.0",
  62. "eslint-plugin-unicorn": "45.0.2",
  63. "eslint-plugin-vue": "9.9.0",
  64. "jsdom": "21.0.0",
  65. "markdownlint-cli": "0.33.0",
  66. "postcss-less": "6.0.0",
  67. "stylelint": "14.16.1",
  68. "stylelint-config-standard": "29.0.0",
  69. "stylelint-declaration-strict-value": "1.9.1",
  70. "svgo": "3.0.2",
  71. "updates": "13.2.7",
  72. "vitest": "0.27.2"
  73. },
  74. "browserslist": [
  75. "defaults",
  76. "not ie > 0",
  77. "not ie_mob > 0"
  78. ]
  79. }