forked from Nodlik/react-pageflip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-pageflip-rtl",
"version": "0.1.1",
"author": "oleg.litovski9@gmail.com",
"license": "MIT",
"description": "React.js wrapper for StPageFlip with RTL (right-to-left) support – for creating realistic page turning effects in both LTR and RTL languages",
"repository": {
"type": "git",
"url": "https://github.com/NezarAli/react-pageflip-rtl.git"
},
"homepage": "https://github.com/NezarAli/react-pageflip-rtl",
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
"build"
],
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --watch",
"demo": "vite",
"eslint": "eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/classnames": "^2.2.10",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^9.8.6",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-typescript": "^0.14.0",
"pdfjs-dist": "^5.4.624",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.26.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"typescript": "^4.0.3",
"typescript-plugin-css-modules": "^2.7.0",
"vite": "^6.4.2"
},
"dependencies": {
"page-flip": "latest"
},
"keywords": [
"react",
"reactjs",
"page",
"flip",
"book",
"reader",
"fold",
"frontend",
"javascript",
"rtl",
"right-to-left",
"arabic",
"hebrew"
]
}