-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 3.08 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 3.08 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
{
"name": "bookpago",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 14 Pro'",
"lint": "eslint .",
"android:bundle": "react-native bundle --platform android --dev false --entry-file index.js --assets-dest android/app/src/main/res/ --bundle-output android/app/src/main/assets/index.android.bundle",
"ios:bundle": "react-native bundle --platform ios --dev false --entry-file index.js --assets-dest ./ios --bundle-output ios/main.jsbundle ",
"start": "react-native start",
"test": "jest",
"type-check": "tsc",
"apk:android": "yarn install --frozen-lockfile && cd android && ./gradlew assembleRelease -PreactNativeArchitectures=arm64-v8a && cd .."
},
"dependencies": {
"@10play/tentap-editor": "^0.5.21",
"@actbase/react-daum-postcode": "^1.0.4",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-kakao/core": "^2.2.6",
"@react-native-kakao/user": "^2.2.6",
"@react-native-picker/picker": "^2.8.0",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@stomp/stompjs": "^6.1.2",
"@tanstack/react-query": "^5.56.2",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-image": "^2.8.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-config": "^1.5.3",
"react-native-date-picker": "^5.0.7",
"react-native-dotenv": "^3.4.11",
"react-native-encrypted-storage": "^4.0.3",
"react-native-gesture-handler": "^2.19.0",
"react-native-image-picker": "^7.1.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal-selector": "^2.1.2",
"react-native-outside-press": "^1.2.2",
"react-native-ratings": "^8.1.0",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.12.3",
"sockjs-client": "^1.6.1",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@types/react": "^18.2.6",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
"@types/sockjs-client": "^1.5.4",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"engines": {
"node": ">=20"
}
}