-
-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.59 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
{
"name": "sol",
"version": "2.1.357",
"private": true,
"scripts": {
"start": "react-native start",
"macos": "react-native run-macos --scheme debug",
"bump": "./scripts/bump-version.sh",
"permissions:reset": "tccutil reset Calendar com.ospfranco.sol && tccutil reset Accessibility com.ospfranco.sol",
"dev": "bundle exec fastlane dev && rimraf releases/Sol.app && open /Applications/Sol.app",
"release": "bundle exec fastlane release",
"fix-dependencies": "rnx-align-deps --write",
"pods": "cd macos && rm -rf Podfile.lock && bundle exec pod install && xcodebuild -resolvePackageDependencies -workspace sol.xcworkspace -scheme debug",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/plist": "0.5.2",
"@legendapp/list": "3.0.0-beta.53",
"@sentry/react-native": "8.7.0",
"assert": "^2.1.0",
"axios": "1.15.0",
"chance": "1.1.13",
"chrono-node": "2.9.0",
"clsx": "2.1.1",
"convert-units": "2.3.4",
"expr-eval": "2.0.2",
"fuse.js": "7.3.0",
"intl": "1.2.5",
"luxon": "3.7.2",
"minisearch": "7.2.0",
"mobx": "6.15.0",
"mobx-react-lite": "4.1.1",
"nanoid": "5.1.7",
"nativewind": "4.1.23",
"pretty-bytes": "7.1.0",
"react": "19.1.4",
"react-native": "0.81.6",
"react-native-get-random-values": "2.0.0",
"react-native-macos": "0.81.7",
"react-native-reanimated": "^3.19.5",
"react-native-restart-newarch": "^1.0.85",
"react-native-safe-area-context": "5.5.2",
"react-native-url-polyfill": "3.0.0",
"uuid": "13.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@biomejs/biome": "2.4.10",
"@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.81.6",
"@react-native/eslint-config": "0.81.6",
"@react-native/metro-config": "0.81.6",
"@react-native/typescript-config": "0.81.6",
"@types/chance": "^1.1.3",
"@types/convert-units": "^2.3.12",
"@types/jest": "^30.0.0",
"@types/luxon": "3.7.1",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.1.0",
"@types/uuid": "11.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.17",
"typescript": "5.8.3"
},
"patchedDependencies": {
"react-native-macos@0.81.7": "patches/react-native-macos@0.81.7.patch",
"react-native-restart-newarch@1.0.85": "patches/react-native-restart-newarch@1.0.85.patch"
},
"trustedDependencies": [
"@sentry/cli"
]
}