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-26 01:43:00 +03:00
|
|
|
"format": "./scripts/format",
|
|
|
|
"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-10-31 12:03:44 +02:00
|
|
|
"lint-ci:root": "eslint . --ext .js --ext .md",
|
|
|
|
"lint:root": "eslint . --fix --ext .js --ext .md",
|
2018-01-17 21:54:56 +02:00
|
|
|
"lint-ci:packages": "lerna run lint-ci --stream",
|
|
|
|
"lint:packages": "lerna run lint --stream",
|
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:*",
|
2018-01-17 21:54:56 +02:00
|
|
|
"test-ci": "CI=1 lerna run test-ci --stream",
|
2017-05-31 04:55:24 +03:00
|
|
|
"test": "lerna run test",
|
2017-05-18 21:21:33 +03:00
|
|
|
"clean": "lerna clean --yes",
|
2018-01-17 21:10:39 +02:00
|
|
|
"dev": "lerna run dev --parallel --stream",
|
2017-09-08 13:07:42 +03:00
|
|
|
"commitmsg": "commitlint -e",
|
2017-10-12 21:41:11 +03:00
|
|
|
"precommit": "cross-env CI=1 redrun -s lint-staged format-staged",
|
2018-01-17 21:59:42 +02:00
|
|
|
"postinstall": "lerna run prepublish --parallel --stream",
|
2017-09-08 13:07:42 +03:00
|
|
|
"commit": "commit"
|
2016-10-25 14:05:29 +03:00
|
|
|
},
|
2017-05-18 21:21:33 +03:00
|
|
|
"devDependencies": {
|
2017-10-31 12:03:44 +02:00
|
|
|
"@commitlint/cli": "^4.2.1",
|
|
|
|
"@commitlint/config-angular": "^4.2.1",
|
|
|
|
"@commitlint/prompt-cli": "^4.2.1",
|
2018-01-23 23:06:59 +02:00
|
|
|
"apr-awaitify": "^3.0.2",
|
|
|
|
"apr-filter": "^3.0.2",
|
|
|
|
"apr-for-each": "^3.0.2",
|
|
|
|
"apr-main": "^4.0.2",
|
|
|
|
"apr-map": "^3.0.2",
|
|
|
|
"apr-parallel": "^3.0.2",
|
|
|
|
"apr-reduce": "^3.0.2",
|
2017-10-31 12:03:44 +02:00
|
|
|
"babel-eslint": "^8.0.1",
|
2017-06-20 18:10:45 +03:00
|
|
|
"checksum": "^0.1.1",
|
2017-10-31 12:03:44 +02:00
|
|
|
"cross-env": "^5.1.0",
|
|
|
|
"eslint": "^4.9.0",
|
|
|
|
"eslint-config-joyent-portal": "^3.2.0",
|
|
|
|
"eslint-config-prettier": "^2.6.0",
|
|
|
|
"eslint-config-react-app": "^2.0.1",
|
|
|
|
"eslint-config-xo-space": "^0.17.0",
|
|
|
|
"eslint-plugin-flowtype": "^2.39.1",
|
|
|
|
"eslint-plugin-graphql": "^1.4.0-1",
|
|
|
|
"eslint-plugin-import": "^2.8.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
2017-10-25 18:02:49 +03:00
|
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6",
|
2017-10-31 12:03:44 +02:00
|
|
|
"eslint-plugin-prettier": "^2.3.1",
|
|
|
|
"eslint-plugin-react": "^7.4.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"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",
|
2017-10-31 12:03:44 +02:00
|
|
|
"lerna": "^2.4.0",
|
2017-01-25 15:50:27 +02:00
|
|
|
"license-to-fail": "^2.2.0",
|
2017-05-30 12:37:03 +03:00
|
|
|
"lodash.uniq": "^4.5.0",
|
2017-10-31 12:03:44 +02:00
|
|
|
"prettier": "1.7.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-10-31 12:03:44 +02:00
|
|
|
"redrun": "^5.9.18",
|
2017-05-26 01:43:00 +03:00
|
|
|
"staged-git-files": "0.0.4",
|
2017-10-31 12:03:44 +02:00
|
|
|
"yargs": "^10.0.3"
|
2016-10-27 18:01:32 +03:00
|
|
|
},
|
2017-10-17 18:34:56 +03:00
|
|
|
"resolutions": {
|
2018-01-17 21:10:39 +02:00
|
|
|
"styled-components": "2.4.0",
|
2017-12-21 21:20:22 +02:00
|
|
|
"hoist-non-react-statics": "2.3.1",
|
2017-11-23 14:18:38 +02:00
|
|
|
"react": "16.2.0",
|
2018-01-17 21:10:39 +02:00
|
|
|
"breeze-nexttick": "0.2.1",
|
|
|
|
"zen-observable": "0.7.1"
|
|
|
|
},
|
2018-01-08 17:13:05 +02:00
|
|
|
"workspaces": ["packages/*", "bundle"]
|
2017-05-30 12:37:03 +03:00
|
|
|
}
|