Advertisement
Guest User

New Bin

a guest
Feb 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "react-started",
  3.   "version": "0.0.1",
  4.   "description": "Simple react starter project",
  5.   "scripts": {
  6.     "production-build-watch": "webpack --env=prod --progress --colors --config ./webpack.config.prod.js --watch",
  7.     "production-build": "webpack --env=prod --progress --colors --config ./webpack.config.prod.js",
  8.     "production-archive": "rm -f ./build/Archive.zip && zip -r -X ./build/Archive.zip build/*",
  9.     "dev-build": "rm -rf ./dist && webpack --progress --colors --config ./webpack.config.js",
  10.     "dev-build-watch": "webpack --progress --colors --config ./webpack.config.js --watch",
  11.     "dev-archive": "rm -f ./dist/Archive.zip && zip -r -X ./dist/Archive.zip dist/*",
  12.     "lint": "eslint src && echo \"eslint: no lint errors\"",
  13.     "test": "./node_modules/.bin/mocha  --compilers js:babel-core/register"
  14.   },
  15.   "private": true,
  16.   "devDependencies": {
  17.     "autobind-decorator": "^1.3.3",
  18.     "babel-cli": "^6.26.0",
  19.     "babel-core": "^6.24.1",
  20.     "babel-eslint": "^7.1.1",
  21.     "babel-loader": "^7.1.1",
  22.     "babel-plugin-syntax-async-functions": "^6.13.0",
  23.     "babel-plugin-transform-async-to-generator": "^6.24.1",
  24.     "babel-plugin-transform-decorators-legacy": "^1.3.4",
  25.     "babel-plugin-transform-object-rest-spread": "^6.20.2",
  26.     "babel-plugin-transform-regenerator": "^6.8.0",
  27.     "babel-plugin-transform-runtime": "^6.23.0",
  28.     "babel-polyfill": "^6.23.0",
  29.     "babel-preset-es2015": "^6.24.1",
  30.     "babel-preset-es2017": "^6.24.1",
  31.     "babel-preset-flow": "^6.23.0",
  32.     "babel-preset-react": "^6.3.13",
  33.     "babel-preset-react-hmre": "^1.1.1",
  34.     "babel-preset-stage-0": "^6.5.0",
  35.     "babel-runtime": "^6.23.0",
  36.     "babelify": "^7.2.0",
  37.     "browser-sync": "^2.11.0",
  38.     "browserify": "^13.0.0",
  39.     "chai": "^4.1.2",
  40.     "copy-webpack-plugin": "^4.0.1",
  41.     "css-loader": "^0.28.4",
  42.     "css-modules-require-hook": "^4.0.6",
  43.     "envify": "^4.0.0",
  44.     "eslint": "^3.12.2",
  45.     "eslint-config-airbnb": "^13.0.0",
  46.     "eslint-plugin-import": "^2.2.0",
  47.     "eslint-plugin-jsx-a11y": "^2.2.3",
  48.     "eslint-plugin-react": "^6.8.0",
  49.     "flow-bin": "^0.55.0",
  50.     "html-webpack-plugin": "^2.29.0",
  51.     "mocha": "^3.5.3",
  52.     "pretty-hrtime": "^1.0.1",
  53.     "proxy-middleware": "^0.15.0",
  54.     "require-dir": "^0.3.2",
  55.     "style-loader": "^0.18.2",
  56.     "uglifyjs-webpack-plugin": "^1.2.4",
  57.     "underscore": "^1.7.0",
  58.     "vinyl-source-stream": "^1.0.0",
  59.     "watchify": "^3.6.1",
  60.     "webpack": "^3.0.0",
  61.     "webpack-dev-middleware": "^1.11.0",
  62.     "webpack-dev-server": "^2.5.0",
  63.     "webpack-hot-middleware": "^2.18.0"
  64.   },
  65.   "dependencies": {
  66.     "aes": "^0.1.0",
  67.     "browser-request": "^0.3.3",
  68.     "cheerio-without-node-native": "^0.20.2",
  69.     "crypto-js": "^3.1.9-1",
  70.     "fetch-with-proxy": "^1.1.0",
  71.     "fuse.js": "^3.2.0",
  72.     "google-libphonenumber": "^3.2.2",
  73.     "jquery": "^3.2.1",
  74.     "jsdom": "^11.6.2",
  75.     "keysim": "^2.0.0",
  76.     "lodash": "^4.17.4",
  77.     "material-ui": "^0.16.7",
  78.     "material-ui-chip-input": "^0.17.0",
  79.     "moment": "^2.18.1",
  80.     "phone-formatter": "^0.0.2",
  81.     "query-string": "^6.0.0",
  82.     "random-useragent": "^0.3.1",
  83.     "react": "^15.6.1",
  84.     "react-armor": "^0.0.2",
  85.     "react-dom": "^15.4.0",
  86.     "react-redux": "^4.4.6",
  87.     "react-router": "^3.0.0",
  88.     "react-router-redux": "^4.0.7",
  89.     "react-semantic-redux-form": "^1.2.6",
  90.     "react-tap-event-plugin": "^2.0.1",
  91.     "react-tools": "^0.13.3",
  92.     "react-transform": "^0.0.3",
  93.     "redux": "^3.0.5",
  94.     "redux-auth-wrapper": "^2.0.2",
  95.     "redux-form": "^6.3.2",
  96.     "redux-form-material-ui": "^4.2.0",
  97.     "redux-localstorage": "^0.4.1",
  98.     "redux-logger": "^2.7.4",
  99.     "redux-thunk": "^2.2.0",
  100.     "semantic-ui-react": "^0.79.0",
  101.     "string_score": "^0.1.22",
  102.     "superagent": "^3.8.2",
  103.     "typed.js": "^2.0.6",
  104.     "unique-concat": "^0.2.2",
  105.     "uuid4": "^1.1.4",
  106.     "xmlhttprequest": "^1.8.0"
  107.   }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement