forked from genome-nexus/genome-nexus-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.63 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
{
"name": "genome-nexus-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.15",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.123",
"@types/node": "12.6.8",
"@types/pluralize": "^0.0.29",
"@types/qs": "^6.9.1",
"@types/rc-tooltip": "^3.7.1",
"@types/react": "16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-select": "^3.0.8",
"@types/react-spinkit": "^3.0.5",
"@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.5.67",
"cbioportal-utils": "^0.3.41",
"classnames": "^2.2.6",
"file-loader": "^4.3.0",
"font-awesome": "^4.7.0",
"genome-nexus-ts-api-client": "1.1.32",
"lodash": "^4.17.21",
"mobx": "^6.0.0",
"mobx-react": "^6.0.0",
"sass": "^1.32.4",
"oncokb-frontend-commons": "^0.0.18",
"oncokb-styles": "~1.4.2",
"oncokb-ts-api-client": "^1.3.3",
"pluralize": "^8.0.0",
"prettier": "^2.3.2",
"qs": "^6.9.3",
"rc-tooltip": "^5.1.1",
"react": "16.14.0",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.14.0",
"react-markdown": "^7.0.1",
"react-mutation-mapper": "^0.8.110",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.4",
"react-scroll": "^1.7.14",
"react-select": "^3.0.8",
"react-spinkit": "^3.0.0",
"react-table": "^6.10.0",
"rehype-raw": "^6.1.0",
"rehype-sanitize": "^5.0.0",
"remark-gfm": "^3.0.1",
"typeface-open-sans": "^0.0.54",
"typescript": "^4.3.5"
},
"engines": {
"node": ">=15.2.1",
"yarn": ">=1.22.5"
},
"scripts": {
"start": "PORT=3088 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!react-markdown)/\"",
"eject": "react-scripts eject",
"prettier": "prettier --config ./.prettierrc.js --write './src/**'",
"test-prettier": "prettier --config ./.prettierrc.js -c './src/**'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-scroll": "^1.5.4"
},
"resolutions": {
"cheerio": "1.0.0-rc.10",
"parse5-htmlparser2-tree-adapter": "^6.0.0"
}
}