2021-12-02 06:10:08 +03:00
|
|
|
{
|
|
|
|
"name": "@data-wrangling-components/project",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"preinstall": "npx only-allow yarn",
|
|
|
|
"postinstall": "husky install",
|
2022-02-11 02:22:34 +03:00
|
|
|
"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",
|
2021-12-02 06:10:08 +03:00
|
|
|
"git_is_clean": "essex git-is-clean",
|
|
|
|
"prettify:": "essex prettify",
|
2022-02-11 02:22:34 +03:00
|
|
|
"jest": "NODE_OPTIONS=--experimental-vm-modules yarn jest",
|
|
|
|
"ci": "run-s build lint jest git_is_clean",
|
2021-12-02 20:19:51 +03:00
|
|
|
"publish:": "yarn workspaces foreach --exclude '@data-wrangling-components/project' -pv npm publish --tolerate-republish --access public",
|
2022-02-11 02:22:34 +03:00
|
|
|
"update_sdks": "yarn dlx @yarnpkg/sdks vscode"
|
2021-12-02 06:10:08 +03:00
|
|
|
},
|
|
|
|
"prettier": "@essex/prettier-config",
|
|
|
|
"devDependencies": {
|
2022-02-11 02:18:48 +03:00
|
|
|
"@essex/eslint-config": "^20.0.0",
|
|
|
|
"@essex/eslint-plugin": "^20.0.0",
|
|
|
|
"@essex/jest-config": "^20.1.0",
|
2021-12-02 20:06:24 +03:00
|
|
|
"@essex/prettier-config": "^18.0.2",
|
2022-02-15 00:05:18 +03:00
|
|
|
"@essex/scripts": "^20.2.0",
|
2022-02-11 02:18:48 +03:00
|
|
|
"@types/eslint": "^8.4.1",
|
2022-01-07 00:54:08 +03:00
|
|
|
"@types/jest": "^27.4.0",
|
2022-02-11 02:18:48 +03:00
|
|
|
"@types/node": "^17.0.17",
|
2021-12-02 20:06:24 +03:00
|
|
|
"@types/prettier": "^2.4.2",
|
2022-02-11 02:18:48 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.11.0",
|
|
|
|
"@typescript-eslint/parser": "^5.11.0",
|
2022-01-07 00:54:08 +03:00
|
|
|
"babel-jest": "^27.4.6",
|
|
|
|
"eslint": "^8.6.0",
|
2021-12-02 20:06:24 +03:00
|
|
|
"eslint-import-resolver-node": "^0.3.6",
|
2021-12-02 06:10:08 +03:00
|
|
|
"husky": "^7.0.4",
|
2022-01-07 00:54:08 +03:00
|
|
|
"jest": "^27.4.7",
|
2022-01-13 04:10:30 +03:00
|
|
|
"lint-staged": "^12.1.7",
|
2022-01-20 02:10:37 +03:00
|
|
|
"node-fetch": "^3.1.1",
|
2021-12-02 06:10:08 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
2022-01-07 00:54:08 +03:00
|
|
|
"prettier": "^2.5.1",
|
|
|
|
"ts-jest": "^27.1.2",
|
2022-02-11 02:18:48 +03:00
|
|
|
"typescript": "^4.5.5"
|
2021-12-02 06:10:08 +03:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2022-02-11 03:27:08 +03:00
|
|
|
"packageManager": "yarn@3.1.1",
|
|
|
|
"dependenciesMeta": {
|
|
|
|
"@zip.js/zip.js@2.4.3": {
|
|
|
|
"unplugged": true
|
|
|
|
}
|
|
|
|
}
|
2021-12-02 06:10:08 +03:00
|
|
|
}
|