2016-10-25 14:05:29 +03:00
|
|
|
{
|
2017-05-18 21:21:33 +03:00
|
|
|
"name": "container-pilot-dashboard",
|
2016-10-25 14:05:29 +03:00
|
|
|
"version": "1.0.0",
|
2016-12-06 13:50:24 +02:00
|
|
|
"private": true,
|
2017-01-03 16:30:58 +02:00
|
|
|
"license": "MPL-2.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"repository": "github:yldio/joyent-portal",
|
2016-12-06 13:50:24 +02:00
|
|
|
"scripts": {
|
2017-05-25 23:58:24 +03:00
|
|
|
"fmt": "node ./scripts/format",
|
2017-05-18 21:21:33 +03:00
|
|
|
"test": "lerna run test",
|
|
|
|
"lint-license": "node ./scripts/license-to-fail",
|
|
|
|
"lint-docs": "node ./scripts/quality-docs",
|
|
|
|
"lint-staged": "lint-staged",
|
|
|
|
"lint:packages": "lerna run lint",
|
|
|
|
"lint:root": "eslint scripts/*.js --fix --format=tap",
|
|
|
|
"lint": "run-s lint:*",
|
|
|
|
"updt:root": "ncu -au",
|
|
|
|
"updt:packages": "lerna exec ncu -au",
|
|
|
|
"updt:teardown": "run-s postinstall",
|
|
|
|
"updt": "run-s updt:*",
|
|
|
|
"publish": "lerna publish --conventional-commits",
|
|
|
|
"clean": "lerna clean --yes",
|
|
|
|
"bootstrap": "lerna bootstrap",
|
2017-05-25 22:06:53 +03:00
|
|
|
"prepare": "run-s clean bootstrap",
|
2017-05-25 22:07:56 +03:00
|
|
|
"commitmsg": "conventional-changelog-lint -e",
|
2017-05-25 22:08:20 +03:00
|
|
|
"precommit": "run-s lint-staged",
|
2017-05-18 21:21:33 +03:00
|
|
|
"dev:ui-toolkit": "lerna run watch --scope joyent-ui-toolkit",
|
|
|
|
"dev:cp-frontend": "lerna run start --scope joyent-cp-frontend",
|
2017-05-25 17:57:57 +03:00
|
|
|
"dev:gql-mock-server": "lerna run dev --scope joyent-cp-gql-mock-server",
|
2017-05-25 22:05:32 +03:00
|
|
|
"dev": "run-p dev:*",
|
|
|
|
"wizard": "lerna-wizard"
|
2016-10-25 14:05:29 +03:00
|
|
|
},
|
2017-05-18 21:21:33 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"apr-for-each": "^1.0.6",
|
|
|
|
"apr-main": "^1.0.7",
|
|
|
|
"babel-eslint": "^7.2.3",
|
2017-05-25 23:40:41 +03:00
|
|
|
"conventional-changelog-angular": "^1.3.3",
|
|
|
|
"conventional-changelog-cli": "^1.3.1",
|
2017-05-18 21:21:33 +03:00
|
|
|
"conventional-changelog-lint": "^1.1.9",
|
|
|
|
"conventional-changelog-lint-config-angular": "^0.4.1",
|
|
|
|
"conventional-changelog-lint-config-lerna-scopes": "^1.0.0",
|
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-config-prettier": "^2.1.1",
|
|
|
|
"eslint-config-react-app": "^1.0.4",
|
|
|
|
"eslint-config-xo-space": "^0.16.0",
|
|
|
|
"eslint-plugin-flowtype": "^2.33.0",
|
|
|
|
"eslint-plugin-import": "^2.3.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^5.0.3",
|
|
|
|
"eslint-plugin-prettier": "^2.1.1",
|
|
|
|
"eslint-plugin-react": "^7.0.1",
|
|
|
|
"eslint-tap": "^2.0.1",
|
|
|
|
"execa": "^0.6.3",
|
2017-05-25 21:45:57 +03:00
|
|
|
"force-array": "^3.1.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"husky": "^0.13.3",
|
|
|
|
"lerna": "^2.0.0-rc.5",
|
2017-05-25 22:05:32 +03:00
|
|
|
"lerna-wizard": "ramitos/lerna-wizard#7bcdc11",
|
2017-01-25 15:50:27 +02:00
|
|
|
"license-to-fail": "^2.2.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"lint-staged": "3.4.2",
|
|
|
|
"npm-check-updates": "^2.11.2",
|
|
|
|
"npm-run-all": "^4.0.2",
|
|
|
|
"prettier": "1.3.1",
|
|
|
|
"quality-docs": "^3.3.0",
|
|
|
|
"yargs": "^8.0.1"
|
2016-10-27 18:01:32 +03:00
|
|
|
},
|
2017-05-18 21:21:33 +03:00
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
2017-05-25 23:58:24 +03:00
|
|
|
"npm run fmt",
|
2017-05-18 21:21:33 +03:00
|
|
|
"git add"
|
|
|
|
]
|
2017-05-25 21:45:57 +03:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"fmt-opt-out": [
|
|
|
|
"portal-data",
|
|
|
|
"portal-api",
|
|
|
|
"control-tower"
|
|
|
|
]
|
2016-10-25 14:05:29 +03:00
|
|
|
}
|
|
|
|
}
|