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 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "gitea",
  3. "license": "MIT",
  4. "private": true,
  5. "type": "module",
  6. "engines": {
  7. "node": ">= 14.0.0"
  8. },
  9. "dependencies": {
  10. "@claviska/jquery-minicolors": "2.3.6",
  11. "@primer/octicons": "17.3.0",
  12. "add-asset-webpack-plugin": "2.0.1",
  13. "css-loader": "6.7.1",
  14. "dropzone": "6.0.0-beta.2",
  15. "easymde": "2.16.1",
  16. "esbuild-loader": "2.19.0",
  17. "escape-goat": "4.0.0",
  18. "fast-glob": "3.2.11",
  19. "font-awesome": "4.7.0",
  20. "jquery": "3.6.0",
  21. "jquery.are-you-sure": "1.9.0",
  22. "less": "4.1.3",
  23. "less-loader": "11.0.0",
  24. "license-checker-webpack-plugin": "0.2.1",
  25. "mermaid": "9.1.3",
  26. "mini-css-extract-plugin": "2.6.1",
  27. "monaco-editor": "0.33.0",
  28. "monaco-editor-webpack-plugin": "7.0.1",
  29. "pretty-ms": "8.0.0",
  30. "sortablejs": "1.15.0",
  31. "swagger-ui-dist": "4.13.0",
  32. "tippy.js": "6.3.7",
  33. "tributejs": "5.1.3",
  34. "uint8-to-base64": "0.2.0",
  35. "vue": "2.6.14",
  36. "vue-bar-graph": "1.3.1",
  37. "vue-calendar-heatmap": "0.8.4",
  38. "vue-loader": "15.9.8",
  39. "vue-template-compiler": "2.6.14",
  40. "webpack": "5.73.0",
  41. "webpack-cli": "4.10.0",
  42. "workbox-routing": "6.5.3",
  43. "workbox-strategies": "6.5.3",
  44. "worker-loader": "3.0.8",
  45. "wrap-ansi": "8.0.1"
  46. },
  47. "devDependencies": {
  48. "@happy-dom/jest-environment": "6.0.4",
  49. "@stoplight/spectral-cli": "6.4.1",
  50. "eslint": "8.20.0",
  51. "eslint-plugin-import": "2.26.0",
  52. "eslint-plugin-jquery": "1.5.1",
  53. "eslint-plugin-sonarjs": "0.13.0",
  54. "eslint-plugin-unicorn": "43.0.2",
  55. "eslint-plugin-vue": "9.2.0",
  56. "jest": "28.1.3",
  57. "jest-extended": "3.0.1",
  58. "markdownlint-cli": "0.32.1",
  59. "postcss-less": "6.0.0",
  60. "stylelint": "14.9.1",
  61. "stylelint-config-standard": "26.0.0",
  62. "svgo": "2.8.0",
  63. "updates": "13.1.2"
  64. },
  65. "browserslist": [
  66. "defaults",
  67. "not ie > 0",
  68. "not ie_mob > 0"
  69. ]
  70. }