forked from ospfranco/sol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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
{
"name": "sol",
"version": "1.1.48",
"private": true,
"scripts": {
"macos": "react-native run-macos --scheme macOS",
"test": "jest",
"bump": "./bump-version.sh",
"windows": "react-native run-windows",
"postinstall": "patch-package",
"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",
"appcast": "./macos/Pods/Sparkle/bin/generate_appcast ./releases"
},
"dependencies": {
"@giphy/js-fetch-api": "^4.1.2",
"@react-native-picker/picker": "^2.4.0",
"@sentry/react-native": "^4.2.3",
"axios": "^0.25.0",
"expr-eval": "^2.0.2",
"fuse.js": "^6.5.3",
"immer": "^9.0.12",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"luxon": "^2.3.0",
"mobx": "^6.3.12",
"mobx-react-lite": "3.4.0",
"patch-package": "^6.4.7",
"react": "17.0.2",
"react-native": "0.68.1",
"react-native-macos": "0.66.70",
"react-native-webview": "^11.18.2",
"react-native-windows": "0.67.7",
"twrnc": "^3.3.0",
"typescript": "4.7.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.182",
"@types/luxon": "^2.0.9",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.12",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",
"react-test-renderer": "17.0.2",
"rimraf": "^3.0.2"
},
"jest": {
"preset": "react-native"
}
}