-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
40 lines (40 loc) · 1.06 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"lint": "eslint src/",
"format": "prettier --ignore-path .gitignore --single-quote --use-tabs --trailing-comma es5 --write '**/*.js'",
"flow": "flow ."
},
"author": "Alejandro Garcia <[email protected]>",
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"react-native",
"ethereum",
"dapp",
"poll",
"web3"
],
"dependencies": {
"expo": "^30.0.0",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-pull-to-refresh": "^2.1.3",
"react-native-star-rating": "^1.0.8",
"react-navigation": "^2.18.2",
"truffle-contract": "^3.0.2",
"truffle-hdwallet-provider": "^0.0.3",
"victory-native": "^0.16.6",
"web3": "^0.20.2"
},
"devDependencies": {
"babel-eslint": "^8.2.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.71.0"
}
}