-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
76 lines (76 loc) · 2.18 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
{
"name": "matchimals",
"version": "1.33.7",
"license": "MIT",
"scripts": {
"precommit": "lint-staged",
"pods": "cd ios && pod install && cd ..",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPad (9th generation)\"",
"ios:iphone": "react-native run-ios --simulator=\"iPhone 13 Pro\"",
"web": "react-scripts start",
"build": "react-scripts build",
"deploy": "cd ios && fastlane beta",
"prettier": "prettier --write 'src/**/*.{js,json,md}'"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-firebase/analytics": "^20.1.0",
"@react-native-firebase/app": "^20.1.0",
"babel-polyfill": "6.26.0",
"boardgame.io": "0.42.0",
"lodash": "4.17.21",
"react": "18.2.0",
"react-art": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-animatable": "1.3.3",
"react-native-gesture-handler": "2.8.0",
"react-native-in-app-review": "4.1.1",
"react-native-modal": "13.0.1",
"react-native-safe-area-context": "4.4.1",
"react-native-svg": "13.4.0",
"react-native-video": "5.2.1",
"react-native-web": "0.18.9",
"svgs": "4.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"husky": "2.4.0",
"jest": "^29.6.3",
"lint-staged": "8.2.0",
"metro-react-native-babel-preset": "0.72.3",
"prettier": "2.8.8",
"react-scripts": "4.0.3",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"jest": {
"preset": "react-native"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}