forked from 1uphealth/fhir-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 4.31 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "fhir-react",
"version": "1.0.0",
"description": "React component library for displaying FHIR Resources ",
"main": "build/index.js",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@nivo/core": "^0.78.0",
"@nivo/pie": "^0.78.0",
"@popperjs/core": "^2.11.2",
"@storybook/addons": "^6.5.13",
"bootstrap": "^5.1.3",
"dompurify": "^2.3.6",
"lodash": "^4.17.21",
"marked": "^3.0.8",
"md5": "^2.3.0",
"pretty-bytes": "^5.6.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"svg-url-loader": "^7.1.1"
},
"scripts": {
"test": "NODE_ENV=test jest",
"test:coverage": "NODE_ENV=test jest --coverage .",
"test:watch": "NODE_ENV=test jest --watchAll",
"start": "NODE_ENV=production webpack --watch",
"build": "NODE_ENV=production webpack",
"lint": "eslint --max-warnings 0 .",
"lint:fix": "eslint --fix .",
"stylelint": "stylelint 'src/**/*.css'",
"stylelint:fix": "stylelint --fix 'src/**/*.css'",
"storybook": "start-storybook --port 63653",
"deploy-storybook": "storybook-to-aws-s3 --bucket-path=storybook-fhir-react-lib --aws-profile=storybook-deployer",
"deploy-storybook-branch": "storybook-to-aws-s3 --aws-profile=storybook-deployer",
"deploy-storybook-pr-branch": "storybook-to-aws-s3 --bucket-path=fhir-react-lib-test-storybook/branch/$(git branch --show-current) --aws-profile=1up-marketing-dev-admin"
},
"author": {
"name": "1upHealth",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1uphealth/fhir-react.git"
},
"bugs": {
"url": "https://github.com/1uphealth/fhir-react/issues"
},
"homepage": "https://github.com/1uphealth/fhir-react#readme",
"keywords": [
"fhir",
"react",
"hl7",
"dstu2",
"stu3",
"bootstrap",
"material",
"ui"
],
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-proposal-do-expressions": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-function-bind": "^7.16.7",
"@babel/plugin-proposal-function-sent": "^7.16.7",
"@babel/plugin-proposal-json-strings": "^7.16.7",
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-pipeline-operator": "^7.17.6",
"@babel/plugin-proposal-throw-expressions": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@storybook/addon-controls": "^6.5.13",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.13",
"@storybook/storybook-deployer": "^2.8.16",
"@testing-library/react": "^13.4.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-imports": "^2.0.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"dedent": "^0.7.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^1.6.2",
"npm-check-updates": "^16.7.9",
"prettier": "1.19.1",
"react-dom": "^18.2.0",
"sass": "^1.49.9",
"sass-loader": "^10.2.0",
"style-loader": "^2.0.0",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}