-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
173 lines (173 loc) · 5.9 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
{
"name": "arachne-ui",
"version": "1.20.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/OHDSI/ArachneUI.git"
},
"author": "Pavel Grafkin <[email protected]>",
"contributors": [
{
"name": "Alexander Saltykov",
"url": "[email protected]"
}
],
"description": "",
"main": "app/app.js",
"scripts": {
"portal": "webpack-dev-server --env.app central --env.mode development --config webpack/app.config.js",
"node": "webpack-dev-server --env.app node --env.mode development --config webpack/app.config.js",
"build": "webpack --env.mode production --progress --config webpack/app.config.js",
"build-node": "webpack --env.mode production --env.app node --progress --config webpack/app.config.js",
"qa": "webpack --env.app central --env.mode qa --config webpack/app.config.js",
"portal-ssr-app": "webpack --env.app central --env.mode production --progress --config webpack/ssr-app.config.js --watch",
"portal-ssr-node": "webpack --env.app node --env.mode production --progress --config webpack/ssr-app.config.js --watch",
"ssr-server-central-watch": "webpack --config webpack/server.config.js --watch"
},
"dependencies": {
"@ohdsi/atlascharts": "^1.7.4",
"@stomp/stompjs": "github:stomp-js/stomp-websocket",
"arachne-ui-components": "~1.20.0",
"autoprefixer": "^6.7.6",
"clamp-js": "^0.7.0",
"classnames": "^2.2.5",
"codemirror": "^5.22.0",
"comma-separated-values": "^3.6.4",
"compression": "^1.6.0",
"d3": "^4.10.0",
"d3-scale": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-tip": "^0.7.1",
"es6-promise": "^4.0.5",
"flexboxgrid": "^6.3.1",
"fuse.js": "~3.3.1",
"get-random-values": "^1.2.0",
"intro.js": "^2.5.0",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.3",
"json-loader": "^0.5.4",
"jszip": "3.2.2",
"keymirror": "^0.1.1",
"lodash": "4.17.21",
"moment": "^2.25.0",
"moment-timezone": "0.5.28",
"node-fetch": "^2.6.1",
"node-noop": "^1.0.0",
"numeral": "^2.0.4",
"pluralize": "^7.0.0",
"postcss": "^6.0.19",
"postcss-loader": "^2.1.1",
"precss": "^1.4.0",
"qs": "^6.5.1",
"rc-slider": "^5.4.3",
"react": "^15.3.2",
"react-bem-helper": "^1.2.0",
"react-codemirror": "^0.3.0",
"react-data-grid": "^5.0.5",
"react-datepicker": "0.40.0",
"react-dom": "^15.3.2",
"react-draggable-list": "3.1.2",
"react-dropzone": "^3.7.3",
"react-helmet": "^2.2.0",
"react-loadable": "^5.3.1",
"react-pdf": "^1.8.3",
"react-prevent-outside-scroll": "0.0.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"react-sanfona": "^0.1.0",
"react-select": "^1.2.1",
"react-simple-dropdown": "^1.1.5",
"react-sticky": "^6.0.0",
"react-text-mask": "^5.0.1",
"react-toggle": "^2.2.1",
"react-viewer": "^2.2.6",
"redux": "3.6.0",
"redux-async-connect": "git+https://github.com/odysseusinc/redux-async-connect.git#ac7726d",
"redux-form": "^6.1.0",
"redux-logger": "^2.7.0",
"redux-thunk": "2.2.0",
"reselect": "3.0.1",
"serialize-javascript": "^3.1.0",
"sockjs-client": "^1.1.2",
"source-map-loader": "^0.2.1",
"tootik": "^1.0.2",
"type-check": "^0.3.2",
"urijs": "1.19.11",
"url-loader": "^0.5.9",
"webpack-config-postcss": "^1.0.0-alpha.4",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-named-asset-import": "^0.3.7",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.5.2",
"child-process-ext": "^2.1.1",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.5.1",
"enzyme": "^2.5.1",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-import-resolver-webpack": "^0.8.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-saver": "2.0.2",
"html-webpack-plugin": "^4.5.1",
"ignore-loader": "^0.1.2",
"imports-loader": "^0.6.5",
"jsdom": "^9.8.0",
"mocha": "^3.1.2",
"node-sass": "4.14.1",
"null-loader": "^0.1.1",
"path": "^0.12.7",
"piping": "^0.3.0",
"proxy-middleware": "^0.15.0",
"react-addons-test-utils": "^15.3.2",
"react-hot-loader": "~4.7.2",
"sass-loader": "^7.2.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"style-loader": "1.1.3",
"url": "^0.11.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.2",
"yargs": "^8.0.2"
},
"browserslist": [
">0.25%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}