mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Move OpenCV, TensorFlow.js, and COCO-SSD from optionalDependencies to devDependencies. These libraries are now bundled into the vendor directory during build instead of being optional runtime dependencies. Also upgrade @rollup/plugin-terser from 0.4.4 to 1.0.0 which requires Node.js 20+ and includes updated dependencies. Related changes: - Move @techstark/opencv-js to devDependencies - Move @tensorflow/tfjs to devDependencies - Move @tensorflow-models/coco-ssd to devDependencies - Update @rollup/plugin-terser to 1.0.0
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "foliate-js",
|
|
"version": "0.0.0",
|
|
"description": "Render e-books in the browser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/johnfactotum/foliate-js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/johnfactotum/foliate-js/issues"
|
|
},
|
|
"homepage": "https://github.com/johnfactotum/foliate-js#readme",
|
|
"author": "John Factotum",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*.js": "./*.js"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.1",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-terser": "^1.0.0",
|
|
"@zip.js/zip.js": "^2.7.52",
|
|
"fflate": "^0.8.2",
|
|
"fs-extra": "^11.2.0",
|
|
"globals": "^15.9.0",
|
|
"pdfjs-dist": "^5.5.207",
|
|
"@techstark/opencv-js": "4.12.0-release.1",
|
|
"@tensorflow-models/coco-ssd": "^2.2.3",
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
"rollup": "^4.22.4"
|
|
},
|
|
"scripts": {
|
|
"build": "npx rollup -c"
|
|
},
|
|
"keywords": [
|
|
"ebook",
|
|
"reader",
|
|
"epub",
|
|
"cfi",
|
|
"mobi",
|
|
"azw",
|
|
"azw3",
|
|
"fb2",
|
|
"cbz",
|
|
"dictd",
|
|
"stardict",
|
|
"opds"
|
|
]
|
|
}
|