CRISPRTool / igv_component /package.json
supercat666's picture
fixed igv
a5f860b
raw
history blame
No virus
567 Bytes
{
"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"
}
}