Skip to content

Instantly share code, notes, and snippets.

@chundo
Created December 4, 2018 17:04
Show Gist options
  • Save chundo/b855e8bdc26cafa0a4f2d9be32bab2bb to your computer and use it in GitHub Desktop.
Save chundo/b855e8bdc26cafa0a4f2d9be32bab2bb to your computer and use it in GitHub Desktop.
{
"private": true,
"name": "autogermana",
"repository": {
"type": "git",
"url": "https://github.com/imaginamos/autogermana"
},
"bugs": {
"url": "https://github.com/imaginamos/autogermana/issues"
},
"author": "Imaginamos SAS <code@imaginamos.com> (https://imaginamos.com)",
"scripts": {
"bootstrap": "yarn install --ignore-engines && nps bootstrap",
"regenerate": "nps regenerate",
"lint": "nps lint",
"test": "nps test",
"commit": "git-cz",
"precommit": "lint-staged",
"commitmsg": "./node_modules/.bin/commitlint -e $GIT_PARAMS",
"publish": "yarn lerna publish",
"publish-canary": "yarn lerna publish --canary --yes",
"publish-next": "yarn lerna publish --npm-tag=next",
"deploy": "node ./scripts/deploy/index"
},
"devDependencies": {
"@commitlint/cli": "6.2.0",
"@commitlint/config-conventional": "6.1.3",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.1.1",
"babel-plugin-inline-import": "2.0.6",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-flow": "6.23.0",
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "6.26.0",
"chai": "4.1.2",
"commitizen": "2.10.1",
"cz-lerna-changelog": "1.2.1",
"env-cmd": "8.0.2",
"eslint": "4.15.0",
"eslint-config-jss": "3.0.0",
"eslint-config-loopback": "10.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-config-prettier-standard": "2.0.0",
"eslint-config-standard": "11.0.0",
"eslint-config-standard-flow": "1.0.1",
"eslint-config-standard-react": "6.0.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.49.3",
"eslint-plugin-graphql": "1.5.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-react": "7.8.2",
"eslint-plugin-standard": "3.1.0",
"eslint-watch": "3.1.5",
"faker": "4.1.0",
"flow-bin": "0.73.0",
"graphql-cli": "2.15.8",
"graphql-cli-voyager": "0.1.3",
"husky": "0.14.3",
"jest": "22.1.2",
"lerna": "2.11.0",
"lerna-git-flow-deploy": "0.5.3",
"lint-staged": "7.1.3",
"mocha": "5.2.0",
"ngrok": "3.0.1",
"nodemon": "1.17.5",
"nsp": "3.2.1",
"prettier": "1.13.7",
"prettier-standard": "8.0.1",
"semantic-release": "15.5.0",
"semantic-release-monorepo": "6.0.1",
"semver": "5.5.0",
"shelljs": "0.8.2",
"snazzy": "7.1.1",
"standard": "11.0.1",
"yargs": "11.0.0"
},
"pre-commit": "lint-staged",
"lint-staged": {
"**/*.{js,css}": [
"npm run lint",
"git add"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"resolutions": {
"react": "16.4.1",
"**/react": "16.4.1",
"react-dom": "16.4.1",
"**/react-dom": "16.4.1"
},
"standard": {
"parser": "babel-eslint",
"plugins": [
"flowtype"
],
"globals": [
"__ENV__",
"FormData",
"fetch",
"Headers"
]
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/next",
"**/next/**"
]
},
"dependencies": {
"nodemailer": "4.6.7",
"nps": "5.9.3",
"nps-utils": "1.7.0",
"react": "^16.6.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment