forked from tidepool-org/blip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
181 lines (181 loc) · 6.51 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
{
"name": "blip",
"version": "1.37.0",
"private": true,
"scripts": {
"test": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start",
"pretest": "NODE_ENV=test npm run lint",
"browser-tests": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start --browsers Chrome",
"test-watch": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start --no-single-run --reporters=mocha",
"start": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=4096' ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --color --progress --port 3000 --host 0.0.0.0",
"watchViz": "export NODE_OPTIONS='--max-old-space-size=4096' && cd ./packageMounts/@tidepool/viz && npm run start",
"buildViz": "cd ./packageMounts/@tidepool/viz && npm run build-dev",
"startWithViz": "./node_modules/concurrently/bin/concurrently.js --kill-others --names viz,blip \"npm run watchViz\" \"while ! test -f './packageMounts/@tidepool/viz/dist/index.js'; do sleep 1; done; npm run start\"",
"build": "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",
"build-docs": "./update-gh-pages.sh",
"serve-docs": "./node_modules/.bin/gitbook serve",
"update-translations": "i18next 'app/**/*.js' 'node_modules/tideline/{plugins,js}/**/*.js' 'node_modules/@tidepool/viz/{storiesDatatypes,storybookDatatypes,stories,src}/**/*.js' -c i18next-parser.config.json -o .",
"storybook": "./node_modules/.bin/start-storybook -p 6006 --ci",
"build-storybook": "build-storybook",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "./node_modules/.bin/eslint app stories test",
"lint:css": "stylelint './app/components/**/*.js'"
},
"engines": {
"node": ">=10.x",
"npm": ">=6.x"
},
"dependencies": {
"body-parser": "1.18.3",
"express": "4.16.3",
"hakken": "0.1.11",
"helmet": "3.13.0",
"rollbar": "2.14.4"
},
"devDependencies": {
"@babel/cli": "7.1.0",
"@babel/core": "7.1.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@hot-loader/react-dom": "16.11.0",
"@material-ui/core": "4.9.10",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.49",
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "1.0.0-rc4",
"@rebass/forms": "4.0.6",
"@storybook/addon-a11y": "5.3.19",
"@storybook/addon-actions": "5.3.19",
"@storybook/addon-knobs": "5.3.19",
"@storybook/addon-links": "5.3.19",
"@storybook/addon-viewport": "5.3.19",
"@storybook/addons": "5.3.19",
"@storybook/react": "5.3.19",
"@tidepool/viz": "1.14.0-develop.1",
"async": "2.6.1",
"autoprefixer": "9.1.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-loader": "8.0.2",
"babel-plugin-istanbul": "5.0.1",
"babel-plugin-rewire": "1.2.0",
"babel-preset-react-app": "4.0.0-next.2150693d",
"bows": "1.7.0",
"browser-locale": "1.0.3",
"chai": "4.1.2",
"chromedriver": "79.0.0",
"classnames": "2.2.6",
"concurrently": "4.1.1",
"connected-react-router": "6.8.0",
"copy-webpack-plugin": "4.5.2",
"create-react-class": "15.6.3",
"css-loader": "1.0.0",
"custom-protocol-detection": "1.0.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-lodash": "6.0.0",
"eslint-plugin-react": "7.11.1",
"file-loader": "2.0.0",
"fixed-data-table-2": "1.0.2",
"formik": "2.1.4",
"formik-persist": "1.1.0",
"gitbook-cli": "2.3.2",
"github-api": "3.0.0",
"history": "4.10.0",
"html-webpack-plugin": "4.0.0-alpha.2",
"i18next": "11.9.0",
"i18next-parser": "1.0.0-beta9",
"immutability-helper": "3.0.1",
"intl": "1.2.5",
"karma": "3.0.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "1.1.2",
"karma-intl-shim": "1.0.3",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.2",
"less": "3.8.1",
"less-loader": "4.1.0",
"lodash": "4.17.19",
"material-ui-popup-state": "1.5.3",
"mini-css-extract-plugin": "0.5.0",
"mocha": "5.2.0",
"moment": "2.22.2",
"moment-timezone": "0.5.21",
"ms": "2.1.1",
"object-invariant-test-helper": "0.1.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"optional": "0.1.4",
"postcss-loader": "3.0.0",
"prop-types": "15.7.2",
"qhistory": "1.0.3",
"qs": "6.9.4",
"react": "16.12.0",
"react-dates": "21.8.0",
"react-dom": "16.12.0",
"react-hooks-testing-library": "0.6.0",
"react-hot-loader": "4.12.19",
"react-i18next": "7.13.0",
"react-input-mask": "3.0.0-alpha.0",
"react-loading": "2.0.3",
"react-moment-proptypes": "1.7.0",
"react-redux": "7.2.0",
"react-router-dom": "5.2.0",
"react-scroll": "1.7.10",
"react-select": "2.0.0",
"react-test-renderer": "16.12.0",
"react-window-size-listener": "1.2.1",
"rebass": "4.0.7",
"redux": "3.5.2",
"redux-cache": "0.3.0",
"redux-devtools": "3.4.1",
"redux-devtools-dock-monitor": "1.1.3",
"redux-devtools-log-monitor": "1.4.0",
"redux-immutable-state-invariant": "2.1.0",
"redux-logger": "2.6.1",
"redux-mock-store": "1.5.3",
"redux-thunk": "2.2.0",
"reselect": "3.0.1",
"rollbar-sourcemap-webpack-plugin": "2.5.3",
"salinity": "0.0.8",
"script-loader": "0.7.2",
"shelljs": "0.8.3",
"sinon": "6.2.0",
"source-map-loader": "0.2.4",
"storybook-addon-designs": "5.2.0",
"style-loader": "0.23.0",
"styled-components": "5.0.1",
"stylelint": "13.2.0",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"sundial": "1.6.0",
"terser": "4.4.2",
"terser-webpack-plugin": "2.2.1",
"tideline": "1.18.0",
"tidepool-platform-client": "0.44.0-devices.1",
"tidepool-standard-action": "0.1.1",
"url-loader": "1.1.1",
"webpack": "4.39.1",
"webpack-cli": "3.3.6",
"webpack-dev-server": "3.8.0",
"worker-loader": "2.0.0",
"yup": "0.29.0"
},
"peerDependencies": {
"babel-core": "6.x || 7.0.0-bridge.0"
},
"resolutions": {
"sundial/moment-timezone": "0.5.21"
}
}