-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.55 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.55 KB
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
105
106
107
108
{
"name": "@react-native-components/source",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"create-lib": "node tools/scripts/create-lib.js",
"start": "bunx nx start example",
"start:clear": "bun run nx reset && bun start --clear",
"web:build": "bunx nx web:build example",
"web:start": "bunx nx web:start example",
"docs:dev": "bunx nx dev docs",
"docs:build": "bunx nx build docs",
"docs:preview": "bunx nx preview docs",
"build": "node tools/scripts/build-libs.js",
"build:all": "bunx nx run-many --target=build --all",
"build:libs": "bunx nx run-many --target=build --projects=libs/*",
"publish:all": "node tools/scripts/publish-all.js",
"lint": "bunx nx run-many --target=lint --all"
},
"private": true,
"dependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@expo-google-fonts/poppins": "^0.4.0",
"@expo/config-plugins": "~10.1.1",
"@expo/metro-config": "~0.20.14",
"@expo/metro-runtime": "~5.0.4",
"@expo/prebuild-config": "~9.0.6",
"@hookform/resolvers": "^5.1.1",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native/assets": "^1.0.0",
"@react-native/normalize-color": "^2.1.0",
"@react-navigation/native": "^7.1.6",
"@shopify/flash-list": "1.7.6",
"@types/color": "^4.2.0",
"@types/qrcode": "^1.5.5",
"clsx": "^2.1.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^5.2.0",
"expo": "53.0.20",
"expo-camera": "~16.1.11",
"expo-haptics": "^14.1.4",
"expo-localization": "~16.1.6",
"expo-router": "~5.1.4",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"i18n-js": "^4.5.1",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"lucide-react-native": "^0.513.0",
"metro": "^0.82.4",
"metro-config": "^0.82.4",
"metro-resolver": "^0.82.4",
"prism-react-renderer": "^2.4.1",
"qrcode": "^1.5.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.58.1",
"react-native": "0.79.5",
"react-native-builder-bob": "^0.40.11",
"react-native-calendars": "1.1286.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.5",
"react-native-safe-area-context": "5.4.0",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "~1.5.1",
"react-native-view-shot": "^4.0.3",
"react-native-web": "^0.20.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@expo/cli": "~0.24.14",
"@nx/eslint": "^21.2.1",
"@nx/eslint-plugin": "^21.2.1",
"@nx/expo": "21.1.2",
"@nx/js": "21.1.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.9.0",
"@types/react": "~19.0.14",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"@typescript-eslint/type-utils": "^8.33.1",
"babel-preset-expo": "~13.0.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-native": "^5.0.0",
"install": "^0.13.0",
"jest-expo": "~53.0.9",
"npm": "^11.4.2",
"nx": "20.8.0",
"prettier": "^2.8.8",
"react-test-renderer": "~18.3.1",
"tslib": "^2.8.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.33.1"
},
"workspaces": [
"apps/*",
"libs/rnc-theme"
]
}