Spaces:
Sleeping
Sleeping
File size: 567 Bytes
78c921d 1df763a a5f860b 1df763a 78c921d |
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 |
{
"name": "igvcomponent",
"version": "1.0.0",
"description": "integration of igv",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"igv": "^2.15.11",
"streamlit-component-lib": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
}
}
|