Advertisement
ikkew

package.json

Mar 15th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.80 KB | None | 0 0
  1. {
  2.   "name": "app",
  3.   "version": "0.1.0",
  4.   "description": "appDescription",
  5.   "main": "index.js",
  6.   "private": true,
  7.   "directories": {
  8.     "test": "test"
  9.   },
  10.   "scripts": {
  11.     "prebuild": "rimraf ./build",
  12.     "start": "node scripts/start.js",
  13.     "build": "node scripts/build.js"
  14.   },
  15.   "repository": {
  16.     "type": "git",
  17.     "url": "git+http://www.foo.com/"
  18.   },
  19.   "author": "appAuthor",
  20.   "homepage": "http://www.foo.com/",
  21.   "engines": {
  22.     "node": "8.9.4",
  23.     "npm": "5.6.0"
  24.   },
  25.   "engineStrict": true,
  26.   "devDependencies": {
  27.     "autoprefixer": "6.7.2",
  28.     "babel-core": "6.22.1",
  29.     "babel-eslint": "7.1.1",
  30.     "babel-jest": "18.0.0",
  31.     "babel-loader": "6.2.10",
  32.     "babel-preset-react-app": "^2.2.0",
  33.     "babel-runtime": "^6.20.0",
  34.     "case-sensitive-paths-webpack-plugin": "1.1.4",
  35.     "chalk": "1.1.3",
  36.     "connect-history-api-fallback": "1.3.0",
  37.     "cross-spawn": "4.0.2",
  38.     "css-loader": "0.26.1",
  39.     "detect-port": "1.1.0",
  40.     "dotenv": "2.0.0",
  41.     "eslint": "3.16.1",
  42.     "eslint-config-react-app": "^0.6.2",
  43.     "eslint-loader": "1.6.0",
  44.     "eslint-plugin-flowtype": "2.21.0",
  45.     "eslint-plugin-import": "2.0.1",
  46.     "eslint-plugin-jsx-a11y": "4.0.0",
  47.     "eslint-plugin-react": "6.4.1",
  48.     "expose-loader": "^0.7.3",
  49.     "extract-text-webpack-plugin": "1.0.1",
  50.     "file-loader": "0.10.0",
  51.     "fs-extra": "0.30.0",
  52.     "html-webpack-plugin": "2.24.0",
  53.     "http-proxy-middleware": "0.17.3",
  54.     "json-loader": "0.5.4",
  55.     "lodash": "^4.16.1",
  56.     "node-sass": "^3.13.1",
  57.     "npm-run-all": "^4.0.2",
  58.     "object-assign": "4.1.1",
  59.     "opn": "^4.0.1",
  60.     "postcss-loader": "1.2.2",
  61.     "promise": "7.1.1",
  62.     "react-dev-utils": "^0.5.2",
  63.     "react-dnd": "^2.3.0",
  64.     "react-dnd-html5-backend": "^2.3.0",
  65.     "react-dnd-touch-backend": "^0.3.8",
  66.     "react-scripts": "^0.9.5",
  67.     "redux-devtools": "^3.1.1",
  68.     "rimraf": "^2.5.2",
  69.     "sass-loader": "^4.1.1",
  70.     "scss-loader": "0.0.1",
  71.     "semantic-ui-icon": "^2.1.7",
  72.     "signalr": "^2.2.1",
  73.     "style-loader": "0.13.1",
  74.     "url-loader": "0.5.7",
  75.     "webpack": "^1.14.0",
  76.     "webpack-dev-server": "1.16.2",
  77.     "webpack-hot-middleware": "^2.9.1",
  78.     "webpack-manifest-plugin": "1.1.0",
  79.     "whatwg-fetch": "2.0.2"
  80.   },
  81.   "dependencies": {
  82.     "babel-polyfill": "^6.26.0",
  83.     "babel-preset-react-hmre": "^1.1.1",
  84.     "jquery": "^3.1.0",
  85.     "npm": "^5.7.1",
  86.     "react": "^15.3.2",
  87.     "react-cookie": "^0.4.5",
  88.     "react-dom": "^15.3.2",
  89.     "react-ink": "^5.0.2",
  90.     "react-modal": "^1.4.0",
  91.     "react-redux": "^4.4.1",
  92.     "react-router": "^2.0.0",
  93.     "react-router-redux": "^4.0.0",
  94.     "react-tap-event-plugin": "^2.0.1",
  95.     "redux": "^3.3.1",
  96.     "redux-thunk": "^2.0.1",
  97.     "slipjs": "^2.0.0"
  98.   },
  99.   "eslintConfig": {
  100.     "extends": "react-app"
  101.   }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement