forked from victorbalssa/abacus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.43 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "abacus",
"version": "0.16.0",
"private": true,
"homepage": "https://github.com/victorbalssa/abacus",
"scripts": {
"android": "expo run:android",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'",
"ios": "expo run:ios",
"lint": "eslint --config .eslintrc.json .",
"lint-with-results": "eslint --config .eslintrc.json --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif .",
"start": "expo start --dev-client"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|victory|react-native-svg|react-clone-referenced-element|expo(nent)?|@expo(nent)?/.*|react-navigation|redux-persist|native-base(-shoutem-theme)|native-base))"
]
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@expo/metro-runtime": "~3.2.1",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-navigation/bottom-tabs": "6.5.14",
"@react-navigation/native": "6.1.12",
"@react-navigation/native-stack": "6.9.20",
"@rematch/core": "^2.2.0",
"@rematch/loading": "^2.1.2",
"@rematch/persist": "^2.1.2",
"@shopify/react-native-skia": "1.2.3",
"axios": "1.6.7",
"babel-polyfill": "^6.26.0",
"base-64": "^1.0.0",
"bootstrap": "^4.4.1",
"expo": "^51.0.8",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.6",
"expo-auth-session": "~5.5.2",
"expo-blur": "~13.0.2",
"expo-clipboard": "~6.0.3",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.14",
"expo-device": "~6.0.2",
"expo-font": "~12.0.5",
"expo-haptics": "~13.0.1",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-local-authentication": "~14.0.1",
"expo-localization": "~15.0.3",
"expo-random": "~14.0.1",
"expo-secure-store": "~13.0.1",
"expo-status-bar": "~1.12.1",
"expo-store-review": "~7.0.2",
"expo-system-ui": "~3.0.4",
"expo-updates": "~0.25.14",
"globally": "^0.0.0",
"i18n-js": "^4.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^5.2.1",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-pager-view": "6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-swipe-list-view": "^3.2.9",
"react-redux": "9.1.0",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"semver": "^7.5.4",
"sharp-cli": "^4.2.0",
"slash": "^5.1.0",
"victory-native": "^36.9.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.197",
"@types/node": "^20.9.0",
"@types/react": "~18.2.79",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-preset-expo": "~11.0.0",
"detox": "20.18.1",
"dotenv": "^16.3.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.1",
"jest-expo": "~51.0.2",
"node-sass": "9.0.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"typescript": "5.3.3"
}
}