-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.91 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
{
"name": "hubble-web",
"version": "2.7.0",
"private": true,
"homepage": "/spatial-viewer",
"baseURL": "/spatial-viewer",
"dependencies": {
"@apollo/client": "3.3.7",
"@devexpress/dx-react-core": "3.0.0",
"@devexpress/dx-react-grid": "3.0.0",
"@devexpress/dx-react-grid-bootstrap4": "3.0.0",
"@elastic/react-search-ui": "1.9.0",
"@elastic/search-ui-app-search-connector": "1.9.0",
"@fortawesome/fontawesome-free": "6.0.0",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0",
"@fortawesome/free-regular-svg-icons": "6.0.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.2.0",
"antd": "5.9.3",
"autoprefixer": "10.4.4",
"axios": "0.24.0",
"bootstrap": "5.2.3",
"bootstrap-5-css-only": "5.1.3",
"history": "5.1.0",
"@hms-dbmi/viv": "0.16.1",
"immutability-helper": "3.1.1",
"isomorphic-unfetch": "3.1.0",
"kpmp-common-components": "1.2.16",
"kpmp-common-styles": "1.0.13",
"mathjs": "13.1.0",
"react": "17.0.2",
"react-dnd": "15.1.1",
"react-dnd-html5-backend": "15.1.2",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
"react-ga4": "2.1.0",
"react-redux": "7.2.4",
"react-router-dom": "5.2.1",
"react-scripts": "5.0.1",
"reactstrap": "9.2.0",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"vitessce": "3.3.4"
},
"overrides": {
"autoprefixer": "10.4.4",
"react-scripts": {
"@svgr/webpack": "6.0.0"
},
"material-ui": "4.1.1",
"fast-xml-parser": "4.2.5",
"semver": "7.5.2",
"jest": "27.0.0",
"webpack": "5.88.2"
},
"scripts": {
"start": "npm-run-all -p start-js --max_old_space_size=8192",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!vitessce|@devexpress|@elastic|react-ga4|@hms-dbmi|@deck.gl|@vivjs)'",
"eject": "react-scripts eject",
"start-js": "craco --max_old_space_size=8192 start",
"build-js": "craco --max_old_space_size=8192 build",
"build-css": "sass -I ./src -I ./node_modules src/:src/",
"watch-css": "yarn build-css && sass -I ./src -I ./node_modules src/:src/ --watch",
"analyze": "REACT_APP_RUN_ANALYZER=true npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(@ui5|lit-html)).*\\.js$"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@craco/craco": "7.1.0",
"craco-alias": "3.0.1",
"graphql": "15.7.2",
"npm-run-all": "4.1.5",
"sass": "1.63.6",
"webpack-bundle-analyzer": "4.5.0"
}
}