-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.29 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
{
"name": "ReactNativeEssentials",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"clean": "./scripts/clean",
"generate:tokens": "style-dictionary build --config ./sd.config.js",
"generate:vcard": "./scripts/generate/vcard.mjs",
"postinstall": "./scripts/postinstall",
"ios": "react-native run-ios",
"lint": "./scripts/tsc-lint-format",
"setup": "./scripts/setup/index",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@expo-google-fonts/oxanium": "^0.2.3",
"@notifee/react-native": "9.1.4",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"msw": "~1.3.2",
"react": "^18.3.1",
"react-native": "^0.76.5",
"react-native-bootsplash": "^6.3.2",
"react-native-contacts": "^8.0.4",
"react-native-gesture-handler": "^2.21.2",
"react-native-mmkv": "^3.1.0",
"react-native-reanimated": "^3.16.5",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "^0.76.5",
"@react-native/eslint-config": "^0.76.5",
"@react-native/metro-config": "^0.76.5",
"@react-native/typescript-config": "^0.76.5",
"@types/react": "^19.0.1",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^19.0.0",
"@typescript-eslint/parser": "^8.18.1",
"babel-jest": "^29.7.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"react-native-asset": "^2.1.1",
"react-test-renderer": "^18.3.1",
"reactotron-react-native": "^5.1.10",
"style-dictionary": "^4.3.0",
"typescript": "~5.6.3"
},
"engines": {
"node": ">=18"
}
}