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": {
|
2018-02-28 00:40:51 +02:00
|
|
|
"dev": "lerna run dev --parallel --stream",
|
2018-05-07 15:33:08 +03:00
|
|
|
"ssr": "npm run build:bundle; lerna run dev --scope joyent-portal-bundle --stream",
|
2018-02-28 00:40:51 +02:00
|
|
|
"test": "redrun -s build:test test:run",
|
|
|
|
"test:ci": "CI=1 redrun -s build:test test:ci:run",
|
|
|
|
"lint": "lerna run lint --stream",
|
|
|
|
"lint:ci": "lerna run lint:ci --stream",
|
|
|
|
"build:bundle": "redrun -s build:bundle:lib build:bundle:app",
|
|
|
|
"build:bundle:lib": "lerna run build:lib --parallel --stream",
|
|
|
|
"build:bundle:app": "lerna run build:bundle --parallel --stream",
|
|
|
|
"build:test": "lerna run build:test --parallel --stream",
|
|
|
|
"test:run": "lerna run test --parallel --stream",
|
|
|
|
"test:ci:run": "lerna exec 'yarn run test:ci'",
|
2018-03-15 21:00:19 +02:00
|
|
|
"format": "prettier --config .prettierrc --write '**/*'",
|
2017-05-18 21:21:33 +03:00
|
|
|
"clean": "lerna clean --yes",
|
2017-09-08 13:07:42 +03:00
|
|
|
"commitmsg": "commitlint -e",
|
2018-03-15 21:00:19 +02:00
|
|
|
"precommit": "pretty-quick --staged",
|
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-02-28 00:40:51 +02:00
|
|
|
"babel-eslint": "^8.2.2",
|
2018-03-27 18:43:55 +03:00
|
|
|
"eslint": "^4.19.1",
|
2018-02-28 00:40:51 +02:00
|
|
|
"eslint-config-prettier": "^2.9.0",
|
|
|
|
"eslint-config-react-app": "^2.1.0",
|
|
|
|
"eslint-config-xo-space": "^0.18.0",
|
|
|
|
"eslint-plugin-flowtype": "^2.46.1",
|
|
|
|
"eslint-plugin-import": "^2.9.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
2017-10-25 18:02:49 +03:00
|
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6",
|
2018-02-28 00:40:51 +02:00
|
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
|
|
"eslint-plugin-react": "^7.7.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"husky": "^0.14.3",
|
2018-02-28 00:40:51 +02:00
|
|
|
"lerna": "^2.9.0",
|
|
|
|
"prettier": "1.11.0",
|
2018-03-15 21:00:19 +02:00
|
|
|
"pretty-quick": "^1.4.1",
|
2018-03-27 18:43:55 +03:00
|
|
|
"redrun": "^6.0.1"
|
2016-10-27 18:01:32 +03:00
|
|
|
},
|
2017-10-17 18:34:56 +03:00
|
|
|
"resolutions": {
|
2018-01-29 20:09:18 +02:00
|
|
|
"axios": "0.16.2",
|
2018-03-29 16:43:30 +03:00
|
|
|
"follow-redirects": "1.4.1",
|
|
|
|
"node-fetch": "2.1.1",
|
|
|
|
"core-js": "2.5.4",
|
2018-01-29 20:09:18 +02:00
|
|
|
"regenerator-runtime": "0.11.1",
|
|
|
|
"pify": "3.0.0",
|
2018-03-29 16:43:30 +03:00
|
|
|
"has-flag": "2.0.0",
|
|
|
|
"parse-json": "4.0.0",
|
|
|
|
"whatwg-fetch": "2.0.4",
|
|
|
|
"react": "16.3.1",
|
2018-01-17 21:10:39 +02:00
|
|
|
"breeze-nexttick": "0.2.1",
|
2018-03-29 16:43:30 +03:00
|
|
|
"isarray": "1.0.0",
|
2018-04-06 16:44:08 +03:00
|
|
|
"uuid": "3.0.1"
|
2018-01-17 21:10:39 +02:00
|
|
|
},
|
2018-04-06 16:44:08 +03:00
|
|
|
"workspaces": ["packages/*", "bundle"]
|
2017-05-30 12:37:03 +03:00
|
|
|
}
|