-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.56 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
{
"name": "@ebi-gene-expression-group/species-summary-panel",
"version": "1.0.0-snapshot",
"description": "Species summary panel to display in Expression Atlas and Single Cell Expression Atlas",
"main": "lib/index.js",
"scripts": {
"prepare": "rm -rf lib && babel src -d lib --copy-files"
},
"jest": {
"coveragePathIgnorePatterns": [
"<rootDir>/__test__/TestUtils.js"
]
},
"author": "Expression Atlas developers <[email protected]>",
"collaborators": [
"Alfonso Muñoz-Pomer Fuentes <[email protected]>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ebi-gene-expression-group/species-summary-panel"
},
"dependencies": {
"@ebi-gene-expression-group/atlas-homepage-cards": "^2.5.3",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@ebi-gene-expression-group/atlas-react-fetch-loader": "^3.9.0",
"@ebi-gene-expression-group/eslint-config": "^3.3.0",
"@ebi-gene-expression-group/eslint-config-gene-expression": "^0.6.0",
"babel-jest": "^28.1.1",
"babel-loader": "^8.2.5",
"eslint": "^8.17.0",
"eslint-plugin-cypress": "^3.6.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"react-test-renderer": "^17.0.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2"
}
}