-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 Bytes
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
{
"name": "react_native_blockchain_skeleton",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"canonical-weth": "^1.1.0",
"node-libs-react-native": "abec/node-libs-react-native",
"react": "^16.3.0-alpha.0",
"react-native": "0.55.0",
"truffle-contract": "3.0.2",
"truffle-hdwallet-provider": "0.0.3",
"web3": "0.20.5"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-react-native-web3": "0.0.4",
"eslint": "^4.15.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.63.1"
}
}