forked from informatici/openhospital-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "open-hospital",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.10.0",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^4.0.0-alpha.12",
"@openapitools/openapi-generator-cli": "^1.0.15-4.3.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@transifex/cli": "^0.9.2",
"@types/classnames": "^2.2.10",
"@types/jest": "^24.9.1",
"@types/lodash.get": "^4.4.6",
"@types/lodash.has": "^4.5.6",
"@types/lodash.isempty": "^4.4.6",
"@types/lodash.set": "^4.3.6",
"@types/node": "^12.12.38",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-redux": "^7.1.8",
"@types/react-router": "^5.1.19",
"@types/react-router-dom": "^5.3.3",
"@types/yup": "^0.29.0",
"chart.js": "^3.9.1",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"env-cmd": "^10.1.0",
"filereader": "^0.10.3",
"formik": "^2.1.4",
"i18next": "^19.9.1",
"i18next-browser-languagedetector": "^6.1.0",
"immer": "^9.0.6",
"jquery": "^3.6.0",
"js-resource-converter": "^1.0.1",
"jwt-decode": "^3.1.2",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lodash.isempty": "^4.4.0",
"lodash.set": "^4.3.2",
"moment": "^2.29.4",
"node-fetch": "^2.6.1",
"numbro": "^2.3.5",
"react": "^16.13.1",
"react-chartjs-2": "^4.3.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.4",
"react-i18next": "^11.8.8",
"react-image-crop": "^9.1.1",
"react-number-format": "^4.8.0",
"react-redux": "^7.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-webcam": "^6.0.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"rifm": "^0.12.0",
"sass": "^1.26.5",
"sass-loader": "^10.0.2",
"susy": "^2.2.14",
"typescript": "^4.8.4",
"yup": "^0.29.0"
},
"scripts": {
"transifex:source": "node scripts/transifex/syncSource.js",
"transifex:files": "node scripts/transifex/syncFiles.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"e2e": "start-server-and-test start http://localhost:3000 cypress:open",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"build:staging": "env-cmd -f .env.staging npm run build",
"build:gh-pages": "env-cmd -f .env.gh-pages npm run build",
"build:api": "openapi-generator generate -i api/oh.yaml -g typescript-rxjs -c openapi-generator.config.json -o src/generated/",
"clear": "rm -rf ./.cache ./dist ./build",
"convert": "convert-resources --path-generated src/resources/old",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@pollyjs/adapter-xhr": "^5.0.0",
"@pollyjs/core": "^5.0.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/node-logger": "^6.5.13",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@types/jquery": "^3.5.14",
"@types/node-fetch": "^2.5.10",
"@types/pollyjs__adapter-xhr": "^2.6.1",
"@types/pollyjs__core": "^4.3.2",
"@types/sass": "^1.16.0",
"@types/testing-library__jest-dom": "^5.9.5",
"@types/testing-library__react": "^10.2.0",
"cypress": "^6.9.1",
"cypress-file-upload": "^4.1.1",
"eslint-plugin-cypress": "^2.11.3",
"prop-types": "^15.8.1",
"start-server-and-test": "^1.12.1",
"storybook-addon-material-ui": "^0.9.0-alpha.24",
"webpack": "^5.74.0"
}
}