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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "ansi-to-html": "0.7.2",
  20. "asciinema-player": "3.0.1",
  21. "css-loader": "6.7.3",
  22. "dropzone": "6.0.0-beta.2",
  23. "easymde": "2.18.0",
  24. "esbuild-loader": "2.21.0",
  25. "escape-goat": "4.0.0",
  26. "fast-glob": "3.2.12",
  27. "font-awesome": "4.7.0",
  28. "jquery": "3.6.3",
  29. "jquery.are-you-sure": "1.9.0",
  30. "katex": "0.16.4",
  31. "less": "4.1.3",
  32. "less-loader": "11.1.0",
  33. "license-checker-webpack-plugin": "0.2.1",
  34. "mermaid": "9.3.0",
  35. "mini-css-extract-plugin": "2.7.2",
  36. "monaco-editor": "0.34.1",
  37. "monaco-editor-webpack-plugin": "7.0.1",
  38. "pretty-ms": "8.0.0",
  39. "sortablejs": "1.15.0",
  40. "swagger-ui-dist": "4.15.5",
  41. "tippy.js": "6.3.7",
  42. "tributejs": "5.1.3",
  43. "uint8-to-base64": "0.2.0",
  44. "vue": "3.2.45",
  45. "vue-bar-graph": "2.0.0",
  46. "vue-loader": "17.0.1",
  47. "vue3-calendar-heatmap": "2.0.0",
  48. "webpack": "5.75.0",
  49. "webpack-cli": "5.0.1",
  50. "workbox-routing": "6.5.4",
  51. "workbox-strategies": "6.5.4",
  52. "worker-loader": "3.0.8",
  53. "wrap-ansi": "8.0.1"
  54. },
  55. "devDependencies": {
  56. "@playwright/test": "1.29.2",
  57. "@rollup/pluginutils": "5.0.2",
  58. "@stoplight/spectral-cli": "6.6.0",
  59. "eslint": "8.32.0",
  60. "eslint-plugin-import": "2.27.5",
  61. "eslint-plugin-jquery": "1.5.1",
  62. "eslint-plugin-sonarjs": "0.18.0",
  63. "eslint-plugin-unicorn": "45.0.2",
  64. "eslint-plugin-vue": "9.9.0",
  65. "jsdom": "21.0.0",
  66. "markdownlint-cli": "0.33.0",
  67. "postcss-less": "6.0.0",
  68. "stylelint": "14.16.1",
  69. "stylelint-config-standard": "29.0.0",
  70. "stylelint-declaration-strict-value": "1.9.1",
  71. "svgo": "3.0.2",
  72. "updates": "13.2.7",
  73. "vitest": "0.27.2"
  74. },
  75. "browserslist": [
  76. "defaults",
  77. "not ie > 0",
  78. "not ie_mob > 0"
  79. ]
  80. }