81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"name": "joyent-portal",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MPL-2.0",
|
|
"repository": "github:yldio/joyent-portal",
|
|
"scripts": {
|
|
"dev": "lerna run dev --parallel --stream",
|
|
"test": "redrun -s build:test test:run",
|
|
"test:ci": "CI=1 redrun -s build:test test:ci:run",
|
|
"lint": "lerna run lint --stream",
|
|
"lint:ci": "lerna run lint:ci --stream",
|
|
"build:bundle": "redrun -s build:bundle:lib build:bundle:app",
|
|
"build:bundle:lib": "lerna run build:lib --parallel --stream",
|
|
"build:bundle:app": "lerna run build:bundle --parallel --stream",
|
|
"build:test": "lerna run build:test --parallel --stream",
|
|
"test:run": "lerna run test --parallel --stream",
|
|
"test:ci:run": "lerna exec 'yarn run test:ci'",
|
|
"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",
|
|
"clean": "lerna clean --yes",
|
|
"commitmsg": "commitlint -e",
|
|
"precommit": "CI=1 redrun -s lint-staged format-staged",
|
|
"commit": "commit"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^4.2.1",
|
|
"@commitlint/config-angular": "^4.2.1",
|
|
"@commitlint/prompt-cli": "^4.2.1",
|
|
"apr-awaitify": "^3.0.3",
|
|
"apr-filter": "^3.0.3",
|
|
"apr-for-each": "^3.0.3",
|
|
"apr-main": "^4.0.3",
|
|
"apr-map": "^3.0.3",
|
|
"apr-parallel": "^3.0.3",
|
|
"apr-reduce": "^3.0.3",
|
|
"babel-eslint": "^8.2.2",
|
|
"checksum": "^0.1.1",
|
|
"eslint": "^4.18.1",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-config-react-app": "^2.1.0",
|
|
"eslint-config-xo-space": "^0.18.0",
|
|
"eslint-plugin-flowtype": "^2.46.1",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6",
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
"eslint-plugin-react": "^7.7.0",
|
|
"execa": "^0.9.0",
|
|
"force-array": "^3.1.0",
|
|
"husky": "^0.14.3",
|
|
"lerna": "^2.9.0",
|
|
"license-to-fail": "^2.2.0",
|
|
"lodash.uniq": "^4.5.0",
|
|
"prettier": "1.11.0",
|
|
"quality-docs": "^3.3.0",
|
|
"redrun": "^5.10.5",
|
|
"staged-git-files": "0.0.4",
|
|
"yargs": "^10.0.3"
|
|
},
|
|
"resolutions": {
|
|
"axios": "0.16.2",
|
|
"core-js": "2.5.3",
|
|
"regenerator-runtime": "0.11.1",
|
|
"pify": "3.0.0",
|
|
"parse-json": "3.0.0",
|
|
"hoist-non-react-statics": "2.5.0",
|
|
"stylis-rule-sheet": "0.0.7",
|
|
"react": "16.2.0",
|
|
"breeze-nexttick": "0.2.1",
|
|
"isarray": "1.0.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"bundle"
|
|
]
|
|
}
|