package.json 792 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "wodeshebao",
  3. "version": "1.0.0",
  4. "subversion": {
  5. "toolkit": "0.0.36"
  6. },
  7. "description": "",
  8. "scripts": {
  9. "server": "hap server",
  10. "postinstall": "hap postinstall",
  11. "debug": "hap debug",
  12. "build": "hap build",
  13. "release": "hap release",
  14. "watch": "hap watch",
  15. "hap-update": "hap update"
  16. },
  17. "devDependencies": {
  18. "hap-toolkit": "0.0.36",
  19. "babel-cli": "^6.10.1",
  20. "babel-core": "^6.26.0",
  21. "babel-eslint": "^8.2.1",
  22. "babel-loader": "^7.1.4",
  23. "babel-plugin-syntax-jsx": "^6.18.0",
  24. "cross-env": "^5.1.4",
  25. "css-what": "^2.1.0",
  26. "koa": "^2.3.0",
  27. "koa-send": "^4.1.1",
  28. "koa-static": "^4.0.1",
  29. "koa-body": "^2.5.0",
  30. "koa-router": "^7.2.1",
  31. "socket.io": "^2.1.0",
  32. "webpack": "^3.11.0"
  33. }
  34. }