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

package.json 2.3 kB

3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
3 years ago
3 years ago
Add Octicon SVG spritemap (#10107) * Add octicon SVG sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Static prefix Signed-off-by: jolheiser <john.olheiser@gmail.com> * SVG for all repo icons Signed-off-by: jolheiser <john.olheiser@gmail.com> * make vendor Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap out octicons Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move octicons to top of less imports Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix JS Signed-off-by: jolheiser <john.olheiser@gmail.com> * Definitely not a search/replace Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed regex Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move to more generic calls and webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * make svg -> make webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg-sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed a test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg from makefile Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggestions Signed-off-by: jolheiser <john.olheiser@gmail.com> * Attempt to fix test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert timetracking test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap .octicon for .svg in less Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add aria-hidden Signed-off-by: jolheiser <john.olheiser@gmail.com> * Replace mega-octicon Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix webpack globbing on Windows Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert Co-Authored-By: silverwind <me@silverwind.io> * Fix octions from upstream Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix Vue and missed JS function Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add JS helper and PWA Signed-off-by: jolheiser <john.olheiser@gmail.com> * Preload SVG Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <matti@mdranta.net>
5 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "license": "MIT",
  3. "private": true,
  4. "engines": {
  5. "node": ">= 10.13.0"
  6. },
  7. "dependencies": {
  8. "@babel/core": "7.9.6",
  9. "@babel/plugin-proposal-object-rest-spread": "7.9.6",
  10. "@babel/plugin-transform-runtime": "7.9.6",
  11. "@babel/preset-env": "7.9.6",
  12. "@babel/runtime": "7.9.6",
  13. "@primer/octicons": "9.6.0",
  14. "axios": "0.21.1",
  15. "babel-loader": "8.1.0",
  16. "clipboard": "2.0.6",
  17. "core-js": "3.6.5",
  18. "css-loader": "3.5.3",
  19. "cssnano": "4.1.10",
  20. "dayjs": "1.10.7",
  21. "domino": "2.1.5",
  22. "dropzone": "5.7.2",
  23. "echarts": "3.8.5",
  24. "element-ui": "2.15.5",
  25. "esdk-obs-browserjs": "3.22.3",
  26. "esdk-obs-nodejs": "3.20.11",
  27. "fast-glob": "3.2.2",
  28. "file-loader": "6.0.0",
  29. "file-saver": "2.0.5",
  30. "fomantic-ui": "2.8.4",
  31. "fs": "0.0.1-security",
  32. "highlight.js": "10.4.1",
  33. "imports-loader": "0.8.0",
  34. "jquery": "3.5.1",
  35. "jquery-datetimepicker": "2.5.21",
  36. "jquery.are-you-sure": "1.9.0",
  37. "js-cookie": "3.0.1",
  38. "less-loader": "6.1.0",
  39. "mini-css-extract-plugin": "0.9.0",
  40. "monaco-editor": "0.20.0",
  41. "monaco-editor-webpack-plugin": "1.9.0",
  42. "optimize-css-assets-webpack-plugin": "5.0.3",
  43. "postcss-loader": "3.0.0",
  44. "postcss-preset-env": "6.7.0",
  45. "postcss-safe-parser": "4.0.2",
  46. "qrcodejs2": "0.0.2",
  47. "qs": "6.9.4",
  48. "remixicon": "2.5.0",
  49. "spark-md5": "3.0.1",
  50. "svg-sprite-loader": "5.0.0",
  51. "svgo": "1.3.2",
  52. "svgo-loader": "2.2.1",
  53. "swagger-ui": "3.25.3",
  54. "terser-webpack-plugin": "3.0.1",
  55. "vue": "2.6.11",
  56. "vue-bar-graph": "1.2.0",
  57. "vue-calendar-heatmap": "0.8.4",
  58. "vue-i18n": "6.1.3",
  59. "vue-loader": "15.9.2",
  60. "vue-router": "3.3.4",
  61. "vue-template-compiler": "2.6.11",
  62. "webpack": "4.43.0",
  63. "webpack-cli": "3.3.11",
  64. "webpack-fix-style-only-entries": "0.4.0",
  65. "worker-loader": "2.0.0",
  66. "xlsx": "0.17.3"
  67. },
  68. "devDependencies": {
  69. "eslint": "6.8.0",
  70. "eslint-config-airbnb-base": "14.1.0",
  71. "eslint-plugin-import": "2.20.2",
  72. "eslint-plugin-vue": "6.2.2",
  73. "prettier": "2.6.2",
  74. "script-loader": "0.7.2",
  75. "stylelint": "13.3.3",
  76. "stylelint-config-standard": "20.0.0",
  77. "ts-loader": "4.0.0",
  78. "typescript": "4.5.5",
  79. "updates": "10.2.11"
  80. },
  81. "browserslist": [
  82. "defaults"
  83. ]
  84. }