mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
66 lines
2.3 KiB
JSON
66 lines
2.3 KiB
JSON
{
|
|
"scripts": {
|
|
"prepublishOnly": "npm run test",
|
|
"bootstrap": "lerna bootstrap",
|
|
"publish-all": "lerna run --parallel build && lerna publish --include-merged-tags --conventional-commits --create-release github --registry=https://registry.npmjs.org/",
|
|
"publish-patch": "lerna run --parallel build && lerna publish --include-merged-tags --conventional-commits --create-release github --cd-version patch --registry=https://registry.npmjs.org/",
|
|
"size": "lerna run --parallel size",
|
|
"bundlesize": "lerna run --parallel bundlesize",
|
|
"test": "npm run build && lerna run --parallel link && lerna run --parallel test",
|
|
"cover": "lerna run --parallel cover",
|
|
"build": "lerna run --parallel build",
|
|
"lint": "lerna run --parallel link && npm run build && lerna run --parallel lint"
|
|
},
|
|
"author": {
|
|
"name": "Nikolay Kostyurin <jilizart@gmail.com>",
|
|
"url": "https://artkost.ru/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "7.7.7",
|
|
"@babel/core": "7.7.7",
|
|
"@babel/plugin-external-helpers": "7.7.4",
|
|
"@babel/plugin-transform-modules-commonjs": "7.7.5",
|
|
"@babel/preset-env": "7.7.7",
|
|
"@babel/preset-react": "7.7.4",
|
|
"@commitlint/cli": "8.3.4",
|
|
"@commitlint/config-conventional": "8.3.4",
|
|
"@rollup/plugin-commonjs": "11.0.1",
|
|
"@rollup/plugin-node-resolve": "7.0.0",
|
|
"@rollup/plugin-replace": "2.3.0",
|
|
"@size-limit/preset-small-lib": "3.0.0",
|
|
"babel-jest": "24.9.0",
|
|
"benchmark": "2.1.4",
|
|
"bundlesize": "0.18.0",
|
|
"cross-env": "6.0.3",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-airbnb": "18.0.1",
|
|
"eslint-plugin-import": "2.19.1",
|
|
"eslint-plugin-jest": "23.4.0",
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
"eslint-plugin-react": "7.17.0",
|
|
"husky": "4.0.6",
|
|
"jest": "24.9.0",
|
|
"jsdoc-to-markdown": "5.0.3",
|
|
"lerna": "3.20.2",
|
|
"lint-staged": "9.5.0",
|
|
"microtime": "3.0.0",
|
|
"posthtml-render": "^1.1.5",
|
|
"rimraf": "^2.7.1",
|
|
"rollup": "1.29.0",
|
|
"rollup-plugin-babel": "4.3.3",
|
|
"rollup-plugin-terser": "5.2.0",
|
|
"size-limit": "3.0.0",
|
|
"xbbcode-parser": "0.1.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
}
|
|
}
|