package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "react-tuto",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "npx mocha --exit --timeout 10000 test/**/*.js",
  8. "build": "npx gulp",
  9. "lint": "npx eslint --fix src/"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "catch-links": "^2.0.1",
  16. "gulp-util": "^3.0.8",
  17. "lodash": "^4.17.4",
  18. "react-markdown": "^3.1.4",
  19. "react-redux": "^5.0.6",
  20. "redux": "^3.7.2",
  21. "redux-logger": "^3.0.6",
  22. "redux-thunk": "^2.2.0"
  23. },
  24. "devDependencies": {
  25. "babel-core": "^6.26.0",
  26. "babel-plugin-transform-runtime": "^6.23.0",
  27. "babel-preset-env": "^1.6.1",
  28. "babel-preset-es2015": "^6.24.1",
  29. "babel-preset-react": "^6.24.1",
  30. "babel-preset-stage-0": "^6.24.1",
  31. "babel-runtime": "^6.26.0",
  32. "babelify": "^8.0.0",
  33. "bluebird": "^3.5.1",
  34. "browserify": "^14.5.0",
  35. "bufferutil": "^3.0.3",
  36. "eslint": "^6.1.0",
  37. "eslint-plugin-react": "^7.14.3",
  38. "event-stream": "^3.3.4",
  39. "feathers-localstorage": "^2.0.0",
  40. "gulp": "^4.0.0",
  41. "gulp-babel": "^7.0.0",
  42. "gulp-buffer": "0.0.2",
  43. "gulp-sourcemaps": "^2.6.3",
  44. "gulp-tap": "^1.0.1",
  45. "gulp-uglify": "^3.0.0",
  46. "gulp-zip": "^4.1.0",
  47. "gulplog": "^1.0.0",
  48. "mocha": "^6.2.0",
  49. "pathmodify": "^0.5.0",
  50. "react": "^16.2.0",
  51. "react-dom": "^16.2.0",
  52. "react-router-dom": "^4.2.2",
  53. "rollup-stream": "^1.24.1",
  54. "socket.io-client": "^2.0.4",
  55. "utf-8-validate": "^4.0.0",
  56. "vinyl-buffer": "^1.0.1",
  57. "vinyl-source-stream": "^2.0.0",
  58. "watchify": "^3.9.0"
  59. }
  60. }