package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "private": true,
  3. "engines": {
  4. "node": ">=6"
  5. },
  6. "dependencies": {
  7. "admin-lte": "2.4.18",
  8. "angular": "1.6.10",
  9. "angular-animate": "1.6.10",
  10. "angular-bittorrent-peerid": "^1.3.4",
  11. "angular-busy": "^4.1.4",
  12. "angular-clipboard": "^1.7.0",
  13. "angular-cookies": "1.6.10",
  14. "angular-input-dropdown": "git+https://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
  15. "angular-local-storage": "^0.7.1",
  16. "angular-messages": "1.6.10",
  17. "angular-moment": "1.3.0",
  18. "angular-promise-buttons": "^0.1.23",
  19. "angular-route": "1.6.10",
  20. "angular-sanitize": "1.6.10",
  21. "angular-sweetalert": "^1.1.2",
  22. "angular-touch": "1.6.10",
  23. "angular-translate": "^2.18.4",
  24. "angular-ui-notification": "^0.3.6",
  25. "angular-utf8-base64": "^0.0.5",
  26. "angular-websocket": "^2.0.1",
  27. "angularjs-dragula": "^2.0.0",
  28. "awesome-bootstrap-checkbox": "^0.3.7",
  29. "bootstrap": "3.4.1",
  30. "echarts": "3.8.5",
  31. "font-awesome": "^4.7.0",
  32. "jquery": "3.4.1",
  33. "jquery-slimscroll": "^1.3.8",
  34. "moment": "2.29.1",
  35. "natural-compare": "1.4.0",
  36. "sweetalert": "^1.1.3"
  37. },
  38. "devDependencies": {
  39. "browser-sync": "^2.26.14",
  40. "del": "^4.1.1",
  41. "eslint-config-angular": "^0.5.0",
  42. "eslint-plugin-angular": "^3.3.0",
  43. "git-rev-sync": "^1.12.0",
  44. "gulp": "^3.9.1",
  45. "gulp-angular-templatecache": "^2.2.7",
  46. "gulp-autoprefixer": "^6.1.0",
  47. "gulp-cssnano": "^2.1.3",
  48. "gulp-eslint": "^4.0.2",
  49. "gulp-htmlmin": "^5.0.1",
  50. "gulp-if": "^2.0.2",
  51. "gulp-inject-version": "^1.0.1",
  52. "gulp-load-plugins": "^1.6.0",
  53. "gulp-plumber": "^1.2.1",
  54. "gulp-replace": "^1.0.0",
  55. "gulp-rev": "^9.0.0",
  56. "gulp-rev-replace": "^0.4.4",
  57. "gulp-sequence": "^1.0.0",
  58. "gulp-size": "^3.0.0",
  59. "gulp-sourcemaps": "^2.6.5",
  60. "gulp-uglify": "^3.0.2",
  61. "gulp-useref": "^3.1.6",
  62. "gulp-util": "^3.0.8",
  63. "natives": "^1.1.6",
  64. "nice-try": "^2.1.0",
  65. "uglify-save-license": "^0.4.1"
  66. },
  67. "resolutions": {
  68. "graceful-fs": "^4.2.4"
  69. },
  70. "name": "ariang",
  71. "description": "AriaNg, a modern web frontend making aria2 easier to use.",
  72. "version": "1.2.4",
  73. "main": "index.html",
  74. "scripts": {
  75. "test": "echo \"Error: no test specified\" && exit 0",
  76. "preinstall": "npx npm-force-resolutions"
  77. },
  78. "browsers": [
  79. "> 1%",
  80. "last 2 versions",
  81. "Firefox ESR"
  82. ],
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/mayswind/AriaNg.git"
  86. },
  87. "keywords": [
  88. "aria2",
  89. "Web",
  90. "Frontend",
  91. "UI"
  92. ],
  93. "author": "MaysWind <[email protected]>",
  94. "license": "MIT",
  95. "bugs": {
  96. "url": "https://github.com/mayswind/AriaNg/issues"
  97. },
  98. "homepage": "http://ariang.mayswind.net/"
  99. }