-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.15 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios"
},
"dependencies": {
"@gorhom/animated-tabbar": "^2.1.0",
"@hookform/resolvers": "1.2.0",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-picker/picker": "^1.9.8",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"camelcase": "^6.2.0",
"nanoid": "^3.1.20",
"react": "16.13.1",
"react-hook-form": "^6.13.1",
"react-native": "0.63.1",
"react-native-easy-grid": "^0.2.2",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "~1.9.0",
"react-native-paper": "^4.5.0",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "2.9.0",
"react-native-share": "^5.1.0",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "^7.1.0",
"sec": "^1.0.0",
"styled-components": "^5.2.1",
"welding-utils": "^1.2.0",
"xlsx": "^0.16.9",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"babel-jest": "26.1.0",
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "26.1.0",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "0.60.0",
"react-test-renderer": "16.13.1",
"xo": "^0.36.1"
},
"private": true,
"xo": {
"envs": [
"node",
"browser"
],
"extends": "xo-react",
"rules": {
"unicorn/filename-case": "off",
"react/prop-types": "off",
"import/extensions": "off",
"no-negated-condition": "off",
"new-cap": "off",
"import/no-unassigned-import": "off"
}
}
}