generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.99 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.99 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
80
81
82
83
84
{
"name": "swift-chat",
"description": "Sample Bedrock Cross-platform App - SwiftChat",
"version": "1.10.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"build:ios": "cd ios && xcodebuild -workspace SwiftChat.xcworkspace -scheme SwiftChat -sdk iphonesimulator -configuration Release -destination generic/platform=iOS CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO clean archive | xcpretty",
"format": "npx prettier --check '*.{js,ts}'",
"lint": "npx eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@bwjohns4/react-native-draggable-flatlist": "^4.0.1-patch",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-code-highlighter": "^1.2.2",
"react-native-compressor": "^1.10.1",
"react-native-dialog": "^9.3.0",
"react-native-document-picker": "^9.3.1",
"react-native-element-dropdown": "^2.12.1",
"react-native-fetch-api": "^3.0.0",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.17.1",
"react-native-get-random-values": "^1.11.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-picker": "^7.2.3",
"react-native-image-viewing": "^0.2.2",
"react-native-marked": "^6.0.7",
"react-native-math-view": "^3.9.5",
"react-native-mmkv": "^2.12.2",
"react-native-polyfill-globals": "^3.1.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "^3.14.0",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^4.4.0",
"react-native-share": "^10.2.1",
"react-native-svg": "^15.4.0",
"react-native-toast-message": "^2.2.1",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.85",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@types/react": "^18.2.6",
"@types/react-native-table-component": "^1.2.8",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "3.4.0",
"babel-jest": "^29.6.3",
"core-js": "^3.37.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "8.8.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4",
"@types/marked": "5.0.0"
},
"overrides": {
"@react-native-clipboard/clipboard": {
"react-native": "~0.74.1",
"react-native-windows": "~0.74.1"
}
},
"engines": {
"node": ">=18"
},
"license": "Apache-2.0",
"types": "module"
}