-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 1e5c0b7 🚀
- Loading branch information
Showing
20 changed files
with
132,311 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
const name = "@teselagen/range-utils"; | ||
const version = "0.3.7"; | ||
const type = "commonjs"; | ||
const dependencies = { | ||
lodash: "^4.17.21" | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
type, | ||
dependencies | ||
}; | ||
export { | ||
_package as default, | ||
dependencies, | ||
name, | ||
type, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
const name = "@teselagen/sequence-utils"; | ||
const version = "0.3.24"; | ||
const type = "commonjs"; | ||
const dependencies = { | ||
"bson-objectid": "^2.0.4", | ||
"escape-string-regexp": "^5.0.0", | ||
jsondiffpatch: "0.4.1", | ||
"string-splice": "^1.3.0" | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
type, | ||
dependencies | ||
}; | ||
export { | ||
_package as default, | ||
dependencies, | ||
name, | ||
type, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
const name = "@teselagen/file-utils"; | ||
const version = "0.3.16"; | ||
const type = "commonjs"; | ||
const dependencies = { | ||
bluebird: "^3.7.2", | ||
jszip: "^3.10.1", | ||
lodash: "^4.17.21", | ||
papaparse: "^5.4.1" | ||
}; | ||
const devDependencies = { | ||
"mock-fs": "^5.2.0" | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
type, | ||
dependencies, | ||
devDependencies | ||
}; | ||
export { | ||
_package as default, | ||
dependencies, | ||
devDependencies, | ||
name, | ||
type, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
const name = "@teselagen/bio-parsers"; | ||
const version = "0.4.15"; | ||
const type = "commonjs"; | ||
const dependencies = { | ||
"@gmod/gff": "^1.2.1", | ||
buffer: "^6.0.3", | ||
bufferpack: "^0.0.6", | ||
color: "^4.2.3", | ||
"fast-xml-parser": "^4.2.5", | ||
fflate: "^0.8.0", | ||
lodash: "^4.17.21", | ||
string_decoder: "^1.3.0", | ||
"validate.io-nonnegative-integer-array": "^1.0.1" | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
type, | ||
dependencies | ||
}; | ||
export { | ||
_package as default, | ||
dependencies, | ||
name, | ||
type, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
const name = "shared-demo"; | ||
const version = "0.3.11"; | ||
const main = "./src/index.js"; | ||
const _package = { | ||
name, | ||
version, | ||
main | ||
}; | ||
export { | ||
_package as default, | ||
main, | ||
name, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
const name = "@teselagen/ove"; | ||
const version = "0.4.10"; | ||
const main = "./src/index.js"; | ||
const exports = { | ||
".": { | ||
"import": "./index.es.js", | ||
require: "./index.cjs.js" | ||
}, | ||
"./style.css": "./style.css" | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
main, | ||
exports | ||
}; | ||
export { | ||
_package as default, | ||
exports, | ||
main, | ||
name, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
const name = "@teselagen/uploader"; | ||
const version = "0.2.0"; | ||
const main = "./src/index.js"; | ||
const types = "./index.d.ts"; | ||
const type = "commonjs"; | ||
const exports = { | ||
".": { | ||
"import": "./index.es.js", | ||
require: "./index.cjs.js" | ||
} | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
main, | ||
types, | ||
type, | ||
exports | ||
}; | ||
export { | ||
_package as default, | ||
exports, | ||
main, | ||
name, | ||
type, | ||
types, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
const name = "@teselagen/bounce-loader"; | ||
const version = "0.3.11"; | ||
const main = "./src/index.js"; | ||
const exports = { | ||
".": { | ||
"import": "./index.es.js", | ||
require: "./index.cjs.js" | ||
}, | ||
"./style.css": "./style.css" | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
main, | ||
exports | ||
}; | ||
export { | ||
_package as default, | ||
exports, | ||
main, | ||
name, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
const name = "@teselagen/ui"; | ||
const version = "0.3.83"; | ||
const main = "./src/index.js"; | ||
const exports = { | ||
".": { | ||
"import": "./index.es.js", | ||
require: "./index.cjs.js" | ||
}, | ||
"./style.css": "./style.css" | ||
}; | ||
const _package = { | ||
name, | ||
version, | ||
main, | ||
exports | ||
}; | ||
export { | ||
_package as default, | ||
exports, | ||
main, | ||
name, | ||
version | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>ui demo</title> | ||
<script type="module" crossorigin src="./assets/index-CAYm_BiH.js"></script> | ||
<link rel="stylesheet" crossorigin href="./assets/index-B7zQIBwv.css"> | ||
</head> | ||
<body> | ||
<div id="demo"></div> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"name": "@teselagen/ui", | ||
"version": "0.3.83", | ||
"main": "./src/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./index.es.js", | ||
"require": "./index.cjs.js" | ||
}, | ||
"./style.css": "./style.css" | ||
}, | ||
"dependencies": { | ||
"@blueprintjs/core": "3.52.0", | ||
"@blueprintjs/datetime": "3.23.19", | ||
"@blueprintjs/icons": "3.33.0", | ||
"@blueprintjs/select": "3.18.11", | ||
"@teselagen/react-table": "6.10.16", | ||
"bluebird": "3.7.2", | ||
"buffer": "5.7.1", | ||
"color": "^3.2.1", | ||
"copy-to-clipboard": "^3.3.1", | ||
"dayjs": "^1.10.4", | ||
"dom-scroll-into-view": "^2.0.1", | ||
"downloadjs": "^1.4.7", | ||
"fuse.js": "^6.6.2", | ||
"fuzzysearch": "^1.0.3", | ||
"immer": "^9.0.15", | ||
"is-mobile": "^3.0.0", | ||
"jszip": "^3.10.1", | ||
"math-expression-evaluator": "^1.3.7", | ||
"mobx": "^6.10.2", | ||
"mobx-react": "^9.0.1", | ||
"mock-fs": "5.2.0", | ||
"nanoid": "^4.0.0", | ||
"papaparse": "^5.3.2", | ||
"prop-types": "^15.6.2", | ||
"qs": "^6.9.6", | ||
"react": "18.2.0", | ||
"react-color": "^2.19.3", | ||
"react-dom": "18.2.0", | ||
"react-dropzone": "^11.4.2", | ||
"react-markdown": "8.0.7", | ||
"react-redux": "^8.0.5", | ||
"react-rnd": "^10.2.4", | ||
"react-router-dom": "^5.3.4", | ||
"react-sortable-hoc": "^0.6.8", | ||
"react-transition-group": "^2.4.0", | ||
"recompose": "npm:[email protected]", | ||
"redux": "^4.1.2", | ||
"redux-form": "^8.3.10", | ||
"redux-thunk": "2.4.1", | ||
"remark-gfm": "^3.0.1", | ||
"tippy.js": "^6.3.7", | ||
"url-join": "^4.0.1", | ||
"use-deep-compare-effect": "^1.6.1", | ||
"write-excel-file": "^1.4.25" | ||
}, | ||
"type": "module" | ||
} |
Oops, something went wrong.