joyent-portal/package.json

67 lines
2.2 KiB
JSON
Raw Permalink Normal View History

{
2017-09-14 18:49:41 +03:00
"name": "joyent-portal",
"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",
"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",
2018-04-06 17:53:44 +03:00
"lint": "redrun lint:ci -- --fix",
"lint:ci": "NODE_ENV=test eslint . --ext .js --ext .md",
2018-02-28 00:40:51 +02:00
"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'",
"format": "prettier --config .prettierrc --write '**/*'",
"clean": "lerna clean --yes",
"commitmsg": "commitlint -e",
"precommit": "pretty-quick --staged",
"commit": "commit"
},
"devDependencies": {
"@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",
"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",
"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",
"husky": "^0.14.3",
2018-02-28 00:40:51 +02:00
"lerna": "^2.9.0",
"prettier": "1.11.0",
"pretty-quick": "^1.4.1",
"redrun": "^6.0.1"
},
"resolutions": {
2018-05-23 19:29:04 +03:00
"apollo-link": "1.2.2",
"axios": "0.16.2",
2018-05-23 19:29:04 +03:00
"boom": "7.2.0",
"follow-redirects": "1.5.0",
"lodash": "4.17.10",
2018-05-23 19:29:04 +03:00
"core-js": "2.5.7",
"regenerator-runtime": "0.11.1",
"pify": "3.0.0",
2018-03-29 16:43:30 +03:00
"parse-json": "4.0.0",
"isarray": "1.0.0",
2018-05-23 19:29:04 +03:00
"is-number": "6.0.0",
"react": "16.4.0",
"styled-is": "1.1.3",
2018-05-23 19:29:04 +03:00
"react-helmet-async": "0.1.0",
2018-05-09 02:03:57 +03:00
"breeze-nexttick": "0.2.1",
2018-05-23 19:29:04 +03:00
"uuid": "3.2.1"
2018-01-17 21:10:39 +02:00
},
"workspaces": ["packages/*", "consoles/*", "bundle"]
2017-05-30 12:37:03 +03:00
}