-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
64 lines (64 loc) · 2.03 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
{
"name": "cidemon",
"version": "3.0.26",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios:install": "cd ios && pod install",
"postinstall": "patch-package",
"start": "react-native start",
"test": "jest --forceExit",
"test:ci": "jest --testLocationInResults --ci --outputFile=test_results.json --json",
"macos": "node node_modules/react-native-macos/local-cli/cli.js run-macos",
"macos:start": "node node_modules/react-native-macos/local-cli/cli.js start --use-react-native-macos",
"macos:install": "cd macos && pod install",
"bump": "./scripts/bumpVersion.sh"
},
"dependencies": {
"@react-native-picker/picker": "^1.9.8",
"@react-navigation/bottom-tabs": "^6.0.7",
"@react-navigation/native": "^6.0.4",
"@react-navigation/stack": "^6.0.9",
"autoprefixer": "^10.3.4",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"classnames": "^2.3.1",
"github-api": "3.4.0",
"luxon": "^1.24.1",
"mobx": "6.0.4",
"mobx-react-lite": "3.1.6",
"postcss": "^8.3.6",
"promise.allsettled": "^1.0.2",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-get-random-values": "^1.6.0",
"react-native-macos": "0.63.38",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-vector-icons": "6.6.0",
"tailwind-rn": "^3.0.1",
"tailwindcss": "^2.2.15",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@types/jest": "^26.0.22",
"@types/luxon": "^1.24.1",
"@types/react-native": "^0.63.42",
"@types/react-native-vector-icons": "^6.4.6",
"@types/uuid": "^8.3.0",
"babel-jest": "^25.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"patch-package": "^6.4.7",
"prettier": "2.2.1",
"react-test-renderer": "16.13.1",
"typescript": "4.1.3"
},
"jest": {
"preset": "react-native"
}
}