package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "calculation",
  3. "version": "1.0.0",
  4. "description": "calculation paying frontend",
  5. "private": true,
  6. "dependencies": {
  7. "egg": "^1.7.0",
  8. "egg-mysql": "^3.0.0",
  9. "egg-redis": "^1.0.2",
  10. "egg-scripts": "^1.0.0",
  11. "egg-session-redis": "^1.0.0",
  12. "egg-validate": "^1.0.0",
  13. "egg-view": "^1.1.2",
  14. "egg-view-ejs": "^1.1.0",
  15. "gt3-sdk": "^2.0.0",
  16. "moment": "^2.18.1",
  17. "ueditor": "^1.2.3"
  18. },
  19. "devDependencies": {
  20. "autod": "^2.9.0",
  21. "autod-egg": "^1.0.0",
  22. "egg-bin": "^4.1.0",
  23. "egg-ci": "^1.8.0",
  24. "egg-mock": "^3.9.0",
  25. "eslint": "^4.3.0",
  26. "eslint-config-egg": "^5.0.0",
  27. "webstorm-disable-index": "^1.2.0"
  28. },
  29. "engines": {
  30. "node": ">=6.0.0"
  31. },
  32. "scripts": {
  33. "start": "egg-scripts start --daemon",
  34. "stop": "egg-scripts stop",
  35. "dev": "egg-bin dev --port 7002",
  36. "test": "npm run lint -- --fix && npm run test-local",
  37. "test-local": "egg-bin test",
  38. "cov": "egg-bin cov",
  39. "lint": "eslint .",
  40. "ci": "npm run lint && npm run cov",
  41. "autod": "autod"
  42. },
  43. "ci": {
  44. "version": "6, 8"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": ""
  49. },
  50. "author": "olym",
  51. "license": "MIT"
  52. }