|
|
@ -40,8 +40,7 @@ |
|
|
|
"postcompile": "cp -r ./src/types ./lib/types" |
|
|
|
"postcompile": "cp -r ./src/types ./lib/types" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"epubjs": "^0.3.88", |
|
|
|
"epubjs": "^0.3.88" |
|
|
|
"throttle-debounce": "^3.0.1" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@babel/cli": "^7.13.14", |
|
|
|
"@babel/cli": "^7.13.14", |
|
|
@ -61,7 +60,6 @@ |
|
|
|
"@types/react-dom": "^17.0.0", |
|
|
|
"@types/react-dom": "^17.0.0", |
|
|
|
"@types/react-redux": "^7.1.16", |
|
|
|
"@types/react-redux": "^7.1.16", |
|
|
|
"@types/styled-components": "^5.1.7", |
|
|
|
"@types/styled-components": "^5.1.7", |
|
|
|
"@types/throttle-debounce": "^2.1.0", |
|
|
|
|
|
|
|
"babel-plugin-module-resolver": "4.0.0", |
|
|
|
"babel-plugin-module-resolver": "4.0.0", |
|
|
|
"babel-plugin-styled-components": "^1.12.0", |
|
|
|
"babel-plugin-styled-components": "^1.12.0", |
|
|
|
"gh-pages": "^3.1.0", |
|
|
|
"gh-pages": "^3.1.0", |
|
|
@ -73,8 +71,7 @@ |
|
|
|
"typescript": "^4.2.3" |
|
|
|
"typescript": "^4.2.3" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"peerDependencies": { |
|
|
|
"react": ">=17.0.1", |
|
|
|
"react": ">=17.0.1" |
|
|
|
"throttle-debounce": ">=3.0.1" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"eslintConfig": { |
|
|
|
"eslintConfig": { |
|
|
|
"extends": [ |
|
|
|
"extends": [ |
|
|
|