{ "name": "react-epub-viewer", "version": "0.1.6", "author": { "name": "NB", "email": "altmshfkgudtjr@naver.com" }, "description": "Epub viewer for React.js powered by Epub.js", "license": "MIT", "private": false, "keywords": [ "epub", "viewer", "React" ], "main": "lib/modules/index.js", "files": [ "lib", "README.md" ], "homepage": "https://altmshfkgudtjr.github.io/react-epub-viewer", "repository": { "type": "git", "url": "https://github.com/altmshfkgudtjr/react-epub-viewer" }, "bugs": { "url": "https://github.com/altmshfkgudtjr/react-epub-viewer/issues", "email": "altmshfkgudtjr@naver.com" }, "scripts": { "start": "react-scripts start", "prebuild": "react-scripts test --watchAll=false --passWithNoTests", "build": " react-scripts build", "test": "react-scripts test", "clean": "rimraf lib", "precompile": "react-scripts test --watchAll=false --passWithNoTests && yarn clean", "compile": "babel src --out-dir lib --extensions .ts,.tsx", "postcompile": "cp -r ./src/types ./lib/types" }, "dependencies": { "epubjs": "^0.3.88" }, "devDependencies": { "@babel/cli": "^7.13.14", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.15", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/styled-components": "^5.1.7", "babel-plugin-module-resolver": "4.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^4.0.3", "styled-components": "^5.2.3", "typescript": "^4.2.3" }, "peerDependencies": { "react": ">=17.0.1", "react-dom": ">=17.0.1" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "types": "lib/types/index.d.ts" }