55 строки
1.8 KiB
JSON
55 строки
1.8 KiB
JSON
{
|
|
"name": "@cbosuite/parent",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "npx only-allow yarn",
|
|
"postinstall": "husky install",
|
|
"predeploy": "az account set -s Resilience",
|
|
"clean:": "yarn workspaces foreach -piv run clean",
|
|
"build:": "yarn workspaces foreach -pivt run build",
|
|
"assets:": "yarn workspaces foreach -pivt run assets",
|
|
"test:": "yarn workspaces foreach -piv run test",
|
|
"start:": "yarn workspaces foreach -piv run start",
|
|
"prepare_for_deployment": "yarn build:schema && yarn assets: && yarn build:api && yarn archive:api && yarn migrate:db:up",
|
|
"bundle:": "yarn workspaces foreach -piv run bundle",
|
|
"lint:": "essex lint --fix --strict",
|
|
"git_is_clean": "essex git-is-clean",
|
|
"prettify": "essex prettify",
|
|
"encode_firebase_config": "node encodeFirebaseConfig.mjs",
|
|
"estimate_localization_cost": "node scripts/estimate-localization.mjs",
|
|
"estimate_localization_cost_es": "yarn estimate_localization_cost es-US"
|
|
},
|
|
"devDependencies": {
|
|
"@essex/babel-config": "^20.1.5",
|
|
"@essex/eslint-config": "^20.0.6",
|
|
"@essex/jest-config": "^21.0.4",
|
|
"@essex/scripts": "^20.4.6",
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@tsconfig/node14": "^1.0.1",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/lodash": "^4.14.179",
|
|
"@types/prettier": "^2.4.4",
|
|
"chalk": "^4.1.2",
|
|
"docker-compose": "^0.23.17",
|
|
"eslint": "^8.10.0",
|
|
"eslint-plugin-playwright": "^0.9.0",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.5.1",
|
|
"lint-staged": "^11.2.6",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"resolutions": {
|
|
"@types/react": "17.0.4",
|
|
"@types/react-dom": "17.0.3",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"packageManager": "yarn@3.2.0"
|
|
}
|