package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "private": true,
  3. "engines": {
  4. "node": ">=14"
  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.19.0",
  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. "bootstrap-contextmenu": "^1.0.0",
  31. "echarts": "3.8.5",
  32. "font-awesome": "^4.7.0",
  33. "jquery": "3.4.1",
  34. "jquery-slimscroll": "^1.3.8",
  35. "moment": "2.29.4",
  36. "natural-compare": "1.4.0",
  37. "sweetalert": "^1.1.3"
  38. },
  39. "devDependencies": {
  40. "browser-sync": "^2.27.7",
  41. "del": "^6.0.0",
  42. "eslint-config-angular": "^0.5.0",
  43. "eslint-plugin-angular": "^4.1.0",
  44. "git-rev-sync": "^3.0.1",
  45. "gulp": "^4.0.2",
  46. "gulp-angular-templatecache": "^2.2.7",
  47. "gulp-autoprefixer": "^8.0.0",
  48. "gulp-cssnano": "^2.1.3",
  49. "gulp-eslint": "^4.0.2",
  50. "gulp-htmlmin": "^5.0.1",
  51. "gulp-if": "^3.0.0",
  52. "gulp-inject-version": "^1.0.1",
  53. "gulp-load-plugins": "^2.0.7",
  54. "gulp-plumber": "^1.2.1",
  55. "gulp-replace": "^1.0.0",
  56. "gulp-rev": "^9.0.0",
  57. "gulp-rev-replace": "^0.4.4",
  58. "gulp-size": "^4.0.1",
  59. "gulp-sourcemaps": "^3.0.0",
  60. "gulp-uglify": "^3.0.2",
  61. "gulp-useref": "^5.0.0",
  62. "nice-try": "^3.0.0",
  63. "uglify-save-license": "^0.4.1"
  64. },
  65. "name": "ariang",
  66. "description": "AriaNg, a modern web frontend making aria2 easier to use.",
  67. "version": "1.3.12",
  68. "main": "index.html",
  69. "scripts": {
  70. "test": "echo \"Error: no test specified\" && exit 0",
  71. "build": "gulp clean build"
  72. },
  73. "browsers": [
  74. "> 1%",
  75. "last 2 versions",
  76. "Firefox ESR"
  77. ],
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/mayswind/AriaNg.git"
  81. },
  82. "keywords": [
  83. "aria2",
  84. "Web",
  85. "Frontend",
  86. "UI"
  87. ],
  88. "author": "MaysWind <[email protected]>",
  89. "license": "MIT",
  90. "bugs": {
  91. "url": "https://github.com/mayswind/AriaNg/issues"
  92. },
  93. "homepage": "http://ariang.mayswind.net/"
  94. }