forked from openmrs/openmrs-esm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.49 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@openmrs/esm-core",
"private": true,
"workspaces": [
"packages/apps/*",
"packages/framework/*",
"packages/shell/*",
"packages/tooling/*"
],
"scripts": {
"run:docs": "docsify serve docs",
"run:omrs": "openmrs",
"run:shell": "turbo run watch --filter=@openmrs/esm-app-shell --parallel --no-cache",
"ci:publish-next": "lerna publish from-package --no-git-reset --dist-tag next --yes",
"ci:publish": "lerna publish from-package --yes",
"release": "lerna version --no-git-tag-version",
"build": "turbo run build",
"build:apps": "turbo run build --filter='@openmrs/*-app'",
"setup": "yarn install && turbo run build && lerna clean --yes && yarn install --immutable",
"verify": "turbo run lint && turbo run test && turbo run typescript",
"prettier": "prettier \"packages/**/src/**/*\" --write",
"postinstall": "husky install",
"extract-translations": "lerna run extract-translations -- --config ../../../tools/i18next-parser.config.js"
},
"devDependencies": {
"@babel/highlight": "^7.18.6",
"@jest/types": "^28.1.3",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.164",
"@swc/jest": "^0.2.22",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/react-dom": "^18.0.6",
"@types/systemjs": "^6.1.0",
"@types/webpack-env": "^1.16.4",
"@typescript-eslint/parser": "^5.18.0",
"autoprefixer": "^10.4.2",
"cross-env": "7.0.2",
"docsify": "^4.12.2",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^3.1.4",
"fake-indexeddb": "^3.1.2",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"husky": "^8.0.1",
"i18next-parser": "^5.4.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"lerna": "^4.0.0",
"openmrs": "workspace:^",
"postcss": "^8.4.6",
"prettier": "^2.0.5",
"pretty-quick": "^3.0.0",
"swc-loader": "^0.1.15",
"timezone-mock": "^1.2.2",
"turbo": "^1.5.5",
"typedoc": "^0.22.15",
"typedoc-plugin-file-tags": "^1.0.0",
"typedoc-plugin-markdown": "3.11.14",
"typedoc-plugin-no-inherit": "^1.3.1",
"typescript": "~4.6.4",
"webpack": "^5.74.0"
},
"resolutions": {
"minipass": "3.3.5",
"parse5": "^6"
},
"packageManager": "[email protected]"
}