forked from genome-nexus/genome-nexus-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.93 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
{
"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/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-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.0.19",
"classnames": "^2.2.6",
"file-loader": "^4.1.0",
"font-awesome": "^4.7.0",
"lodash": "^4.17.11",
"mobx": "^3.1.7",
"mobx-react": "^4.1.3",
"node-sass": "^4.13.0",
"oncokb-styles": "^0.1.1",
"prettier": "^1.18.2",
"rc-tooltip": "^3.7.3",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.8.6",
"react-mutation-mapper": "^0.3.0-beta.13",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"react-scroll": "^1.7.14",
"react-select": "^3.0.8",
"react-table": "^6.10.0",
"typeface-open-sans": "^0.0.54",
"typescript": "3.5.3"
},
"scripts": {
"start": "PORT=3088 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
}
}