package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "web-server",
  3. "version": "1.0.0",
  4. "description": "web-server",
  5. "private": true,
  6. "egg": {
  7. "declarations": true
  8. },
  9. "dependencies": {
  10. "@alicloud/pop-core": "^1.7.9",
  11. "alipay-sdk": "^3.1.1",
  12. "await-stream-ready": "^1.0.1",
  13. "csv": "^5.3.2",
  14. "dayjs": "^1.9.3",
  15. "egg": "^2.15.1",
  16. "egg-cors": "^2.2.3",
  17. "egg-mongoose": "^3.2.0",
  18. "egg-mysql": "^3.0.0",
  19. "egg-oss": "^2.0.0",
  20. "egg-redis": "^2.4.0",
  21. "egg-scripts": "^2.11.0",
  22. "excel-export": "^0.5.1",
  23. "exceljs": "^4.2.0",
  24. "gbk-dict": "^0.0.1",
  25. "jsonwebtoken": "^8.5.1",
  26. "md5-node": "^1.0.1",
  27. "moment": "^2.27.0",
  28. "node-uuid": "^1.4.8",
  29. "node-xlsx": "^0.15.0",
  30. "stream-wormhole": "^1.1.0",
  31. "svg-captcha": "^1.4.0",
  32. "urlencode": "^1.1.0",
  33. "uuid": "^8.3.0"
  34. },
  35. "devDependencies": {
  36. "autod": "^3.0.1",
  37. "autod-egg": "^1.1.0",
  38. "egg-bin": "^4.11.0",
  39. "egg-ci": "^1.11.0",
  40. "egg-mock": "^3.21.0",
  41. "eslint": "^5.13.0",
  42. "eslint-config-egg": "^7.1.0"
  43. },
  44. "engines": {
  45. "node": ">=10.0.0"
  46. },
  47. "scripts": {
  48. "start": "egg-scripts start --daemon --port=7102 --title=egg-server-train",
  49. "stop": "egg-scripts stop --title=egg-server-train",
  50. "dev": "egg-bin dev --port=7102",
  51. "debug": "egg-bin debug",
  52. "test": "npm run lint -- --fix && npm run test-local",
  53. "test-local": "egg-bin test",
  54. "cov": "egg-bin cov",
  55. "lint": "eslint .",
  56. "ci": "npm run lint && npm run cov",
  57. "autod": "autod"
  58. },
  59. "ci": {
  60. "version": "10"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": ""
  65. },
  66. "author": "infish",
  67. "license": "MIT"
  68. }