-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
62 lines (62 loc) · 1.89 KB
/
package.json
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
{
"name": "react-pageflip",
"version": "2.0.3",
"author": "[email protected]",
"license": "MIT",
"description": "Simple React.js wrapper for StPageFlip library, for creating realistic and beautiful page turning effect",
"repository": {
"type": "git",
"url": "https://github.com/Nodlik/react-pageflip.git"
},
"homepage": "https://nodlik.github.io/react-pageflip/",
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
"build"
],
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --watch",
"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",
"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",
"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"
},
"dependencies": {
"page-flip": "latest"
},
"keywords": [
"react",
"reactjs",
"page",
"flip",
"book",
"reader",
"fold",
"frontend",
"javascript"
]
}