joyent-portal/package.json

96 lines
2.9 KiB
JSON

{
"name": "joyent-portal",
"version": "1.0.0",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"scripts": {
"format": "./scripts/format",
"lint-staged": "./scripts/run-staged-pkg --lint",
"format-staged": "./scripts/format --staged",
"lint-license": "./scripts/license-to-fail",
"lint-docs": "./scripts/quality-docs",
"lint-ci:root": "eslint . --ext .js --ext .md",
"lint:root": "eslint . --fix --ext .js --ext .md",
"lint-ci:packages": "lerna run lint-ci --parallel --stream",
"lint:packages": "lerna run lint --parallel --stream",
"lint-ci": "redrun -s lint-ci:*",
"lint": "redrun -s lint:*",
"test-ci": "CI=1 lerna run test-ci --stream",
"test": "lerna run test --parallel --stream",
"clean": "lerna clean --yes",
"dev": "lerna run dev --parallel --stream",
"commitmsg": "commitlint -e",
"precommit": "cross-env CI=1 redrun -s lint-staged format-staged",
"postinstall": "lerna run prepublish --parallel --stream",
"commit": "commit"
},
"devDependencies": {
"@commitlint/cli": "^4.2.1",
"@commitlint/config-angular": "^4.2.1",
"@commitlint/prompt-cli": "^4.2.1",
"apr-awaitify": "^3.0.2",
"apr-filter": "^3.0.2",
"apr-for-each": "^3.0.2",
"apr-main": "^4.0.2",
"apr-map": "^3.0.2",
"apr-parallel": "^3.0.2",
"apr-reduce": "^3.0.2",
"babel-eslint": "^8.0.1",
"checksum": "^0.1.1",
"cross-env": "^5.1.0",
"eslint": "^4.9.0",
"eslint-config-joyent-portal": "^3.2.0",
"eslint-config-prettier": "^2.6.0",
"eslint-config-react-app": "^2.0.1",
"eslint-config-xo-space": "^0.17.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-graphql": "^1.4.0-1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"execa": "^0.8.0",
"force-array": "^3.1.0",
"husky": "^0.14.3",
"lerna": "^2.4.0",
"license-to-fail": "^2.2.0",
"lodash.uniq": "^4.5.0",
"prettier": "1.7.4",
"quality-docs": "^3.3.0",
"read-pkg": "^2.0.0",
"redrun": "^5.9.18",
"staged-git-files": "0.0.4",
"yargs": "^10.0.3"
},
"resolutions": {
"component-type": "1.2.1",
"styled-components": "3.1.4",
"axios": "0.16.2",
"apollo-utilities": "1.0.4",
"follow-redirects": "1.4.1",
"debug": "3.1.0",
"node-fetch": "1.7.3",
"ansi-styles": "3.2.0",
"strip-ansi": "4.0.0",
"supports-color": "4.5.0",
"ansi-regex": "3.0.0",
"core-js": "2.5.3",
"regenerator-runtime": "0.11.1",
"pify": "3.0.0",
"has-flag": "2.0.0",
"parse-json": "3.0.0",
"hoist-non-react-statics": "2.3.1",
"stylis-rule-sheet": "0.0.7",
"react": "16.2.0",
"breeze-nexttick": "0.2.1",
"zen-observable": "0.7.1",
"styled-is": "1.1.2"
},
"workspaces": [
"packages/*",
"bundle"
]
}