{ "name": "react-tuto", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "npx mocha --exit --timeout 10000 test/**/*.js", "build": "npx gulp", "lint": "npx eslint --fix src/" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "catch-links": "^2.0.1", "gulp-util": "^3.0.8", "lodash": "^4.17.4", "react-markdown": "^3.1.4", "react-redux": "^5.0.6", "redux": "^3.7.2", "redux-logger": "^3.0.6", "redux-thunk": "^2.2.0" }, "devDependencies": { "babel-core": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "babelify": "^8.0.0", "bluebird": "^3.5.1", "browserify": "^14.5.0", "bufferutil": "^3.0.3", "eslint": "^6.1.0", "eslint-plugin-react": "^7.14.3", "event-stream": "^3.3.4", "feathers-localstorage": "^2.0.0", "gulp": "^4.0.0", "gulp-babel": "^7.0.0", "gulp-buffer": "0.0.2", "gulp-sourcemaps": "^2.6.3", "gulp-tap": "^1.0.1", "gulp-uglify": "^3.0.0", "gulp-zip": "^4.1.0", "gulplog": "^1.0.0", "mocha": "^6.2.0", "pathmodify": "^0.5.0", "react": "^16.2.0", "react-dom": "^16.2.0", "react-router-dom": "^4.2.2", "rollup-stream": "^1.24.1", "socket.io-client": "^2.0.4", "utf-8-validate": "^4.0.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "watchify": "^3.9.0" } }