forked from openmrs/openmrs-esm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.56 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
{
"name": "@openmrs/esm-app-shell",
"version": "3.1.12",
"license": "MPL-2.0",
"main": "dist/openmrs.js",
"scripts": {
"start": "npm run watch",
"test": "jest --passWithNoTests",
"watch:ref": "cross-env OMRS_ESM_IMPORTMAP_URL=\"https://spa-modules.nyc3.digitaloceanspaces.com/import-map.json\" OMRS_CONFIG_URLS=\"https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/config/config.json\" OMRS_OFFLINE=\"disable\" NODE_ENV=\"development\" webpack serve --mode development",
"build:production": "cross-env OMRS_ESM_IMPORTMAP_URL=\"https://spa-modules.nyc3.digitaloceanspaces.com/import-map.json\" OMRS_CONFIG_URLS=\"https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/config/config.json\" OMRS_OFFLINE=\"enable\" NODE_ENV=\"production\" webpack --mode production",
"build:development": "cross-env OMRS_OFFLINE=\"enable\" NODE_ENV=\"development\" webpack --mode development",
"build": "npm run build:production && npm run build:development",
"analyze": "webpack --mode=production --env.analyze=true",
"watch": "webpack serve --mode development",
"lint": "eslint src --ext ts,tsx"
},
"keywords": [
"openmrs",
"microfrontends"
],
"browserslist": [
"extends browserslist-config-openmrs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/openmrs/openmrs-esm-core.git"
},
"bugs": {
"url": "https://github.com/openmrs/openmrs-esm-core/issues"
},
"homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openmrs/esm-framework": "^3.1.12",
"carbon-components": "10.31.0",
"carbon-icons": "7.0.7",
"dayjs": "^1.10.4",
"dexie": "^3.0.3",
"i18next": "^19.6.0",
"i18next-browser-languagedetector": "^4.3.1",
"i18next-http-backend": "^1.0.21",
"i18next-icu": "^1.4.2",
"import-map-overrides": "^2.3.0",
"lodash-es": "4.17.21",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.7.0",
"react-router-dom": "^5.2.0",
"rxjs": "^6.5.3",
"single-spa": "^5.9.2",
"systemjs": "^6.8.3",
"workbox-core": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-window": "^6.1.5"
},
"devDependencies": {
"@openmrs/esm-devtools-app": "^3.1.12",
"@openmrs/esm-implementer-tools-app": "3.1.0",
"@openmrs/esm-login-app": "^3.1.12",
"@openmrs/esm-offline-tools-app": "^3.1.12",
"@openmrs/esm-primary-navigation-app": "^3.1.12",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.1.2"
}
}