This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
149 lines (149 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
142
143
144
145
146
147
148
149
{
"version": "2.0.0",
"repository": "NCI-GDC/portal-ui",
"name": "portal-ui",
"author": {
"name": "OICR",
"url": "https://github.com/NCI-GDC/"
},
"scripts": {
"force-resolve": "npx npm-force-resolutions",
"start": "concurrently --kill-others 'npm run start-ui' 'npm run relay -- --watch'",
"start-ui": "BROWSER=none react-app-rewired start --scripts-version react-scripts-ts",
"build": "npm run relay && react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --scripts-version react-scripts-ts --env=jsdom",
"lint": "tslint -p tsconfig.json",
"relay": "relay-compiler --src src --schema ./data/schema.graphql",
"schema": "node ./data/getSchema"
},
"proxy": {
"/api": {
"target": "http://localhost:5000",
"pathRewrite": {
"^/api": ""
}
}
},
"dependencies": {
"@oncojs/boxplot": "0.3.1",
"@oncojs/qqplot": "0.0.1",
"@oncojs/react-lolliplot": "0.11.9",
"@oncojs/sapien": "0.5.3",
"@oncojs/survivalplot": "0.8.3",
"@types/d3": "5.0.1",
"@types/filesize": "3.6.0",
"@types/lodash": "4.14.117",
"@types/multisort": "0.5.0",
"@types/node": "10.12.0",
"@types/query-string": "6.1.1",
"@types/react": "16.4.18",
"@types/react-dom": "16.0.9",
"@types/react-icons": "2.2.6",
"@types/react-outside-click-handler": "1.2.0",
"@types/react-redux": "6.0.9",
"@types/react-relay": "1.3.0",
"@types/react-router-dom": "4.3.1",
"@types/recompose": "0.27.0",
"@types/relay-runtime": "1.3.0",
"@typescript-eslint/eslint-plugin": "2.5.0",
"@typescript-eslint/parser": "2.5.0",
"babel-polyfill": "6.26.0",
"blueimp-md5": "2.13.0",
"color": "0.11.4",
"concurrently": "5.1.0",
"d3": "4.8.0",
"download-svg": "0.1.1",
"filesaver.js": "0.2.0",
"filesize": "3.3.0",
"glamor": "2.20.25",
"ify-loader": "1.1.0",
"import-inspector": "2.0.0",
"innersvg-polyfill": "0.0.2",
"jquery": "3.5.0",
"js-cookie": "2.2.1",
"jspdf": "2.1.0",
"jsurl": "0.1.5",
"konva": "4.0.18",
"load-script": "1.0.0",
"lodash": "4.17.19",
"lodash-backports": "1.0.1",
"memoizee": "0.4.14",
"moment": "2.24.0",
"multisort": "0.5.3",
"oncogrid": "3.0.0",
"openseadragon": "2.4.2",
"plotly.js": "1.53.0",
"pluralize": "7.0.0",
"prop-types": "15.7.2",
"query-string": "6.12.1",
"queue": "4.2.1",
"react": "16.8.0",
"react-addons-shallow-compare": "15.6.2",
"react-app-rewire-hot-loader": "2.0.1",
"react-color": "2.14.1",
"react-dates": "13.0.3",
"react-dom": "16.2.1",
"react-faux-dom": "3.1.0",
"react-helmet": "5.1.3",
"react-hot-loader": "4.12.21",
"react-icons": "2.2.5",
"react-loadable": "4.0.2",
"react-markdown": "3.0.1",
"react-modal": "3.11.2",
"react-plotly.js": "2.4.0",
"react-progress": "0.0.12",
"react-redux": "5.1.1",
"react-relay": "1.4.1",
"react-relay-network-layer": "2.2.1",
"react-resize-detector": "4.2.3",
"react-router-dom": "4.2.2",
"react-sizeme": "2.3.4",
"react-toggle": "4.1.1",
"recompose": "0.30.0",
"redux": "4.0.5",
"redux-actions": "1.2.2",
"redux-api-middleware": "3.2.1",
"redux-persist": "5.9.1",
"redux-thunk": "2.3.0",
"resize-observer-polyfill": "1.5.1",
"simple-statistics": "7.0.8",
"url-join": "1.1.0"
},
"devDependencies": {
"babel-plugin-import-inspector": "2.0.0",
"babel-plugin-relay": "1.4.1",
"babel-plugin-transform-export-extensions": "6.22.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.8",
"eslint-plugin-sort-destructure-keys": "1.3.5",
"flow-bin": "0.61.0",
"react-app-rewire-define-plugin": "1.0.0",
"react-app-rewire-provide-plugin": "1.0.0",
"react-app-rewire-scss": "1.0.2",
"react-app-rewired": "1.6.2",
"react-outside-click-handler": "1.2.3",
"react-scripts-ts": "3.1.0",
"react-test-renderer": "16.1.1",
"relay-compiler": "1.4.1",
"source-map-loader": "0.2.4",
"ts-loader": "5.2.2",
"typescript": "3.1.3",
"webpack-notifier": "1.8.0",
"why-did-you-update": "1.0.8"
},
"resolutions": {
"@types/relay-runtime": "1.3.0",
"eslint": "6.8.0",
"chokidar": "3.5.3"
},
"optionalDependencies": {
"fsevents": "^2.0.7"
},
"engines": {
"node": ">=13.2.0"
}
}