main
NB 4 years ago
parent a4c2edac21
commit 38084c713b
  1. 9
      package.json

@ -1,6 +1,6 @@
{
"name": "react-epub-viewer",
"version": "0.1.5",
"version": "0.1.6",
"author": {
"name": "NB",
"email": "altmshfkgudtjr@naver.com"
@ -38,8 +38,7 @@
"postcompile": "cp -r ./src/types ./lib/types"
},
"dependencies": {
"epubjs": "^0.3.88",
"throttle-debounce": "^3.0.1"
"epubjs": "^0.3.88"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
@ -57,9 +56,7 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.7",
"@types/throttle-debounce": "^2.1.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-styled-components": "^1.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
@ -68,7 +65,7 @@
},
"peerDependencies": {
"react": ">=17.0.1",
"throttle-debounce": ">=3.0.1"
"react-dom": ">=17.0.1"
},
"eslintConfig": {
"extends": [

Loading…
Cancel
Save