2016-10-25 14:05:29 +03:00
|
|
|
{
|
2017-09-14 18:49:41 +03:00
|
|
|
"name": "joyent-portal",
|
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
|
|
|
"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-09-18 16:05:45 +03:00
|
|
|
"lint-ci:root": "eslint scripts/*",
|
2017-09-19 13:17:20 +03:00
|
|
|
"lint:root": "eslint . --fix",
|
2017-06-12 01:58:22 +03:00
|
|
|
"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-09-08 13:07:42 +03:00
|
|
|
"commitmsg": "commitlint -e",
|
2017-09-19 13:17:20 +03:00
|
|
|
"precommit": "cross-env CI=1 redrun -s lint-staged format-staged test-staged",
|
2017-09-08 13:07:42 +03:00
|
|
|
"postinstall": "lerna run prepublish",
|
|
|
|
"commit": "commit"
|
2016-10-25 14:05:29 +03:00
|
|
|
},
|
2017-05-18 21:21:33 +03:00
|
|
|
"devDependencies": {
|
2017-09-08 13:07:42 +03:00
|
|
|
"@commitlint/cli": "^3.2.0",
|
|
|
|
"@commitlint/config-angular": "^3.1.1",
|
|
|
|
"@commitlint/config-lerna-scopes": "^3.1.1",
|
|
|
|
"@commitlint/prompt-cli": "^3.2.0",
|
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",
|
|
|
|
"apr-main": "^1.0.7",
|
2017-05-26 01:43:00 +03:00
|
|
|
"apr-map": "^1.0.5",
|
2017-07-24 22:53:51 +03:00
|
|
|
"apr-parallel": "^1.0.5",
|
2017-05-30 01:03:25 +03:00
|
|
|
"apr-reduce": "^1.0.5",
|
2017-05-18 21:21:33 +03:00
|
|
|
"babel-eslint": "^7.2.3",
|
2017-06-20 18:10:45 +03:00
|
|
|
"checksum": "^0.1.1",
|
2017-08-02 15:57:00 +03:00
|
|
|
"cross-env": "^5.0.5",
|
|
|
|
"eslint": "^4.5.0",
|
2017-09-19 13:17:20 +03:00
|
|
|
"eslint-config-joyent-portal": "^3.0.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"eslint-config-prettier": "^2.3.0",
|
|
|
|
"eslint-config-react-app": "^2.0.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"eslint-config-xo-space": "^0.16.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"eslint-gh-status-reporter": "^1.0.7",
|
2017-08-02 15:57:00 +03:00
|
|
|
"eslint-plugin-flowtype": "^2.35.1",
|
|
|
|
"eslint-plugin-import": "^2.7.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
2017-08-30 14:37:02 +03:00
|
|
|
"eslint-plugin-prettier": "^2.2.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"eslint-plugin-react": "^7.3.0",
|
|
|
|
"execa": "^0.8.0",
|
2017-05-25 21:45:57 +03:00
|
|
|
"force-array": "^3.1.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"husky": "^0.14.3",
|
|
|
|
"lerna": "^2.1.2",
|
2017-01-25 15:50:27 +02:00
|
|
|
"license-to-fail": "^2.2.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"lighthouse-gh-status-reporter": "^1.0.12",
|
2017-05-30 12:37:03 +03:00
|
|
|
"lodash.uniq": "^4.5.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"prettier": "1.6.1",
|
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-08-02 15:57:00 +03:00
|
|
|
"redrun": "^5.9.17",
|
2017-05-26 01:43:00 +03:00
|
|
|
"staged-git-files": "0.0.4",
|
2017-09-20 12:30:53 +03:00
|
|
|
"stylelint-gh-status-reporter": "^1.0.7",
|
2017-06-16 22:41:57 +03:00
|
|
|
"yargs": "^8.0.2"
|
2016-10-27 18:01:32 +03:00
|
|
|
},
|
2017-09-19 13:17:20 +03:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
2017-05-30 12:37:03 +03:00
|
|
|
}
|