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.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "gitea",
  3. "license": "MIT",
  4. "private": true,
  5. "type": "module",
  6. "engines": {
  7. "node": ">= 14"
  8. },
  9. "dependencies": {
  10. "@claviska/jquery-minicolors": "2.3.6",
  11. "@primer/octicons": "17.2.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.2",
  23. "less-loader": "11.0.0",
  24. "license-checker-webpack-plugin": "0.2.1",
  25. "mermaid": "9.1.2",
  26. "mini-css-extract-plugin": "2.6.0",
  27. "monaco-editor": "0.33.0",
  28. "monaco-editor-webpack-plugin": "7.0.1",
  29. "pretty-ms": "7.0.1",
  30. "sortablejs": "1.15.0",
  31. "swagger-ui-dist": "4.11.1",
  32. "tributejs": "5.1.3",
  33. "uint8-to-base64": "0.2.0",
  34. "vue": "2.6.14",
  35. "vue-bar-graph": "1.3.1",
  36. "vue-calendar-heatmap": "0.8.4",
  37. "vue-loader": "15.9.8",
  38. "vue-template-compiler": "2.6.14",
  39. "webpack": "5.72.1",
  40. "webpack-cli": "4.9.2",
  41. "workbox-routing": "6.5.3",
  42. "workbox-strategies": "6.5.3",
  43. "worker-loader": "3.0.8",
  44. "wrap-ansi": "8.0.1"
  45. },
  46. "devDependencies": {
  47. "@happy-dom/jest-environment": "4.0.1",
  48. "@stoplight/spectral-cli": "6.4.1",
  49. "eslint": "8.15.0",
  50. "eslint-plugin-html": "6.2.0",
  51. "eslint-plugin-import": "2.26.0",
  52. "eslint-plugin-jquery": "1.5.1",
  53. "eslint-plugin-unicorn": "42.0.0",
  54. "eslint-plugin-vue": "9.0.1",
  55. "jest": "28.1.0",
  56. "jest-extended": "2.0.0",
  57. "postcss-less": "6.0.0",
  58. "stylelint": "14.8.2",
  59. "stylelint-config-standard": "25.0.0",
  60. "svgo": "2.8.0",
  61. "updates": "13.0.5"
  62. },
  63. "browserslist": [
  64. "defaults",
  65. "not ie > 0",
  66. "not ie_mob > 0"
  67. ]
  68. }