forked from liyangwood/elastos-ReactNative-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.55 KB
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
52
53
54
55
56
57
{
"name": "elastos-ReactNative-framework",
"version": "0.0.1",
"private": true,
"scripts": {
"build:dapp": "node ./shell/build_dapp.js",
"android": "react-native run-android",
"dep:start": "docker-compose -f ./docker/docker-compose.yml up -d",
"dep:stop": "docker-compose -f ./docker/docker-compose.yml down"
},
"dependencies": {
"color": "1.0.3",
"lodash": "4.17.5",
"moment": "2.19.3",
"native-base": "2.7.0",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-camera": "v1.3.0",
"react-native-elastos-carrier": "0.0.2",
"react-native-extended-stylesheet": "^0.9.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-qrcode": "^0.2.7",
"react-navigation": "^2.17.0",
"react-navigation-redux-helpers": "^2.0.6",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.4.1",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-prettier": "2.1.2",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-react-native": "3.0.1",
"flow-bin": "0.52.0",
"flow-typed": "2.1.5",
"husky": "0.14.3",
"jest": "23.4.2",
"prettier": "1.5.3",
"react-native-bundle": "0.0.4",
"react-test-renderer": "16.4.1",
"shelljs": "^0.8.2",
"yargs": "^12.0.2"
},
"jest": {
"preset": "react-native"
},
"bin": {
"bundle": "./bin/bundle"
},
"engines": {
"node": ">=9.11.1"
}
}