-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
111 lines (111 loc) · 3.75 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
106
107
108
109
110
111
{
"scripts": {
"test": "export NODE_TLS_REJECT_UNAUTHORIZED=0; jest --coverage ",
"ui-test": "NODE_OPTIONS=\"--max-old-space-size=4096 --unhandled-rejections=warn\" jest test/js --coverage --testPathIgnorePatterns=fetch/* precomputed-heatmaps.test metrics-perf.test",
"testDebug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"lint": "eslint app/javascript",
"fix-styles": "prettier-stylelint --write 'src/**/*.{css,scss}' "
},
"husky": {
"hooks": {
"pre-push": "yarn test"
}
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-react": "^7.8.3",
"@databiosphere/bard-client": "^0.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@reach/router": "^1.3.3",
"@sentry/react": "^7.119.1",
"@sentry/vite-plugin": "^2.18.0",
"@single-cell-portal/igv": "2.16.0-alpha.4",
"hdf5-indexed-reader": "1.0.1",
"@tanstack/react-table": "^8.8.5",
"@vitejs/plugin-react": "^1.2.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"camelcase-keys": "^6.1.2",
"core-js": "^3.6.4",
"crossfilter2": "^1.5.4",
"exifreader": "4.6.0",
"fflate": "^0.7.3",
"ideogram": "1.48.0",
"jquery": "3.5.1",
"jquery-ui": "1.13.2",
"morpheus-app": "1.0.18",
"nouislider": "^15.7.1",
"plotly.js-dist": "2.2.0",
"pluralize": "^8.0.0",
"postcss": "^8.4.31",
"postcss-import": "^14.0.2",
"postcss-loader": "^4.0.3",
"prop-types": "^15.7.2",
"query-string": "^6.11.0",
"react": "^17.0.2",
"react-bootstrap": "^0.33.1",
"react-colorful": "^5.5.1",
"react-compound-slider": "^3.0.0-beta.1",
"react-dom": "^16.12.0",
"react-notifications-component": "3.4.1",
"react-select": "^5.2.2",
"react-svg-brush": "^1.0.0",
"react-switch": "6.0.0",
"react-table": "^7.7.0",
"sass": "^1.77.4",
"spearman-rho": "^1.0.6",
"spin.js": "^4.0.0",
"string-similarity": "^4.0.4",
"stylelint-config-sass-guidelines": "^9.0.0",
"web-vitals": "^1.1.1",
"wnumb": "^1.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
"@babel/preset-env": "^7.22.5",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@rollup/plugin-inject": "^4.0.4",
"@sheerun/mutationobserver-shim": "^0.3.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^10.0.4",
"autoprefixer": "^10.4.14",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"browser-cache-mock": "^0.1.7",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"husky": "^4.2.5",
"isomorphic-fetch": "^3.0.0",
"jest": "^26.0.1",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"jest-fetch-mock": "^3.0.3",
"jest-location-mock": "^1.0.9",
"node-fetch": "^2.6.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.4.2",
"prettier": "^1.19.1",
"prettier-eslint": "^11.0.0",
"prop-types": "^15.7.2",
"react-select-event": "^5.3.0",
"stylelint-prettier": "^1.1.2",
"vite": "^4.5.5",
"vite-plugin-ruby": "^3.0.5"
}
}