-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 5.36 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 5.36 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "study-pals",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"metro": "npx react-native start --reset-cache",
"dev": "bash src/scripts/start-dev.sh",
"build": "bash src/scripts/build.sh",
"android": "react-native run-android",
"android:build": "cd android && bash gradlew assembleDebug",
"windows": "npx react-native run-windows",
"windows:build": "react-native run-windows --no-launch --no-deploy --no-packager",
"windows:init": "react-native init-windows --overwrite && npx react-native run-windows --msbuildprops \"RestoreLockedMode=false;BinaryLogger=;UseSharedCompilation=false;MaximumCpuCount=1\"",
"windows:fix-pdb-lock": "msbuild studyPals.sln /t:Clean,Build /p:Configuration=Debug;Platform=x64 /v:m",
"windows:env-setup": "powershell -NoProfile -ExecutionPolicy Bypass -File ./src/scripts/windows-env-setup.ps1",
"ios": "react-native run-ios",
"ios:init": "cd ios && pod install",
"ios:build": "cd ios && xcodebuild -workspace studyPals.xcworkspace -scheme studyPals -configuration Debug -sdk iphonesimulator build -quiet",
"macos": "npx react-native run-macos",
"macos:init": "cd macos && pod install",
"macos:build": "cd macos && xcodebuild -workspace studyPals.xcworkspace -scheme studyPals-macOS -configuration Debug build -quiet",
"lint": "eslint . --fix",
"start": "react-native start",
"test": "jest",
"pod": "bash src/scripts/pod-install.sh",
"setup-git-hook": "bash src/scripts/git-hook-init-command.sh",
"optimize-image": "node src/scripts/optimize-image.cjs",
"create-theme": "node src/scripts/create-theme.cjs & eslint . --fix",
"create-icon": "node src/scripts/create-icon.cjs",
"postinstall": "patch-package"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"@hbannro/rn-documents-picker-windows": "^10.1.1",
"@hot-updater/react-native": "^0.19.9",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/datetimepicker": "^8.4.7",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/native": "^7.1.6",
"@react-navigation/stack": "^7.2.10",
"@stomp/stompjs": "^7.2.1",
"@tanstack/react-query": "^5.81.0",
"date-fns": "^4.1.0",
"es-toolkit": "^1.39.10",
"intl": "^1.2.5",
"react": "19.0.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.60.0",
"react-i18next": "^15.5.2",
"react-native": "0.78.2",
"react-native-animatable": "^1.4.0",
"react-native-collapsible": "^1.6.2",
"react-native-document-picker-macos": "^1.0.0",
"react-native-edge-to-edge": "^1.7.0",
"react-native-gesture-handler": "^2.25.0",
"react-native-image-picker": "^8.2.1",
"react-native-keyboard-controller": "^1.20.2",
"react-native-keychain": "^10.0.0",
"react-native-macos": "0.78.3",
"react-native-reanimated": "^3.19.2",
"react-native-root-siblings": "^5.0.1",
"react-native-root-toast": "^4.0.1",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "^4.11.1",
"react-native-sqlite-storage": "^6.0.1",
"react-native-sqlite-table": "^0.2.2",
"react-native-sse": "^1.2.1",
"react-native-svg": "^15.15.2",
"react-native-uuid": "^2.0.3",
"react-native-windows": "0.78.4",
"rnw-secure-storage": "^0.1.9",
"text-encoding": "^0.7.0",
"zod": "^3.25.67",
"zustand": "^5.0.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@hot-updater/bare": "^0.19.9",
"@hot-updater/cloudflare": "^0.19.9",
"@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.78.2",
"@react-native/eslint-config": "0.78.2",
"@react-native/metro-config": "0.78.2",
"@react-native/typescript-config": "0.78.2",
"@stylistic/eslint-plugin": "^2.13.0",
"@tanstack/eslint-plugin-query": "^5.66.0",
"@testing-library/react-native": "^13.2.0",
"@types/intl": "^1.2.2",
"@types/jest": "^29.5.13",
"@types/react": "^19.0.0",
"@types/react-native-sqlite-storage": "^6.0.5",
"@types/react-test-renderer": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-module-resolver": "^5.0.2",
"dotenv": "^17.2.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-text-encoding": "^1.0.6",
"globals": "^15.14.0",
"hot-updater": "^0.19.9",
"jest": "^29.6.3",
"jsonwebtoken": "^9.0.2",
"metro-config": "^0.81.4",
"msw": "2.4.11",
"patch-package": "^8.0.0",
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.0",
"react-native-url-polyfill": "^2.0.0",
"react-test-renderer": "19.0.0",
"type-fest": "^4.41.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"wrangler": "^4.28.1"
},
"engines": {
"node": ">=18"
},
"react-native-windows": {
"init-windows": {
"name": "study-pals",
"namespace": "study-pals",
"template": "old/uwp-cpp-app"
}
}
}