-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"name": "TriQui",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "npx react-native-jetifier",
"start": "react-native start",
"test": "jest",
"lint": "eslint src/",
"run:release": "react-native run-android --variant=release"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"@jumpn/react-native-jetifier": "^0.1.4",
"axios": "^0.19.0",
"babel-plugin-inline-import": "^3.0.0",
"jetifier": "^1.6.3",
"mobx": "^4.9.4",
"mobx-react": "^5.4.4",
"moment": "^2.24.0",
"native-base": "^2.13.4",
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-gesture-handler": "^1.3.0",
"react-native-indicators": "^0.13.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-reanimated": "^1.2.0",
"react-native-snap-carousel": "^3.8.0",
"react-navigation": "^3.11.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}