forked from IGS/portal-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 3.18 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
{
"version": "1.17.0",
"repository": "biobakery/portal-ui",
"name": "portal-ui",
"author": {
"name": "biobakery",
"url": "https://github.com/biobakery/"
},
"homepage": "http://biom-mass.org/",
"scripts": {
"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/react-lolliplot": "0.11.1",
"@oncojs/sapien": "0.5.2",
"@oncojs/survivalplot": "0.6.5",
"@types/lodash": "4.14.117",
"@types/node": "10.12.0",
"@types/react": "16.4.18",
"@types/react-dom": "16.0.9",
"@types/react-icons": "2.2.6",
"@types/react-redux": "6.0.9",
"@types/react-relay": "1.3.9",
"@types/recompose": "0.27.0",
"babel-polyfill": "6.23.0",
"blueimp-md5": "2.7.0",
"color": "0.11.4",
"concurrently": "3.5.0",
"d3": "4.8.0",
"download-svg": "0.1.1",
"fbemitter": "2.1.1",
"filesaver.js": "0.2.0",
"filesize": "3.3.0",
"glamor": "2.20.25",
"import-inspector": "2.0.0",
"innersvg-polyfill": "0.0.2",
"js-cookie": "2.1.4",
"jsurl": "0.1.5",
"load-script": "1.0.0",
"lodash-backports": "1.0.1",
"memoizee": "0.4.5",
"moment": "2.19.3",
"oncogrid": "git+https://github.com/oncojs/oncogrid.git#new-grid-spec",
"openseadragon": "2.3.1",
"pluralize": "7.0.0",
"prop-types": "15.5.10",
"query-string": "4.3.4",
"queue": "4.2.1",
"react": "16.2.0",
"react-addons-shallow-compare": "15.6.2",
"react-color": "2.14.1",
"react-dates": "13.0.3",
"react-dom": "16.2.0",
"react-faux-dom": "3.1.0",
"react-google-login": "5.0.4",
"react-helmet": "5.1.3",
"react-icons": "2.2.5",
"react-loadable": "4.0.2",
"react-markdown": "3.0.1",
"react-modal": "3.0.0",
"react-progress": "0.0.12",
"react-redux": "5.0.4",
"react-relay": "1.3.0",
"react-relay-network-layer": "2.0.1",
"react-router-dom": "4.2.2",
"react-sizeme": "2.3.4",
"recompose": "0.30.0",
"redux": "3.6.0",
"redux-actions": "1.2.2",
"redux-api-middleware": "2.0.0-beta.2",
"redux-persist": "4.8.0",
"redux-thunk": "2.2.0",
"url-join": "1.1.0"
},
"devDependencies": {
"babel-plugin-import-inspector": "2.0.0",
"babel-plugin-relay": "1.3.0",
"babel-plugin-transform-export-extensions": "6.22.0",
"eslint-config-prettier": "2.1.1",
"eslint-plugin-prettier": "2.1.1",
"flow-bin": "0.61.0",
"prettier": "1.7.0",
"react-app-rewired": "1.6.2",
"react-scripts-ts": "3.1.0",
"react-test-renderer": "16.1.1",
"relay-compiler": "1.3.0",
"source-map-loader": "0.2.4",
"ts-loader": "5.2.2",
"typescript": "3.1.3"
}
}