xkeshav

package.json

Nov 3rd, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.95 KB | None | 0 0
  1. {
  2.   "name": "rqt",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "dependencies": {
  6.     "jquery": "^3.2.1",
  7.     "react": "^16.0.0",
  8.     "react-dom": "^16.0.0",
  9.     "react-redux": "^5.0.6",
  10.     "react-scripts": "1.0.14",
  11.     "redux": "^3.7.2"
  12.   },
  13.   "scripts": {
  14.     "start": "react-scripts start",
  15.     "build": "react-scripts build",
  16.     "test": "react-scripts test --env=jsdom",
  17.     "eject": "react-scripts eject"
  18.   },
  19.   "devDependencies": {
  20.     "babel-eslint": "^7.2.3",
  21.     "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  22.     "babel-plugin-transform-object-rest-spread": "^6.26.0",
  23.     "babel-preset-es2015": "^6.24.1",
  24.     "eslint": "^4.10.0",
  25.     "eslint-config-airbnb": "^16.0.0",
  26.     "eslint-config-react-app": "^2.0.1",
  27.     "eslint-plugin-flowtype": "^2.39.1",
  28.     "eslint-plugin-html": "^4.0.0-alpha.1",
  29.     "eslint-plugin-import": "^2.8.0",
  30.     "eslint-plugin-jsx-a11y": "^5.1.1",
  31.     "eslint-plugin-react": "^7.4.0"
  32.   }
  33. }
Add Comment
Please, Sign In to add comment