No Description

package.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "ssr",
  3. "description": "dva server side render",
  4. "main": "lib/index.js",
  5. "version": "0.0.1",
  6. "scripts": {
  7. "compile": "babel ./src --out-dir ./lib",
  8. "prepublish": "npm run compile",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "keywords": [
  12. "ssr"
  13. ],
  14. "author": "node",
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://git.links123.net/node/ssr.git"
  18. },
  19. "license": "MIT",
  20. "peerDependencies": {
  21. "react-router": ">= 4.0.0",
  22. "dva": ">= 2.0.0"
  23. },
  24. "dependencies": {
  25. "history": "^4.7.2",
  26. "lodash.merge": "^4.6.0",
  27. "mobile-detect": "^1.3.6",
  28. "react": "^15.4.0",
  29. "react-dom": "^15.4.0",
  30. "react-router": "^4.2.0",
  31. "uid": "^0.0.2"
  32. },
  33. "devDependencies": {
  34. "@types/history": "^4.6.1",
  35. "@types/react-dom": "^16.0.1",
  36. "@types/react-router": "^4.0.15",
  37. "babel-cli": "^6.24.1",
  38. "babel-core": "^6.25.0",
  39. "babel-eslint": "^8.0.1",
  40. "babel-plugin-add-module-exports": "^0.2.1",
  41. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  42. "babel-preset-es2017": "latest",
  43. "babel-preset-react": "^6.24.1",
  44. "babel-types": "^6.25.0",
  45. "dva": "^2.0.0",
  46. "eslint": "^4.9.0",
  47. "eslint-config-airbnb": "^16.1.0",
  48. "eslint-plugin-import": "^2.7.0",
  49. "eslint-plugin-jsx-a11y": "^6.0.2",
  50. "eslint-plugin-react": "^7.4.0"
  51. }
  52. }