-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
211 lines (211 loc) · 7.66 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
{
"name": "blip",
"engines": {
"node": "20.8.0"
},
"packageManager": "yarn@3.6.4",
"version": "1.83.0-web-3083-libre-2-plus-stats.1",
"private": true,
"scripts": {
"test": "TZ=UTC NODE_ENV=test NODE_OPTIONS='--max-old-space-size=4096' yarn karma start",
"pretest": "NODE_ENV=test npm run lint",
"browser-tests": "TZ=UTC NODE_ENV=test yarn karma start --browsers Chrome",
"test-watch": "WATCH_MODE=1 TZ=UTC NODE_ENV=test NODE_OPTIONS='--max-old-space-size=4096' yarn karma start --no-single-run --reporters=mocha",
"start": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=4096' yarn webpack-dev-server --color --progress --port 3000 --host 0.0.0.0",
"watchViz": "export NODE_OPTIONS='--max-old-space-size=4096' && cd ${TIDEPOOL_DOCKER_VIZ_DIR:-'../viz'} && npm run start",
"cleanViz": "yarn rimraf ${TIDEPOOL_DOCKER_VIZ_DIR:-'../viz'}/dist/*",
"startWithViz": "npm run cleanViz; yarn concurrently --kill-others --names viz,blip \"npm run watchViz\" \"while ! test -f ${TIDEPOOL_DOCKER_VIZ_DIR:-'../viz'}'/dist/index.js'; do sleep 1; done; npm run start\"",
"startLocal": "node -e \"require('./config/local')?.linkedPackages?.['@tidepool/viz'] ? require('child_process').spawn('npm', ['run', 'startWithViz'], { stdio: 'inherit' }) : require('child_process').spawn('npm', ['run', 'start'], { stdio: 'inherit' })\"",
"build": "NODE_OPTIONS='--max-old-space-size=4096' NODE_ENV=production npm run build-app && npm run build-config",
"build-app": "NODE_ENV=production node buildapp",
"build-config": "NODE_ENV=production node buildconfig",
"server": "node server",
"update-translations": "i18next 'app/**/*.js' 'node_modules/tideline/{plugins,js}/**/*.js' \"${TIDEPOOL_DOCKER_VIZ_DIR:-'../viz'}/{storiesDatatypes,storybookDatatypes,stories,src}/**/*.js\" -c i18next-parser.config.json -o .",
"storybook": "yarn sb dev -c storybook -p 6006 --ci",
"build-storybook": "build-storybook",
"lint": "yarn eslint app stories test"
},
"dependencies": {
"body-parser": "1.20.3",
"custom-protocol-check": "1.4.0",
"express": "4.20.0",
"helmet": "3.23.3",
"i18n-iso-countries": "7.7.0",
"plotly.js-basic-dist-min": "2.27.0",
"rollbar": "2.26.2"
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-modules-commonjs": "7.23.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.23.1",
"@emotion/babel-plugin": "11.3.0",
"@emotion/cache": "11.5.0",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@react-keycloak/web": "3.4.0",
"@storybook/addon-a11y": "7.5.1",
"@storybook/addon-actions": "7.5.1",
"@storybook/addon-designs": "7.0.5",
"@storybook/addon-essentials": "7.5.0",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-links": "7.5.1",
"@storybook/addons": "7.5.0",
"@storybook/cli": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/react-webpack5": "7.5.0",
"@testing-library/react-hooks": "8.0.1",
"@tidepool/viz": "1.44.0-web-3083-libre-2-plus-stats.1",
"async": "2.6.4",
"autoprefixer": "10.4.16",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-loader": "9.1.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-rewire": "1.2.0",
"babel-plugin-styled-components": "2.1.4",
"babel-preset-react-app": "10.0.1",
"bows": "1.7.2",
"browser-locale": "1.0.3",
"browserify-zlib": "0.2.0",
"buffer": "6.0.3",
"canonicalize": "2.0.0",
"chai": "4.3.10",
"chromedriver": "119.0.1",
"classnames": "2.3.2",
"concurrently": "8.2.2",
"connected-react-router": "6.9.3",
"copy-webpack-plugin": "11.0.0",
"create-react-class": "15.7.0",
"crypto-hash": "3.0.0",
"crypto-js": "4.2.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"custom-protocol-detection": "1.0.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"eslint": "8.51.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "6.2.0",
"formik": "2.4.5",
"formik-persist-values": "1.4.1",
"github-api": "3.4.0",
"history": "4.10.1",
"html-webpack-plugin": "5.5.3",
"i18next": "23.6.0",
"i18next-parser": "8.9.0",
"immutability-helper": "3.1.1",
"intl": "1.2.5",
"karma": "6.4.2",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-intl-shim": "1.0.3",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.4.0",
"karma-webpack": "5.0.0",
"keycloak-js": "22.0.4",
"launchdarkly-react-client-sdk": "3.0.9",
"less": "4.2.0",
"less-loader": "11.1.3",
"lodash": "4.17.21",
"material-ui-popup-state": "1.9.3",
"mini-css-extract-plugin": "2.7.6",
"mocha": "10.2.0",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"ms": "2.1.3",
"object-invariant-test-helper": "0.1.1",
"optional": "0.1.4",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"process": "0.11.10",
"prop-types": "15.8.1",
"qhistory": "1.1.0",
"qs": "6.11.2",
"react": "16.14.0",
"react-dates": "21.8.0",
"react-dom": "16.14.0",
"react-i18next": "13.3.1",
"react-input-mask": "3.0.0-alpha.2",
"react-loading": "2.0.3",
"react-moment-proptypes": "1.8.1",
"react-redux": "8.1.3",
"react-refresh": "0.14.0",
"react-router-dom": "5.3.0",
"react-scroll": "1.9.0",
"react-scroll-to-top": "3.0.0",
"react-select": "5.7.7",
"react-window-size-listener": "1.5.4",
"readable-stream": "4.4.2",
"redux": "4.2.1",
"redux-cache": "0.3.0",
"redux-devtools": "3.7.0",
"redux-devtools-dock-monitor": "1.2.0",
"redux-devtools-log-monitor": "2.1.0",
"redux-immutable-state-invariant": "2.1.0",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.4.2",
"reselect": "4.1.8",
"rimraf": "5.0.5",
"rollbar-sourcemap-webpack-plugin": "3.3.0",
"salinity": "0.0.8",
"script-loader": "0.7.2",
"shelljs": "0.8.5",
"sinon": "17.0.0",
"source-map-loader": "4.0.1",
"style-loader": "3.3.3",
"styled-components": "6.1.0",
"stylelint": "15.11.0",
"stylelint-config-recommended": "13.0.0",
"stylelint-config-styled-components": "0.1.1",
"sundial": "1.7.1",
"terser": "5.22.0",
"terser-webpack-plugin": "5.3.9",
"theme-ui": "0.16.1",
"tideline": "1.30.0",
"tidepool-platform-client": "0.61.0-web-3178-tide-connection-status.1",
"tidepool-standard-action": "0.1.1",
"ua-parser-js": "1.0.36",
"url-loader": "4.1.1",
"util": "0.12.5",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"yup": "1.3.2"
},
"peerDependencies": {
"babel-core": "6.x || ^7.0.0-bridge.0",
"classnames": "2.x",
"react": "16.x",
"react-dom": "16.x",
"react-redux": "8.x",
"redux": "4.x"
},
"resolutions": {
"express": "4.20.0",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"crypto-js": "4.2.0",
"lodash": "4.17.21",
"react-sizeme": "2.6.12",
"qs": "6.11.2"
}
}