package.json 1014 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "thinkjs-application",
  3. "description": "application created by thinkjs",
  4. "version": "1.0.0",
  5. "scripts": {
  6. "start": "node www/development.js",
  7. "compile": "babel src/ --out-dir app/",
  8. "watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
  9. "watch": "npm run watch-compile"
  10. },
  11. "dependencies": {
  12. "babel-runtime": "6.x.x",
  13. "cheerio": "^0.22.0",
  14. "gm": "^1.23.0",
  15. "jsonwebtoken": "^7.4.1",
  16. "lodash": "^4.17.4",
  17. "moment": "^2.18.1",
  18. "redis": "^2.3.0",
  19. "request": "^2.81.0",
  20. "request-promise": "^4.2.1",
  21. "source-map-support": "0.4.0",
  22. "think-cors": "^1.1.2",
  23. "thinkjs": "2.2.x",
  24. "uid-safe": "^2.1.4"
  25. },
  26. "devDependencies": {
  27. "babel-cli": "^6.18.0",
  28. "babel-preset-es2015": "^6.18.0",
  29. "babel-preset-stage-1": "^6.16.0",
  30. "babel-plugin-transform-runtime": "^6.15.0",
  31. "babel-core": "^6.20.0"
  32. },
  33. "repository": "",
  34. "license": "MIT"
  35. }