package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "info_admin",
  3. "version": "1.0.0",
  4. "description": "",
  5. "private": true,
  6. "egg": {
  7. "declarations": true
  8. },
  9. "dependencies": {
  10. "ali-oss": "^6.16.0",
  11. "archiver": "^3.1.1",
  12. "async": "^3.1.0",
  13. "await-stream-ready": "^1.0.1",
  14. "axios": "^1.3.4",
  15. "crypto-js": "^4.1.1",
  16. "dayjs": "^1.8.15",
  17. "egg": "^2.15.1",
  18. "egg-cluster": "^1.27.0",
  19. "egg-cors": "^2.2.0",
  20. "egg-mongoose": "^3.2.0",
  21. "egg-obs": "^0.0.3",
  22. "egg-oss": "^2.0.0",
  23. "egg-redis": "^2.3.2",
  24. "egg-scripts": "^2.11.0",
  25. "exceljs": "~1.12.2",
  26. "form-data": "^4.0.0",
  27. "formidable": "^2.1.1",
  28. "gm": "^1.23.1",
  29. "images": "^3.0.2",
  30. "js-cookie": "^3.0.1",
  31. "md5": "~2.2.1",
  32. "moment": "^2.24.0",
  33. "qr-image": "^3.2.0",
  34. "request": "^2.88.2",
  35. "request-ip": "2.1.3",
  36. "request-promise": "^4.2.5",
  37. "stream-wormhole": "^1.1.0",
  38. "svg2png": "^4.1.1",
  39. "text-to-svg": "^3.1.5",
  40. "xlsx": "^0.15.1",
  41. "xml2js": "^0.4.19"
  42. },
  43. "devDependencies": {
  44. "autod": "^3.0.1",
  45. "autod-egg": "^1.1.0",
  46. "egg-bin": "^4.11.0",
  47. "egg-ci": "^1.11.0",
  48. "egg-mock": "^3.21.0",
  49. "eslint": "^5.13.0",
  50. "eslint-config-egg": "^7.1.0"
  51. },
  52. "engines": {
  53. "node": ">=10.0.0"
  54. },
  55. "scripts": {
  56. "start": "egg-scripts start --title=egg-server-info_admin --ignore-stderr",
  57. "sit": "egg-scripts start --env=sit --title=egg-server-info_admin --ignore-stderr",
  58. "strong3": "egg-scripts start --env=strong3 --title=egg-server-info_admin --ignore-stderr",
  59. "stop": "egg-scripts stop --title=egg-server-info_admin",
  60. "dev": "egg-bin dev",
  61. "debug": "egg-bin debug",
  62. "test": "npm run lint -- --fix && npm run test-local",
  63. "test-local": "egg-bin test",
  64. "cov": "egg-bin cov",
  65. "lint": "eslint .",
  66. "ci": "npm run lint && npm run cov",
  67. "autod": "autod"
  68. },
  69. "ci": {
  70. "version": "10"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": ""
  75. },
  76. "author": "",
  77. "license": "MIT"
  78. }