data-wrangling-components/package.json

52 строки
1.6 KiB
JSON
Исходник Обычный вид История

2021-12-02 06:10:08 +03:00
{
"name": "@data-wrangling-components/project",
"private": true,
"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",
"deploy:": "yarn workspaces foreach -piv run deploy",
"lint:": "essex lint --fix",
"git_is_clean": "essex git-is-clean",
"prettify:": "essex prettify",
"test:": "jest",
2021-12-02 06:13:46 +03:00
"ci": "run-s build: lint: test: git_is_clean",
"publish:": "yarn workspaces foreach --exclude '@data-wrangling-components/project' -pv npm publish --tolerate-republish --access public"
2021-12-02 06:10:08 +03:00
},
"prettier": "@essex/prettier-config",
"devDependencies": {
2021-12-02 20:06:24 +03:00
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.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",
"@types/eslint": "^8.2.0",
2021-12-02 06:10:08 +03:00
"@types/jest": "^27.0.3",
2021-12-02 20:06:24 +03:00
"@types/node": "^16.11.11",
"@types/prettier": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@yarnpkg/sdks": "^2.5.1-rc.4",
"babel-jest": "^27.4.2",
"eslint": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
2021-12-02 06:10:08 +03:00
"husky": "^7.0.4",
2021-12-02 20:06:24 +03:00
"jest": "^27.4.3",
"lint-staged": "^12.1.2",
2021-12-02 06:10:08 +03:00
"npm-run-all": "^4.1.5",
2021-12-02 20:06:24 +03:00
"prettier": "^2.5.0",
2021-12-02 06:10:08 +03:00
"ts-jest": "^27.0.7",
2021-12-02 20:06:24 +03:00
"typescript": "^4.5.2"
2021-12-02 06:10:08 +03:00
},
"workspaces": [
"packages/*"
],
2021-12-02 20:06:24 +03:00
"packageManager": "yarn@3.1.1"
2021-12-02 06:10:08 +03:00
}