-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install a published npm package of experiment page
- Loading branch information
1 parent
c14832b
commit 4dafe96
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,14 @@ | |
"access": "public" | ||
}, | ||
"description": "Wrapper for all experiment pages with router, result page including cell type plots, gene expression heatmap, organ anatomogram page", | ||
|
||
"main": "index.js", | ||
"author": "Expression Atlas developers <[email protected]>", | ||
"collaborators": [ | ||
"Lingyun <[email protected]>" | ||
], | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@ebi-gene-expression-group/scxa-experiment-page": "file:../../../../../../../atlas-components/packages/scxa-experiment-page", | ||
"@ebi-gene-expression-group/scxa-experiment-page": "^1.0.0-batch", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
} | ||
|