49 строки
1.5 KiB
JSON
49 строки
1.5 KiB
JSON
{
|
|
"name": "@thematic/root",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow yarn",
|
|
"postinstall": "husky install",
|
|
"clean": "yarn workspaces foreach -pv run clean",
|
|
"bundle": "yarn workspaces foreach -pv run bundle",
|
|
"build": "yarn workspaces foreach -pivt run build",
|
|
"start": "yarn workspaces foreach -piv run start",
|
|
"publish": "yarn workspaces foreach --exclude '@thematic/root' -pv npm publish --tolerate-republish --access public",
|
|
"version": "yarn workspaces foreach --exclude '@thematic/root' -iv version -d",
|
|
"lint": "essex lint --fix --strict",
|
|
"prettify:": "essex prettify",
|
|
"jest_coverage": "jest --coverage",
|
|
"git-is-clean": "essex git-is-clean",
|
|
"ci": "run-s lint build bundle jest_coverage git-is-clean",
|
|
"release": "run-s clean build publish"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@essex/eslint-config": "^20.0.0",
|
|
"@essex/eslint-plugin": "^20.0.0",
|
|
"@essex/jest-config": "^20.1.1",
|
|
"@essex/prettier-config": "^18.0.2",
|
|
"@essex/scripts": "^20.3.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
"@typescript-eslint/parser": "^5.12.0",
|
|
"eslint": "^8.9.0",
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.5.1",
|
|
"lint-staged": "^12.3.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"prettier": "@essex/prettier-config"
|
|
}
|