-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
107 lines (107 loc) · 3.71 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
{
"name": "mgportalv2",
"version": "2.1.13",
"description": "Web Client for the Mgnify service at EBI",
"homepage": "https://github.com/EBI-Metagenomics/ebi-metagenomics-client#readme",
"main": "src/index.tsx",
"scripts": {
"test": "cypress run --spec 'cypress/integration/index.js,cypress/integration/about.js,cypress/integration/help.js,cypress/integration/sample.js,cypress/integration/search.js'",
"test:open": "cypress open",
"clean": "rimraf dist coverage .nyc_output",
"coverage:instrument": "nyc instrument dist coverage/instrumented",
"coverage:serve": "cp dist/index.html coverage/instrumented/ && mv coverage/instrumented coverage/metagenomics && npx http-server -p 9000 coverage",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"start": "webpack serve --mode=development",
"watch": "webpack --mode=development --watch",
"eslint": "eslint src",
"eslint:fix": "eslint src --fix",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"author": "MGnify Team",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/EBI-Metagenomics/ebi-metagenomics-client.git"
},
"bugs": {
"url": "https://github.com/EBI-Metagenomics/ebi-metagenomics-client/issues"
},
"dependencies": {
"@googlemaps/markerclustererplus": "1.2.10",
"@googlemaps/react-wrapper": "1.1.19",
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@react-hooks-library/core": "^0.5.1",
"@sentry/react": "^6.17.2",
"@sentry/tracing": "^6.17.2",
"@tippyjs/react": "4.2.6",
"@visual-framework/vf-banner-elixir": "^1.0.0-alpha.2",
"axios": "^1.5.1",
"dexie": "3.2.2",
"dexie-react-hooks": "1.1.1",
"highcharts": "9.3.2",
"highcharts-react-official": "3.1.0",
"igv": "^2.15.8",
"jszip": "^3.10.1",
"lodash-es": "4.17.21",
"mgnify-sourmash-component": "0.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.6",
"react-modal": "3.16.1",
"react-router-dom": "6.10.0",
"react-select": "5.7.2",
"react-table": "^7.8.0",
"react-toastify": "^9.1.2",
"react-twitter-embed": "4.0.4",
"react-use": "^17.4.0",
"ro-crate": "^3.2.1",
"textarea-sequence": "3.5.1",
"universal-cookie": "4.0.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@cypress/code-coverage": "3.12.1",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@sentry/webpack-plugin": "^1.19.1",
"@types/google.maps": "3.47.2",
"@types/lodash-es": "4.17.5",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/webpack-env": "1.16.3",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"ajv": "8.8.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "10.2.0",
"css-loader": "6.5.1",
"css-minimizer-webpack-plugin": "3.3.1",
"cypress": "^12.2.0",
"eslint": "^8.6.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.3",
"mini-css-extract-plugin": "2.4.5",
"nyc": "15.1.0",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"source-map-loader": "3.0.1",
"source-map-support": "0.5.21",
"style-loader": "3.3.1",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"typescript": "4.5.4",
"webpack": "5.80.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.3"
}
}