|
|
@ -1,9 +1,13 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "@altmshfkgudtjr/react-epub-viewer", |
|
|
|
"name": "react-epub-viewer", |
|
|
|
"version": "0.1.0", |
|
|
|
"version": "0.1.1", |
|
|
|
"author": "NB", |
|
|
|
"author": { |
|
|
|
|
|
|
|
"name": "NB", |
|
|
|
|
|
|
|
"email": "altmshfkgudtjr@naver.com" |
|
|
|
|
|
|
|
}, |
|
|
|
"description": "Epub viewer for React.js powered by Epub.js", |
|
|
|
"description": "Epub viewer for React.js powered by Epub.js", |
|
|
|
"license": "MIT", |
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"private": false, |
|
|
|
"keywords": [ |
|
|
|
"keywords": [ |
|
|
|
"epub", |
|
|
|
"epub", |
|
|
|
"viewer", |
|
|
|
"viewer", |
|
|
@ -19,7 +23,8 @@ |
|
|
|
"url": "https://github.com/altmshfkgudtjr/react-epub-viewer" |
|
|
|
"url": "https://github.com/altmshfkgudtjr/react-epub-viewer" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"bugs": { |
|
|
|
"bugs": { |
|
|
|
"url": "https://github.com/altmshfkgudtjr/react-epub-viewer/issues" |
|
|
|
"url": "https://github.com/altmshfkgudtjr/react-epub-viewer/issues", |
|
|
|
|
|
|
|
"email": "altmshfkgudtjr@naver.com" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"start": "react-scripts start", |
|
|
|
"start": "react-scripts start", |
|
|
@ -32,9 +37,7 @@ |
|
|
|
"postcompile": "cp -r ./src/types ./lib/types" |
|
|
|
"postcompile": "cp -r ./src/types ./lib/types" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@reduxjs/toolkit": "^1.5.0", |
|
|
|
|
|
|
|
"epubjs": "^0.3.88", |
|
|
|
"epubjs": "^0.3.88", |
|
|
|
"react-redux": "^7.2.2", |
|
|
|
|
|
|
|
"throttle-debounce": "^3.0.1" |
|
|
|
"throttle-debounce": "^3.0.1" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
@ -45,6 +48,7 @@ |
|
|
|
"@babel/preset-env": "^7.13.12", |
|
|
|
"@babel/preset-env": "^7.13.12", |
|
|
|
"@babel/preset-react": "^7.13.13", |
|
|
|
"@babel/preset-react": "^7.13.13", |
|
|
|
"@babel/preset-typescript": "^7.13.0", |
|
|
|
"@babel/preset-typescript": "^7.13.0", |
|
|
|
|
|
|
|
"@reduxjs/toolkit": "^1.5.1", |
|
|
|
"@testing-library/jest-dom": "^5.11.4", |
|
|
|
"@testing-library/jest-dom": "^5.11.4", |
|
|
|
"@testing-library/react": "^11.1.0", |
|
|
|
"@testing-library/react": "^11.1.0", |
|
|
|
"@testing-library/user-event": "^12.1.10", |
|
|
|
"@testing-library/user-event": "^12.1.10", |
|
|
@ -60,14 +64,13 @@ |
|
|
|
"install": "^0.13.0", |
|
|
|
"install": "^0.13.0", |
|
|
|
"react": "^17.0.2", |
|
|
|
"react": "^17.0.2", |
|
|
|
"react-dom": "^17.0.2", |
|
|
|
"react-dom": "^17.0.2", |
|
|
|
|
|
|
|
"react-redux": "^7.2.3", |
|
|
|
"react-scripts": "^4.0.3", |
|
|
|
"react-scripts": "^4.0.3", |
|
|
|
"styled-components": "^5.2.3", |
|
|
|
"styled-components": "^5.2.3", |
|
|
|
"typescript": "^4.2.3" |
|
|
|
"typescript": "^4.2.3" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"peerDependencies": { |
|
|
|
"react": ">=17.0.1", |
|
|
|
"react": ">=17.0.1", |
|
|
|
"react-redux": ">=7.2.0", |
|
|
|
|
|
|
|
"@reduxjs/toolkit": ">=1.5.0", |
|
|
|
|
|
|
|
"throttle-debounce": ">=3.0.1" |
|
|
|
"throttle-debounce": ">=3.0.1" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"eslintConfig": { |
|
|
|
"eslintConfig": { |
|
|
|