-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "wyre-react-native-library",
"version": "1.0.2",
"description": "A React Native Library for Wyre Verification",
"main": "./dist/index.js",
"scripts": {
"build": "npm run build:library && npm run build:main",
"build:library": "webpack --config webpack.library.js --progress",
"build:main": "webpack --config webpack.config.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sigillabs/Wyre-React-Native-Library.git"
},
"author": "HydroAndy",
"license": "ISC",
"bugs": {
"url": "https://github.com/sigillabs/Wyre-React-Native-Library/issues"
},
"homepage": "https://github.com/sigillabs/Wyre-React-Native-Library#readme",
"dependencies": {
"prop-types": "^15.6.2",
"web3": "^1.0.0-beta.36",
"web3-provider-engine": "^14.1.0"
},
"peerDependencies": {
"react": "16.3.1",
"react-native": "^0.57.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"raw-loader": "^0.5.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}