forked from futurepress/epubjs-rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "epubjs-rn",
"version": "0.1.5",
"repository": "https://github.com/futurepress/epubjs-rn",
"main": "./components/index.js",
"scripts": {
"start": "node EpubReader/node_modules/react-native/local-cli/cli.js start",
"contents": "webpack --config contents/webpack.config.js",
"build": "./node_modules/.bin/babel src/ -d components/",
"watch": "./node_modules/.bin/babel src/ -d components/ -w",
"local": "./node_modules/.bin/gulp watch",
"prepublishOnly": "npm run build"
},
"license": "BSD-2-Clause",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@lightbase/react-native-orientation": "^3.2.1",
"@react-native-community/async-storage": "^1.5.0",
"base-64": "^0.1.0",
"buffer": "^5.2.1",
"epubjs": "^0.3.84",
"events": "^3.0.0",
"i": "^0.3.6",
"jszip": "^3.2.1",
"lodash": "^4.17.11",
"path-webpack": "0.0.3",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-static-server": "^0.4.2",
"react-native-webview": "^5.12.0",
"react-native-zip-archive": "^4.1.1",
"rn-fetch-blob": "^0.10.15",
"stream": "0.0.2",
"stream-browserify": "^2.0.2",
"util": "^0.12.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-static-fs": "^1.2.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"gulp": "^4.0.2",
"metro-react-native-babel-preset": "^0.54.1",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"react-test-renderer": "16.8.6"
},
"files": [
"components",
"package.json"
]
}