forked from openmrs/openmrs-esm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.16 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
{
"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": "lerna run watch --scope @openmrs/esm-app-shell --stream",
"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": "lerna run build",
"setup": "lerna bootstrap && lerna run build && lerna clean --yes && lerna bootstrap",
"verify": "lerna run lint && lerna run test && lerna run typescript",
"prettier": "prettier \"packages/**/src/**/*\" --write",
"prepare": "husky install",
"extract-translations": "lerna run extract-translations -- --config ../../../tools/i18next-parser.config.js"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@jsenv/file-size-impact": "^12.1.1",
"@testing-library/dom": "^7.20.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"@types/jest": "^26.0.10",
"@types/react-dom": "^17.0.8",
"@types/systemjs": "^6.1.0",
"autoprefixer": "^9.6.1",
"babel-jest": "^26.3.0",
"cross-env": "7.0.2",
"docsify": "^4.12.1",
"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",
"husky": "^6.0.0",
"i18next-parser": "^4.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"jest-cli": "^26.4.2",
"lerna": "^3.20.2",
"prettier": "^2.0.5",
"pretty-quick": "^3.0.0",
"timezone-mock": "^1.2.2",
"typedoc": "0.21.4",
"typedoc-plugin-markdown": "^3.6.0",
"typedoc-plugin-no-inherit": "^1.3.0",
"typescript": "~4.5.2"
}
}