-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 799 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
28
29
30
31
32
33
34
35
{
"name": "TimeSeed",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"keywords": [
"react-native",
"ethereum",
"dapp",
"web3"
],
"dependencies": {
"react": "16.5.0",
"react-native": "0.57.0",
"web3": "0.20.2",
"react-navigation": "^1.0.0-beta.27",
"truffle-contract": "^3.0.2",
"truffle-hdwallet-provider": "^0.0.3"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-preset-react-native-web3": "^0.0.4",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.4",
"react-test-renderer": "16.5.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
},
"jest": {
"preset": "react-native"
}
}