-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"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": "[email protected]"
}