-
-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathpackage.json
79 lines (79 loc) · 2.67 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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "sol",
"version": "2.1.166",
"private": true,
"scripts": {
"start": "react-native start",
"macos": "react-native run-macos --scheme debug",
"test": "jest",
"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",
"appcast": "./macos/Pods/Sparkle/bin/generate_appcast releases",
"pods": "cd macos && bundle exec pod install && rm .xcode.env.local && xcodebuild -resolvePackageDependencies -workspace sol.xcworkspace -scheme debug",
"postinstall": "patch-package",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/plist": "^0.0.20",
"@react-native-async-storage/async-storage": "^1.23.1",
"@sentry/react-native": "5.35.0",
"assert": "^2.0.0",
"axios": "^0.25.0",
"chance": "^1.1.9",
"clsx": "^1.2.1",
"expr-eval": "^2.0.2",
"fuse.js": "7.0.0",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"luxon": "^2.3.0",
"minisearch": "^7.1.0",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.1.0",
"nanoid": "^4.0.0",
"nativewind": "4.0.36",
"patch-package": "^6.5.1",
"pretty-bytes": "^6.1.1",
"react": "18.3.1",
"react-native": "^0.76.6",
"react-native-get-random-values": "^1.8.0",
"react-native-mmkv": "2.12.2",
"react-native-macos": "^0.76.6",
"react-native-reanimated": "^3.8.1",
"uuid": "^9.0.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.6",
"@react-native/eslint-config": "0.76.6",
"@react-native/metro-config": "0.76.6",
"@react-native/typescript-config": "0.76.6",
"@types/chance": "^1.1.3",
"@types/jest": "^29.2.1",
"@types/lodash": "^4.14.182",
"@types/luxon": "^2.0.9",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "^9.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "^2.8.8",
"react-test-renderer": "18.3.1",
"rimraf": "^3.0.2",
"tailwindcss": "3.4.3",
"typescript": "5.0.4"
},
"jest": {
"preset": "react-native"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}