Skip to content

Instantly share code, notes, and snippets.

@smontlouis
Last active August 29, 2015 14:28
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 smontlouis/c3a8ff8e59e520b1addb to your computer and use it in GitHub Desktop.
Save smontlouis/c3a8ff8e59e520b1addb to your computer and use it in GitHub Desktop.
{
"name": "este-app",
"description": "Robust and comfortable dev stack for isomorphic web apps",
"author": "Daniel Steigerwald",
"version": "9.2.0",
"private": true,
"scripts": {
"postinstall": "cd node_modules/material-ui && npm install && npm uninstall react && gulp build --production",
"start": "node src/server",
"test": "gulp test",
"tdd": "node scripts/tdd"
},
"engines": {
"iojs": ">= 2.2.x",
"node": "0.10.x"
},
"dependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^5.0.8",
"babel-core": "^5.0.8",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.0",
"better-log": "^1.3.1",
"bluebird": "^2.9.9",
"body-parser": "^1.13.2",
"chai": "^3.0.0",
"chai-immutable": "^1.1.1",
"classnames": "^2.1.3",
"compression": "^1.4.0",
"cookie-parser": "^1.3.5",
"cookies-js": "^1.2.1",
"cors": "^2.6.0",
"css-loader": "^0.15.2",
"del": "^1.1.1",
"eslint": "^0.24.0",
"eslint-plugin-react": "^2.7.0",
"eventemitter3": "^1.0.1",
"express": "^4.11.2",
"extract-text-webpack-plugin": "^0.8.0",
"file-loader": "^0.8.1",
"flux": "^2.0.1",
"formsy-react": "git+https://github.com/christianalfoni/formsy-react.git",
"glob": "^5.0.14",
"google-libphonenumber": "git+https://github.com/Kilix/google-libphonenumber.git",
"gulp": "^3.8.10",
"gulp-bg": "0.0.5",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^0.14.0",
"gulp-util": "^3.0.2",
"harmonize": "^1.4.1",
"immutable": "^3.6.4",
"immutablediff": "^0.4.2",
"intl": "^0.1.4",
"intl-messageformat": "^1.1.0",
"intl-relativeformat": "^1.1.0",
"karma": "^0.13.3",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.2.0",
"karma-notify-reporter": "^0.1.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"less": "^2.5.1",
"less-loader": "^2.0.0",
"material-ui": "git+https://github.com/Kilix/material-ui.git#material-ui-vamos",
"mocha": "^2.2.5",
"moment": "^2.10.6",
"nconf": "^0.7.1",
"newforms": "^0.12.1",
"node-notifier": "^4.1.0",
"node-sass": "^3.1.2",
"normalize.css": "^3.0.2",
"nyan-progress-webpack-plugin": "^1.0.0",
"piping": "^0.2.0",
"react": "^0.13.1",
"react-document-title": "^1.0.0",
"react-hot-loader": "^1.1.4",
"react-intl": "^1.1.0",
"react-masonry-component": "^1.0.4",
"react-pure-render": "^1.0.1",
"react-router": "^0.13.1",
"react-select": "^0.5.6",
"react-tap-event-plugin": "^0.1.7",
"react-textarea-autosize": "^2.3.1",
"run-sequence": "^1.1.2",
"sass-loader": "^2.0.0",
"serve-favicon": "^2.2.0",
"sinon": "git+https://github.com/uberVU/Sinon.JS.git",
"sinon-chai": "^2.8.0",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"style-loader": "^0.12.0",
"stylus-loader": "^1.0.0",
"superagent-bluebird-promise": "^2.0.2",
"url-loader": "^0.5.5",
"validator": "^3.34.0",
"webpack": "^1.9.5",
"webpack-dev-server": "^1.7.0",
"yargs": "^3.3.1"
},
"devDependencies": {
"babel-plugin-extensible-destructuring": "^1.0.0",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs-polyfill": "0.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment