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-31 04:55:24 +03:00
|
|
|
"wizard": "lerna-wizard",
|
|
|
|
"release": "./scripts/release",
|
2017-05-26 01:43:00 +03:00
|
|
|
"format": "./scripts/format",
|
|
|
|
"test-staged": "./scripts/run-staged-pkg --test",
|
|
|
|
"lint-staged": "./scripts/run-staged-pkg --lint",
|
2017-05-31 04:55:24 +03:00
|
|
|
"format-staged": "./scripts/format --staged",
|
2017-05-26 01:43:00 +03:00
|
|
|
"lint-license": "./scripts/license-to-fail",
|
|
|
|
"lint-docs": "./scripts/quality-docs",
|
2017-06-12 01:58:22 +03:00
|
|
|
"lint-ci:root": "echo 0 `# eslint scripts/* --format junit --output-file $CIRCLE_TEST_REPORTS/lint/container-pilot-dashboard.xml`",
|
|
|
|
"lint:root": "echo 0 `# eslint scripts/* --fix`",
|
|
|
|
"lint-ci:packages": "lerna run lint-ci",
|
2017-05-18 21:21:33 +03:00
|
|
|
"lint:packages": "lerna run lint",
|
2017-06-12 01:58:22 +03:00
|
|
|
"lint-ci": "redrun -s lint-ci:*",
|
2017-05-31 04:55:24 +03:00
|
|
|
"lint": "redrun -s lint:*",
|
2017-06-12 01:58:22 +03:00
|
|
|
"test-ci": "lerna run test-ci",
|
2017-05-31 04:55:24 +03:00
|
|
|
"test": "lerna run test",
|
2017-05-18 21:21:33 +03:00
|
|
|
"clean": "lerna clean --yes",
|
|
|
|
"bootstrap": "lerna bootstrap",
|
2017-05-31 04:55:24 +03:00
|
|
|
"dev": "redrun -p dev:*",
|
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-31 04:55:24 +03:00
|
|
|
"commitmsg": "conventional-changelog-lint -e",
|
2017-06-06 16:30:43 +03:00
|
|
|
"precommit": "cross-env CI=1 redrun -s lint-staged format-staged test-staged",
|
2017-05-31 04:55:24 +03:00
|
|
|
"prepare": "redrun -s clean bootstrap"
|
2016-10-25 14:05:29 +03:00
|
|
|
},
|
2017-05-18 21:21:33 +03:00
|
|
|
"devDependencies": {
|
2017-05-26 01:43:00 +03:00
|
|
|
"apr-awaitify": "^1.0.4",
|
|
|
|
"apr-filter": "^1.0.5",
|
2017-05-18 21:21:33 +03:00
|
|
|
"apr-for-each": "^1.0.6",
|
2017-05-30 01:03:25 +03:00
|
|
|
"apr-intercept": "^1.0.4",
|
2017-05-18 21:21:33 +03:00
|
|
|
"apr-main": "^1.0.7",
|
2017-05-26 01:43:00 +03:00
|
|
|
"apr-map": "^1.0.5",
|
2017-05-30 01:03:25 +03:00
|
|
|
"apr-reduce": "^1.0.5",
|
2017-05-31 03:44:37 +03:00
|
|
|
"apr-series": "^1.0.5",
|
2017-05-30 01:03:25 +03:00
|
|
|
"apr-sort-by": "^1.0.5",
|
2017-05-18 21:21:33 +03:00
|
|
|
"babel-eslint": "^7.2.3",
|
2017-05-30 01:03:25 +03:00
|
|
|
"chalk": "^1.1.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",
|
2017-06-09 07:26:25 +03:00
|
|
|
"cross-env": "^5.0.1",
|
2017-05-31 03:44:37 +03:00
|
|
|
"dotenv": "^4.0.0",
|
2017-06-17 00:45:45 +03:00
|
|
|
"eslint": "^3.19.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"eslint-config-prettier": "^2.1.1",
|
|
|
|
"eslint-config-react-app": "^1.0.4",
|
|
|
|
"eslint-config-xo-space": "^0.16.0",
|
2017-05-31 04:55:24 +03:00
|
|
|
"eslint-plugin-flowtype": "^2.34.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"eslint-plugin-import": "^2.3.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^5.0.3",
|
2017-06-16 22:41:57 +03:00
|
|
|
"eslint-plugin-prettier": "^2.1.2",
|
|
|
|
"eslint-plugin-react": "^7.1.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"eslint-tap": "^2.0.1",
|
2017-06-09 07:26:25 +03:00
|
|
|
"execa": "^0.7.0",
|
2017-05-30 01:03:25 +03:00
|
|
|
"figures": "^2.0.0",
|
2017-05-25 21:45:57 +03:00
|
|
|
"force-array": "^3.1.0",
|
2017-05-30 12:37:03 +03:00
|
|
|
"husky": "^0.13.4",
|
2017-06-09 07:26:25 +03:00
|
|
|
"inquirer": "^3.1.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"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-31 01:23:43 +03:00
|
|
|
"lodash.flatten": "^4.4.0",
|
2017-05-30 01:03:25 +03:00
|
|
|
"lodash.isplainobject": "^4.0.6",
|
|
|
|
"lodash.isstring": "^4.0.1",
|
2017-05-30 12:37:03 +03:00
|
|
|
"lodash.uniq": "^4.5.0",
|
2017-05-30 01:03:25 +03:00
|
|
|
"lodash.uniqby": "^4.7.0",
|
2017-06-09 07:26:25 +03:00
|
|
|
"prettier": "1.4.4",
|
2017-05-18 21:21:33 +03:00
|
|
|
"quality-docs": "^3.3.0",
|
2017-05-30 01:03:25 +03:00
|
|
|
"read-pkg": "^2.0.0",
|
2017-06-16 22:41:57 +03:00
|
|
|
"redrun": "^5.9.15",
|
2017-05-26 04:14:51 +03:00
|
|
|
"semver": "^5.3.0",
|
2017-05-26 01:43:00 +03:00
|
|
|
"staged-git-files": "0.0.4",
|
2017-06-16 22:41:57 +03:00
|
|
|
"yargs": "^8.0.2"
|
2016-10-27 18:01:32 +03:00
|
|
|
},
|
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
|
|
|
}
|
2017-05-30 12:37:03 +03:00
|
|
|
}
|