Skip to content

Instantly share code, notes, and snippets.

@GianlucaGuarini
Created April 21, 2017 22:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GianlucaGuarini/a2ceed3887de0367206eaecd9138d684 to your computer and use it in GitHub Desktop.
Save GianlucaGuarini/a2ceed3887de0367206eaecd9138d684 to your computer and use it in GitHub Desktop.
{
"name": "este",
"private": true,
"//": "github.com/este/este#dev-tasks",
"scripts": {
"build": "gulp build --production",
"flow": "flow",
"heroku-postbuild": "gulp build --production",
"install": "gulp native-fix",
"jest": "jest",
"jest:watch": "jest --watch",
"prettier": "prettier --bracket-spacing --single-quote --tab-width 2 --trailing-comma all --parser babylon --print-width 80 --write \"{{gulp,src,webpack},__{tests,mocks}__}/**/*.js\"",
"postinstall": "gulp native",
"start": "node src/server",
"test": "gulp test"
},
"engines": {
"node": "6.10.0"
},
"jest": {
"rootDir": "src"
},
"dependencies": {
"autoprefixer": "^6.1.0",
"babel-core": "^6.6.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^19.0.0",
"babel-loader": "^6.2.0",
"babel-plugin-react-intl": "^2.1.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.2.1",
"babel-preset-react": "^6.3.13",
"babel-preset-react-native": "^1.9.0",
"babel-preset-stage-1": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.19",
"color": "^1.0.3",
"compression": "^1.4.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.27.1",
"del": "^2.1.0",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-fp": "^2.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-react-native": "^2.0.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0",
"farce": "^0.2.1",
"fela": "^4.2.2",
"fela-native": "^4.2.2",
"fela-plugin-placeholder-prefixer": "^4.2.2",
"fela-plugin-validator": "^4.2.2",
"fela-preset-web": "^4.2.2",
"file-loader": "^0.10.0",
"firebase": "^3.1.0",
"flow-bin": "0.38.0",
"found": "^0.2.1",
"found-scroll": "^0.1.1",
"gravatar": "^1.6.0",
"gulp": "^3.9.0",
"gulp-bg": "^0.0.8",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-real-favicon": "^0.2.1",
"gulp-util": "^3.0.7",
"iflow-react-intl": "^1.2.0",
"intl": "^1.0.0",
"intl-locales-supported": "^1.0.0",
"intl-messageformat": "^1.1.0",
"intl-relativeformat": "^1.1.0",
"invariant": "^2.1.2",
"ip": "^1.0.2",
"jest": "^19.0.0",
"localforage": "^1.4.3",
"make-error": "^1.0.4",
"nconf": "^0.8.1",
"nodemon": "^1.8.1",
"postcss-loader": "^1.1.0",
"prettier": "^0.22.0",
"ramda": "^0.23.0",
"raven-js": "^3.0.3",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-fela": "^4.0.1",
"react-helmet": "^4.0.0",
"react-intl": "^2.1.2",
"react-native": "^0.42.0",
"react-native-fbsdk": "^0.5.0",
"react-native-i18n": "^1.0.0",
"react-native-side-menu": "^0.20.0",
"react-native-uuid": "^1.4.8",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.1",
"react-router": "4.0.0-alpha.6",
"react-test-renderer": "^15.4.2",
"redbox-react": "^1.0.5",
"redux": "^3.0.4",
"redux-logger": "^2.7.4",
"redux-observable": "^0.14.0",
"redux-persist": "^4.0.1",
"regenerator": "^0.9.5",
"regenerator-runtime": "^0.10.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"rxjs": "^5.0.3",
"serialize-javascript": "^1.1.2",
"sinon": "1.17.7",
"sinon-as-promised": "^4.0.0",
"style-loader": "^0.14.0",
"through2": "^2.0.1",
"url-loader": "^0.5.5",
"uuid": "^3.0.0",
"validator": "^7.0.0",
"webpack": "^2.2.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0",
"webpack-isomorphic-tools": "^3.0.0",
"yargs": "^7.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment