react-book-reader 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,66 +1,66 @@
1
- {
2
- "name": "react-book-reader",
3
- "version": "1.1.8",
4
- "type": "module",
5
- "main": "lib/react-book-reader.cjs.js",
6
- "module": "lib/react-book-reader.es.js",
7
- "files": [
8
- "lib"
9
- ],
10
- "keywords": [
11
- "react",
12
- "ebook",
13
- "reader",
14
- "foliate-js",
15
- "epub",
16
- "MOBI",
17
- "KF8",
18
- "AZW3",
19
- "FB2",
20
- "CBZ",
21
- "PDF"
22
- ],
23
- "license": "Apache",
24
- "homepage": "https://jinhuan138.github.io/react-book-reader/",
25
- "repository": {
26
- "type": "git",
27
- "url": "git@github.com:jinhuan138/react-book-reader.git"
28
- },
29
- "scripts": {
30
- "preinstall": "npx only-allow pnpm",
31
- "dev": "vite",
32
- "build": "vite build",
33
- "preview": "vite preview",
34
- "compile": "vite build",
35
- "docs:dev": "npm -C docs run docs:dev",
36
- "docs:build": "npm -C docs run docs:build",
37
- "docs:preview": "npm -C docs run docs:preview"
38
- },
39
- "devDependencies": {
40
- "@tailwindcss/vite": "^4.1.18",
41
- "@types/node": "^25.2.0",
42
- "@types/react": "^18.2.66",
43
- "@types/react-dom": "^18.2.22",
44
- "@typescript-eslint/eslint-plugin": "^7.2.0",
45
- "@typescript-eslint/parser": "^7.2.0",
46
- "@vitejs/plugin-react": "^4.2.1",
47
- "eslint": "^8.57.0",
48
- "eslint-plugin-react-hooks": "^4.6.0",
49
- "eslint-plugin-react-refresh": "^0.4.6",
50
- "prettier": "^3.8.1",
51
- "react": "^18.3.1",
52
- "react-book-reader": "*",
53
- "react-dom": "^18.2.0",
54
- "rollup-plugin-visualizer": "^6.0.5",
55
- "tailwindcss": "^4.1.18",
56
- "typescript": "^5.2.2",
57
- "vite": "^7.3.1",
58
- "vite-plugin-css-injected-by-js": "^3.5.1",
59
- "vite-plugin-static-copy": "^3.2.0",
60
- "yet-another-react-lightbox-lite": "^1.10.0"
61
- },
62
- "dependencies": {
63
- "core-js": "^3.48.0"
64
- },
65
- "packageManager": "pnpm@9.6.0"
66
- }
1
+ {
2
+ "name": "react-book-reader",
3
+ "version": "1.1.9",
4
+ "type": "module",
5
+ "main": "dist/react-book-reader.cjs.js",
6
+ "module": "dist/react-book-reader.es.js",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "keywords": [
11
+ "react",
12
+ "ebook",
13
+ "reader",
14
+ "foliate-js",
15
+ "epub",
16
+ "MOBI",
17
+ "KF8",
18
+ "AZW3",
19
+ "FB2",
20
+ "CBZ",
21
+ "PDF"
22
+ ],
23
+ "license": "Apache",
24
+ "homepage": "https://jinhuan138.github.io/react-book-reader/",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git@github.com:jinhuan138/react-book-reader.git"
28
+ },
29
+ "scripts": {
30
+ "preinstall": "npx only-allow pnpm",
31
+ "dev": "vite",
32
+ "build": "vite build",
33
+ "preview": "vite preview",
34
+ "compile": "vite build",
35
+ "docs:dev": "npm -C docs run docs:dev",
36
+ "docs:build": "npm -C docs run docs:build",
37
+ "docs:preview": "npm -C docs run docs:preview"
38
+ },
39
+ "devDependencies": {
40
+ "@tailwindcss/vite": "^4.1.18",
41
+ "@types/node": "^25.2.0",
42
+ "@types/react": "^18.2.66",
43
+ "@types/react-dom": "^18.2.22",
44
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
45
+ "@typescript-eslint/parser": "^7.2.0",
46
+ "@vitejs/plugin-react": "^4.2.1",
47
+ "eslint": "^8.57.0",
48
+ "eslint-plugin-react-hooks": "^4.6.0",
49
+ "eslint-plugin-react-refresh": "^0.4.6",
50
+ "prettier": "^3.8.1",
51
+ "react": "^18.3.1",
52
+ "react-book-reader": "^1.1.7",
53
+ "react-dom": "^18.2.0",
54
+ "rollup-plugin-visualizer": "^6.0.5",
55
+ "tailwindcss": "^4.1.18",
56
+ "typescript": "^5.2.2",
57
+ "vite": "^7.3.1",
58
+ "vite-plugin-css-injected-by-js": "^3.5.1",
59
+ "vite-plugin-static-copy": "^3.2.0",
60
+ "yet-another-react-lightbox-lite": "^1.10.0"
61
+ },
62
+ "dependencies": {
63
+ "core-js": "^3.48.0"
64
+ },
65
+ "packageManager": "pnpm@9.6.0"
66
+ }
File without changes
File without changes
File without changes