package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "npm-prebuilt-lighter",
  3. "version": "1.0.0",
  4. "private": true,
  5. "dependencies": {
  6. "@async-generators/to-array": "^0.1.0",
  7. "cache-manager": "^3.4.0",
  8. "cache-manager-ioredis": "^2.1.0",
  9. "camelcase": "^6.0.0",
  10. "config": "^3.3.1",
  11. "content-disposition": "^0.5.3",
  12. "cron": "^1.8.2",
  13. "csv-stringify": "^5.5.1",
  14. "debug": "^4.1.1",
  15. "dot-prop": "^5.2.0",
  16. "exceljs": "^4.1.1",
  17. "got": "^11.5.2",
  18. "ioredis": "^4.17.3",
  19. "jsonwebtoken": "^8.5.1",
  20. "knex": "^0.21.5",
  21. "knex-on-duplicate-update": "^1.1.3",
  22. "koa": "^2.13.0",
  23. "koa-body": "^4.2.0",
  24. "koa-json-error": "^3.1.2",
  25. "koa-router": "^9.4.0",
  26. "lodash": "^4.17.20",
  27. "moment": "^2.27.0",
  28. "mongoose": "^5.10.0",
  29. "mongoose-long": "^0.3.1",
  30. "mysql2": "^2.1.0",
  31. "randomatic": "^3.1.1",
  32. "simple-statistics": "^7.3.0",
  33. "source-map-support": "^0.5.19",
  34. "tough-cookie": "^4.0.0"
  35. },
  36. "devDependencies": {
  37. "@types/cache-manager": "^2.10.3",
  38. "@types/cache-manager-ioredis": "^2.0.1",
  39. "@types/config": "^0.0.36",
  40. "@types/content-disposition": "^0.5.3",
  41. "@types/cron": "^1.7.2",
  42. "@types/debug": "^4.1.5",
  43. "@types/ioredis": "^4.17.3",
  44. "@types/jsonwebtoken": "^8.5.0",
  45. "@types/koa": "^2.11.4",
  46. "@types/koa-json-error": "^3.1.2",
  47. "@types/koa-router": "^7.4.1",
  48. "@types/lodash": "^4.14.159",
  49. "@types/mongoose": "^5.7.36",
  50. "@types/mysql": "^2.15.15",
  51. "@types/randomatic": "^3.1.0",
  52. "@types/tough-cookie": "^4.0.0",
  53. "@typescript-eslint/eslint-plugin": "^3.9.1",
  54. "@typescript-eslint/parser": "^3.9.1",
  55. "clean-webpack-plugin": "^3.0.0",
  56. "cross-env": "^7.0.2",
  57. "eslint": "^7.7.0",
  58. "eslint-config-standard": "^14.1.1",
  59. "eslint-plugin-import": "^2.22.0",
  60. "eslint-plugin-node": "^11.1.0",
  61. "eslint-plugin-promise": "^4.2.1",
  62. "eslint-plugin-standard": "^4.0.1",
  63. "esm": "^3.2.25",
  64. "glob": "^7.1.6",
  65. "nodemon": "^2.0.4",
  66. "npm-run-all": "^4.1.5",
  67. "ts-loader": "^8.0.2",
  68. "ts-node": "^9.0.0",
  69. "typescript": "^4.0.2",
  70. "webpack": "^4.44.1",
  71. "webpack-cli": "^3.3.12",
  72. "webpack-node-externals": "^2.5.1"
  73. }
  74. }