76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "joyent-portal",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MPL-2.0",
|
|
"repository": "github:yldio/joyent-portal",
|
|
"scripts": {
|
|
"release": "./scripts/release",
|
|
"format": "./scripts/format",
|
|
"test-staged": "./scripts/run-staged-pkg --test",
|
|
"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 scripts/*",
|
|
"lint:root": "eslint . --fix",
|
|
"lint-ci:packages": "lerna run lint-ci",
|
|
"lint:packages": "lerna run lint",
|
|
"lint-ci": "redrun -s lint-ci:*",
|
|
"lint": "redrun -s lint:*",
|
|
"test-ci": "lerna run test-ci",
|
|
"test": "lerna run test",
|
|
"clean": "lerna clean --yes",
|
|
"bootstrap": "lerna bootstrap",
|
|
"dev": "redrun -p dev:*",
|
|
"dev:ui-toolkit": "lerna run watch --scope joyent-ui-toolkit",
|
|
"dev:cp-frontend": "lerna run start --scope joyent-cp-frontend",
|
|
"dev:gql-mock-server": "lerna run dev --scope joyent-cp-gql-mock-server",
|
|
"commitmsg": "commitlint -e",
|
|
"precommit": "cross-env CI=1 redrun -s lint-staged format-staged test-staged",
|
|
"postinstall": "lerna run prepublish",
|
|
"commit": "commit"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^3.2.0",
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
"@commitlint/config-lerna-scopes": "^3.1.1",
|
|
"@commitlint/prompt-cli": "^3.2.0",
|
|
"apr-awaitify": "^1.0.4",
|
|
"apr-filter": "^1.0.5",
|
|
"apr-for-each": "^1.0.6",
|
|
"apr-main": "^1.0.7",
|
|
"apr-map": "^1.0.5",
|
|
"apr-parallel": "^1.0.5",
|
|
"apr-reduce": "^1.0.5",
|
|
"babel-eslint": "^7.2.3",
|
|
"checksum": "^0.1.1",
|
|
"cross-env": "^5.0.5",
|
|
"eslint": "^4.5.0",
|
|
"eslint-config-joyent-portal": "^3.0.0",
|
|
"eslint-config-prettier": "^2.3.0",
|
|
"eslint-config-react-app": "^2.0.0",
|
|
"eslint-config-xo-space": "^0.16.0",
|
|
"eslint-plugin-flowtype": "^2.35.1",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
|
"eslint-plugin-prettier": "^2.2.0",
|
|
"eslint-plugin-react": "^7.3.0",
|
|
"execa": "^0.8.0",
|
|
"force-array": "^3.1.0",
|
|
"husky": "^0.14.3",
|
|
"lerna": "^2.1.2",
|
|
"license-to-fail": "^2.2.0",
|
|
"lodash.uniq": "^4.5.0",
|
|
"prettier": "1.6.1",
|
|
"quality-docs": "^3.3.0",
|
|
"read-pkg": "^2.0.0",
|
|
"redrun": "^5.9.17",
|
|
"staged-git-files": "0.0.4",
|
|
"yargs": "^8.0.2"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
]
|
|
}
|