-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "express-torus-react-native",
"version": "0.2.0-alpha.2",
"description": "🔐 ⚛️ A React Native hook for simple decentralized key management using Tor.us, which serves as a combined social login and ethereum wallet!",
"main": "dist/index.js",
"repository": "https://github.com/cawfree/express-torus-react-native",
"author": "Alex Thomas (@cawfree) <hello@cawfree.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "rm -rf dist ; yarn ; babel src --out-dir dist ; rm -rf node_modules",
"prettify": "yarn prettier --write \"**/*.js\"",
"test": "jest"
},
"keywords": [
"react",
"react-native",
"express",
"web3",
"torus",
"authentication",
"ethereum",
"wallet"
],
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/node": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"husky": "^4.2.5",
"jest": "^26.1.0",
"leasot": "^11.1.0",
"prettier": "^2.0.5"
},
"dependencies": {
"base-64": "^0.1.0",
"jsrsasign": "^8.0.20",
"query-string": "^6.13.1",
"react-native-modalbox": "^2.0.0",
"react-native-web-webview": "1.0.1",
"react-native-webview-modal": "^0.0.1-alpha.7",
"secure-ls": "^1.2.6",
"url-parse": "^1.4.7"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-native": "^0.63.2"
}
}