-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "eighteenPlusApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node --max_old_space_size=4096 node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@cennznet/api": "^0.14.1",
"@cennznet/crml-attestation": "^0.4.1",
"@cennznet/crml-cennzx-spot": "^0.5.6",
"@cennznet/crml-generic-asset": "^0.9.0",
"@cennznet/util": "^0.14.1",
"@cennznet/wallet": "^0.14.1",
"@plugnet/wasm-crypto-js": "^0.11.102",
"@react-native-community/async-storage": "^1.5.0",
"assert": "^1.4.1",
"buffer": "^4.9.1",
"events": "^3.0.0",
"lodash": "^4.17.13",
"lottie-react-native": "^2.5.11",
"moment": "^2.24.0",
"process": "^0.11.10",
"ramda": "^0.26.1",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-actionsheet": "^2.4.2",
"react-native-camera": "2.6.0",
"react-native-crypto": "^2.1.2",
"react-native-exception-handler": "2.10.6",
"react-native-gesture-handler": "^1.1.0",
"react-native-haptic-feedback": "^1.6.0",
"react-native-qrcode": "0.2.7",
"react-native-randombytes": "^3.5.2",
"react-native-shake": "^3.3.0",
"react-native-swipeout": "2.3.6",
"react-native-vector-icons": "6.3.0",
"react-navigation": "3.3.2",
"react-navigation-redux-helpers": "3.0.0",
"react-redux": "6.0.1",
"readable-stream": "^3.4.0",
"redux": "4.0.1",
"redux-observable": "1.0.0",
"rxjs": "6.4.0",
"styled-components": "4.1.3",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"babel-plugin-rewrite-require": "^1.14.5",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"prettier": "^1.16.4",
"react-test-renderer": "16.8.3",
"redux-devtools-extension": "^2.13.8"
},
"jest": {
"preset": "react-native"
}
}