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
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "domino": "2.1.5",
  21. "dropzone": "5.7.2",
  22. "echarts": "3.8.5",
  23. "element-ui": "2.15.5",
  24. "esdk-obs-browserjs": "3.20.7",
  25. "esdk-obs-nodejs": "3.20.11",
  26. "fast-glob": "3.2.2",
  27. "file-loader": "6.0.0",
  28. "file-saver": "2.0.5",
  29. "fomantic-ui": "2.8.4",
  30. "fs": "0.0.1-security",
  31. "highlight.js": "10.4.1",
  32. "imports-loader": "0.8.0",
  33. "jquery": "3.5.1",
  34. "jquery-datetimepicker": "2.5.21",
  35. "jquery.are-you-sure": "1.9.0",
  36. "js-cookie": "3.0.1",
  37. "less-loader": "6.1.0",
  38. "mini-css-extract-plugin": "0.9.0",
  39. "monaco-editor": "0.20.0",
  40. "monaco-editor-webpack-plugin": "1.9.0",
  41. "optimize-css-assets-webpack-plugin": "5.0.3",
  42. "postcss-loader": "3.0.0",
  43. "postcss-preset-env": "6.7.0",
  44. "postcss-safe-parser": "4.0.2",
  45. "qrcodejs2": "0.0.2",
  46. "qs": "6.9.4",
  47. "remixicon": "2.5.0",
  48. "spark-md5": "3.0.1",
  49. "svg-sprite-loader": "5.0.0",
  50. "svgo": "1.3.2",
  51. "svgo-loader": "2.2.1",
  52. "swagger-ui": "3.25.3",
  53. "terser-webpack-plugin": "3.0.1",
  54. "vue": "2.6.11",
  55. "vue-bar-graph": "1.2.0",
  56. "vue-calendar-heatmap": "0.8.4",
  57. "vue-loader": "15.9.2",
  58. "vue-router": "3.3.4",
  59. "vue-template-compiler": "2.6.11",
  60. "webpack": "4.43.0",
  61. "webpack-cli": "3.3.11",
  62. "webpack-fix-style-only-entries": "0.4.0",
  63. "worker-loader": "2.0.0",
  64. "xlsx": "0.17.3"
  65. },
  66. "devDependencies": {
  67. "eslint": "6.8.0",
  68. "eslint-config-airbnb-base": "14.1.0",
  69. "eslint-plugin-import": "2.20.2",
  70. "eslint-plugin-vue": "6.2.2",
  71. "prettier": "2.6.2",
  72. "script-loader": "0.7.2",
  73. "stylelint": "13.3.3",
  74. "stylelint-config-standard": "20.0.0",
  75. "ts-loader": "4.0.0",
  76. "typescript": "4.5.5",
  77. "updates": "10.2.11"
  78. },
  79. "browserslist": [
  80. "defaults"
  81. ]
  82. }