-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.54 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.54 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
{
"name": "sol",
"version": "2.1.299",
"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 && rm .xcode.env.local && xcodebuild -resolvePackageDependencies -workspace sol.xcworkspace -scheme debug",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/plist": "0.5.2",
"@legendapp/list": "2.0.19",
"@react-native-async-storage/async-storage": "2.2.0",
"@sentry/react-native": "7.2.0",
"assert": "^2.0.0",
"axios": "1.12.2",
"chance": "^1.1.9",
"clsx": "2.1.1",
"expr-eval": "^2.0.2",
"fuse.js": "7.1.0",
"intl": "^1.2.5",
"luxon": "3.7.1",
"minisearch": "7.1.1",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.1.0",
"nanoid": "^4.0.0",
"nativewind": "4.1.23",
"pretty-bytes": "^6.1.1",
"react": "19.0.0",
"react-native": "^0.78.2",
"react-native-get-random-values": "^1.8.0",
"react-native-macos": "0.79.4",
"react-native-mmkv": "2.12.2",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "5.4.0",
"react-native-url-polyfill": "^2.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@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.78.2",
"@react-native/eslint-config": "0.78.2",
"@react-native/metro-config": "0.78.2",
"@react-native/typescript-config": "0.78.2",
"@types/chance": "^1.1.3",
"@types/jest": "^30.0.0",
"@types/luxon": "^2.0.9",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
"@types/uuid": "^9.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.19.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.17",
"typescript": "5.0.4"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"patchedDependencies": {
"react-native-macos@0.79.0": "patches/react-native-macos@0.79.0.patch"
}
}