-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.92 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": "Benepanda",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"react-native": "react-native"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^10.0.27",
"@emotion/core": "^10.0.28",
"@emotion/native": "^11.0.0-next.18",
"@emotion/react": "^11.0.0-next.10",
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/cookies": "^2.0.8",
"@react-native-community/masked-view": "^0.1.9",
"@react-navigation/native": "^5.1.6",
"@react-navigation/stack": "^5.2.11",
"@rnhooks/dimensions": "^0.0.3",
"@types/fast-html-parser": "^1.0.0",
"@types/jsdom": "^16.2.1",
"@types/lodash": "^4.14.161",
"@types/react-native-orientation": "^5.0.1",
"@types/react-native-vector-icons": "^6.4.5",
"@types/tough-cookie": "^4.0.0",
"axios": "^0.19.2",
"axios-cookiejar-support": "^1.0.0",
"fast-html-parser": "^1.0.1",
"jsdom": "^16.2.2",
"lodash": "^4.17.20",
"metro-config": "^0.59.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-file-viewer": "^2.0.2",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-html-parser": "^0.1.0",
"react-native-modal": "^11.5.6",
"react-native-pdf": "^6.1.2",
"react-native-raw-bottom-sheet": "^2.1.0",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.5.0",
"react-native-super-grid": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-vector-icons": "^6.6.0",
"react-native-view-pdf": "^0.10.1",
"react-navigation": "^4.3.7",
"reanimated-bottom-sheet": "^1.0.0-alpha.19",
"rn-fetch-blob": "^0.12.0",
"tough-cookie": "^4.0.0",
"util": "^0.12.2"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@bam.tech/react-native-make": "^3.0.0",
"@react-native-community/eslint-config": "^0.0.5",
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.2",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "16.11.0",
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native"
}
}