forked from openmrs/openmrs-esm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.74 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
{
"name": "@openmrs/esm-styleguide",
"version": "3.1.14",
"license": "MPL-2.0",
"description": "The styleguide for OpenMRS SPA",
"browser": "dist/openmrs-esm-styleguide.js",
"main": "src/index.ts",
"source": true,
"scripts": {
"test": "jest --passWithNoTests",
"start:storybook": "start-storybook --port 7000",
"build:storybook": "build-storybook",
"build": "webpack --mode=production",
"analyze": "webpack --mode=production --env analyze=true",
"lint": "eslint src"
},
"keywords": [
"openmrs",
"microfrontends",
"styleguide"
],
"directories": {
"lib": "dist",
"src": "src"
},
"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": {
"@carbon/charts": "^0.41.57",
"carbon-components-react": "7.31.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@openmrs/esm-extensions": "3.x",
"carbon-components": "10.x",
"carbon-icons": "7.x",
"react": "16.x",
"react-dom": "16.x",
"rxjs": "6.x"
},
"devDependencies": {
"@openmrs/esm-extensions": "^3.1.14",
"@pickra/copy-code-block": "^1.1.7",
"@storybook/addon-a11y": "^5.2.1",
"@storybook/addon-knobs": "^5.2.1",
"@storybook/html": "^5.2.1",
"carbon-components": "10.31.0",
"carbon-icons": "7.0.7",
"css-minimizer-webpack-plugin": "^1.2.0",
"highlight.js": "^9.15.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rxjs": "^6.5.3"
}
}