-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
{
"name": "too-many-men",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"prettier-check": "prettier --check './**/*.{ts,tsx}'",
"prettier-fix": "prettier --write './**/*.{ts,tsx}'",
"lint": "eslint '**/*.{ts,tsx}'",
"test": "jest"
},
"dependencies": {
"@aptabase/react-native": "^0.3.9",
"@react-native-async-storage/async-storage": "1.23.1",
"date-fns": "^3.3.1",
"expo": "~51.0.21",
"expo-constants": "~16.0.2",
"expo-haptics": "~13.0.1",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.18",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.20",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-animatable": "^1.4.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.11",
"@types/react": "~18.2.79",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-preset-fbjs": "^3.4.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.3.1",
"jest-expo": "~51.0.3",
"nock": "^14.0.0-beta.7",
"prettier": "^3.2.4",
"react-test-renderer": "18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
},
"private": true
}