forked from futurepress/epubjs-rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "epubjs-rn",
"version": "0.1.0",
"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",
"prepare": "npm run build"
},
"license": "BSD-2-Clause",
"dependencies": {
"base-64": "^0.1.0",
"buffer": "^5.2.1",
"epubjs": "^0.3.83",
"events": "^3.0.0",
"i": "^0.3.6",
"jszip": "^3.1.5",
"lodash": "^4.17.11",
"path-webpack": "0.0.3",
"react-native-orientation": "^3.1.3",
"react-native-static-server": "^0.4.1",
"react-native-webview": "^3.1.2",
"react-native-zip-archive": "^3.0.1",
"rn-fetch-blob": "^0.10.15",
"stream": "0.0.2",
"stream-browserify": "^2.0.1",
"util": "^0.11.1",
"@babel/polyfill": "^7.2.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-static-fs": "^1.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"gulp": "^4.0.0",
"metro-react-native-babel-preset": "^0.51.1",
"react": "16.7.0",
"react-native": "^0.57.8"
},
"files": [
"components",
"package.json"
]
}