forked from knowledgesystems/signal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.42 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
{
"name": "signal-db",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/d3-scale-chromatic": "^1.5.0",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.123",
"@types/node": "^12.0.0",
"@types/pluralize": "^0.0.29",
"@types/rc-tooltip": "^3.7.1",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"@types/react-highlight-words": "^0.16.1",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-select": "^3.0.20",
"@types/react-table": "^6.8.1",
"@types/seamless-immutable": "^7.1.10",
"@types/superagent": "^4.1.1",
"autobind-decorator": "^2.4.0",
"bootstrap": "^4.3.1",
"cbioportal-frontend-commons": "^0.4.20",
"cbioportal-utils": "^0.2.34",
"classnames": "^2.2.6",
"csvtojson": "^2.0.10",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.3.3",
"font-awesome": "^4.7.0",
"genome-nexus-ts-api-client": "^1.1.14",
"lodash": "^4.17.21",
"mobx": "^6.0.0",
"mobx-react": "^6.0.0",
"pluralize": "^8.0.0",
"query-string": "^6.13.5",
"rc-tooltip": "^5.1.1",
"react": "16.14.0",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.13.1",
"react-highlight-words": "^0.16.0",
"react-mutation-mapper": "^0.7.29",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-select": "^3.0.4",
"react-table": "^6.10.0",
"react-variant-view": "^0.2.30",
"serve": "^12.0.0",
"typeface-open-sans": "^0.0.54",
"typescript": "^4.1.2",
"victory": "30.0.0",
"web-vitals": "^1.0.1"
},
"resolutions": {},
"engines": {
"node": ">=15.0.1"
},
"scripts": {
"start": "serve -s build",
"start:watch": "PORT=3080 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"react-scripts": "4.0.3"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}