chart-parts/package.json

68 строки
2.0 KiB
JSON

{
"name": "@chart-parts/parent",
"private": true,
"version": "0.1.3",
"author": "Chris Trevino <chris.trevino@microsoft.com>",
"contributors": [
"Amber Hoak <amhoak@microsoft.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/chart-parts.git"
},
"scripts": {
"preinstall": "npx only-allow yarn",
"postinstall": "husky install",
"clean:": "yarn workspaces foreach -pv run clean",
"build:": "yarn workspaces foreach -pvt run build",
"start": "yarn workspaces foreach -piv run start",
"test:": "yarn workspaces foreach -pv run test",
"publish_libs": "yarn workspaces foreach -pv npm publish --tolerate-republish --access public",
"lint:": "essex lint --strict",
"unit:test": "jest --coverage",
"git_is_clean": "essex git-is-clean",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0",
"release": "run-s clean: build: test: publish_libs changelog release_all",
"prepare": "husky install"
},
"engines": {
"node": ">=14.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@essex/eslint-config": "^18.0.2",
"@essex/eslint-plugin": "^18.0.2",
"@essex/jest-config": "^18.0.2",
"@essex/prettier-config": "^18.0.2",
"@essex/scripts": "^18.2.1",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-knobs": "^6.4.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^8.4.1",
"eslint-import-resolver-node": "^0.3.6",
"husky": "^7.0.4",
"jest": "^27.4.4",
"jest-html": "^1.5.0",
"lint-staged": "^12.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"typescript": "^4.5.3"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@3.1.1",
"resolutions": {
"react": "17.0.2",
"@types/react": "17.0.37"
}
}