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. "license": "MIT",
  3. "private": true,
  4. "engines": {
  5. "node": ">= 10.13.0"
  6. },
  7. "dependencies": {
  8. "@babel/core": "7.11.6",
  9. "@babel/plugin-transform-runtime": "7.11.5",
  10. "@babel/preset-env": "7.11.5",
  11. "@babel/runtime": "7.11.2",
  12. "@claviska/jquery-minicolors": "2.3.5",
  13. "@primer/octicons": "11.0.0",
  14. "add-asset-webpack-plugin": "1.0.0",
  15. "babel-loader": "8.1.0",
  16. "clipboard": "2.0.6",
  17. "core-js": "3.6.5",
  18. "css-loader": "4.3.0",
  19. "css-minimizer-webpack-plugin": "1.1.3",
  20. "dropzone": "5.7.2",
  21. "escape-goat": "3.0.0",
  22. "fast-glob": "3.2.4",
  23. "file-loader": "6.1.0",
  24. "fomantic-ui": "2.8.7",
  25. "font-awesome": "4.7.0",
  26. "jquery": "3.5.1",
  27. "jquery.are-you-sure": "1.9.0",
  28. "less": "3.12.2",
  29. "less-loader": "7.0.1",
  30. "license-webpack-plugin": "2.3.0",
  31. "mermaid": "8.8.0",
  32. "mini-css-extract-plugin": "0.11.1",
  33. "monaco-editor": "0.20.0",
  34. "monaco-editor-webpack-plugin": "1.9.0",
  35. "postcss": "7.0.32",
  36. "postcss-loader": "4.0.1",
  37. "postcss-preset-env": "6.7.0",
  38. "raw-loader": "4.0.1",
  39. "sortablejs": "1.10.2",
  40. "swagger-ui": "3.32.5",
  41. "terser-webpack-plugin": "4.1.0",
  42. "tributejs": "5.1.3",
  43. "vue": "2.6.12",
  44. "vue-bar-graph": "1.2.0",
  45. "vue-calendar-heatmap": "0.8.4",
  46. "vue-loader": "15.9.3",
  47. "vue-template-compiler": "2.6.12",
  48. "webpack": "4.44.1",
  49. "webpack-cli": "3.3.12",
  50. "webpack-fix-style-only-entries": "0.5.1",
  51. "workbox-routing": "5.1.4",
  52. "workbox-strategies": "5.1.4",
  53. "worker-loader": "3.0.2",
  54. "wrap-ansi": "7.0.0"
  55. },
  56. "devDependencies": {
  57. "eslint": "7.8.1",
  58. "eslint-plugin-import": "2.22.0",
  59. "eslint-plugin-unicorn": "21.0.0",
  60. "stylelint": "13.7.0",
  61. "stylelint-config-standard": "20.0.0",
  62. "svgo": "1.3.2",
  63. "updates": "10.3.6"
  64. },
  65. "browserslist": [
  66. "defaults",
  67. "not ie > 0",
  68. "not ie_mob > 0"
  69. ]
  70. }