Skip to content

Instantly share code, notes, and snippets.

@nealoke
Created January 24, 2017 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nealoke/9911fd0ecc538ee4d964542205be31d6 to your computer and use it in GitHub Desktop.
Save nealoke/9911fd0ecc538ee4d964542205be31d6 to your computer and use it in GitHub Desktop.
{
"name": "Workflow",
"version": "2.0.1",
"description": "Standard workflow",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Neal van der Valk",
"license": "ISC",
"devDependencies": {
"async": "^2.1.2",
"axios": "^0.15.3",
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-runtime": "^6.11.6",
"chart.js": "^2.4.0",
"classnames": "^2.2.5",
"critical": "^0.8.0",
"del": "^2.2.2",
"eslint": "^3.9.0",
"eslint-plugin-react": "^6.8.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.4.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-csso": "^2.0.0",
"gulp-hash": "^3.1.0",
"gulp-imagemin": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-responsive": "^2.6.0",
"gulp-robots": "^2.0.4",
"gulp-sass": "^2.3.1",
"gulp-sitemap": "^4.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-ttf2woff": "^1.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp-wrap-file": "^0.1.1",
"imagemin-mozjpeg": "^6.0.0",
"js-cookie": "^2.1.3",
"jshint": "^2.9.4",
"lodash": "^4.12.0",
"moment": "^2.17.1",
"react": "^15.3.2",
"react-chartjs-2": "^1.6.2",
"react-day-picker": "^3.1.1",
"react-document-title": "^2.0.2",
"react-dom": "^15.3.2",
"react-helmet": "^3.2.3",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-select": "^1.0.0-rc.2",
"react-transform-catch-errors": "^1.0.2",
"redux": "^3.6.0",
"redux-form": "^6.4.3",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"through2": "^2.0.1",
"vinyl-ftp": "^0.5.0",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.13.0",
"webpack-stream": "^3.2.0",
"yargs": "^6.3.0"
},
"dependencies": {
"element-resize-event": "^2.0.7",
"moment-range": "^2.2.0",
"node-sass-export": "0.0.2",
"react-dropzone": "^3.8.0",
"react-fastclick": "^2.1.2",
"react-notification-system": "^0.2.11",
"react-notification-system-redux": "^1.0.11",
"velocity-react": "^1.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment