package.json 984 B

12345678910111213141516171819202122232425262728293031323334
  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. "lodash": "^4.17.4",
  16. "moment": "^2.18.1",
  17. "redis": "^2.3.0",
  18. "request": "^2.81.0",
  19. "request-promise": "^4.2.1",
  20. "source-map-support": "0.4.0",
  21. "think-cors": "^1.1.2",
  22. "thinkjs": "2.2.x",
  23. "uid-safe": "^2.1.4"
  24. },
  25. "devDependencies": {
  26. "babel-cli": "^6.18.0",
  27. "babel-preset-es2015": "^6.18.0",
  28. "babel-preset-stage-1": "^6.16.0",
  29. "babel-plugin-transform-runtime": "^6.15.0",
  30. "babel-core": "^6.20.0"
  31. },
  32. "repository": "",
  33. "license": "MIT"
  34. }