forked from alicedapp/AliceX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "alice",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"dev": "./node_modules/react-native/scripts/launchPackager.command ; exit;",
"postinstall": "jetify"
},
"dependencies": {
"3box-activity": "^0.0.9",
"@apollo/react-hooks": "^3.0.1",
"@mapbox/mapbox-sdk": "^0.6.0",
"@react-native-mapbox-gl/maps": "^7.0.0-rc3",
"apollo-boost": "^0.4.3",
"apollo-link-ws": "^1.0.18",
"axios": "^0.19.0",
"bn.js": "^5.0.0",
"buffer": "^5.4.2",
"clamp": "^1.0.1",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^4.0.31",
"events": "^3.0.0",
"firebase": "^6.6.0",
"firebase-admin": "^8.7.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"jetifier": "^1.6.4",
"lodash": "^4.17.14",
"matrix-js-sdk": "^2.3.1-rc.1",
"moment": "^2.24.0",
"react": "16.8.3",
"react-apollo": "^2.5.8",
"react-native": "0.59.9",
"react-native-animatable": "^1.3.2",
"react-native-camera": "^2.10.1",
"react-native-circular-progress": "^1.3.0",
"react-native-code-push": "^5.6.0",
"react-native-dnd-grid": "^0.1.4",
"react-native-draggable-grid": "^1.1.1",
"react-native-firebase": "^5.5.6",
"react-native-gesture-handler": "^1.3.0",
"react-native-gifted-chat": "^0.9.11",
"react-native-haptic-feedback": "^1.8.2",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-modal": "^11.0.1",
"react-native-modalize": "^1.1.1",
"react-native-qrcode-svg": "^5.1.2",
"react-native-simple-markdown": "^1.1.0",
"react-native-svg": "^9.5.1",
"react-native-svg-uri-reborn": "^1.0.8",
"react-native-swiper": "^1.5.14",
"react-native-video": "^5.0.2",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2",
"subscriptions-transport-ws": "^0.9.16",
"url": "^0.11.0",
"uuid": "^3.3.3",
"yarn": "^1.17.3"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.8.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"prettier": "^1.18.2",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"<rootDir>/__tests__/(.*/)([^/]*)/data/"
]
}
}