forked from DDang-Org/FrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.75 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.75 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "DDang",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"storybook-generate": "sb-rn-get-stories"
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.14.0",
"@mj-studio/react-native-naver-map": "^2.2.0",
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-native-camera-roll/camera-roll": "^7.9.0",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.63.0",
"axios": "^1.7.9",
"d3": "^7.9.0",
"fast-text-encoding": "^1.0.6",
"jotai": "^2.11.1",
"ky": "^1.7.4",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-config": "^1.5.5",
"react-native-date-picker": "^5.0.8",
"react-native-dropdown-picker": "^5.4.6",
"react-native-encrypted-storage": "^4.0.3",
"react-native-error-boundary": "^1.2.7",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-image-crop-picker": "^0.42.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-mime-types": "^2.5.0",
"react-native-paper": "^5.13.1",
"react-native-permissions": "^5.2.4",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.4.0",
"react-native-splash-screen": "^3.3.0",
"react-native-sync-localstorage": "^0.0.3",
"react-native-toast-message": "^2.2.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0",
"react-native-view-shot": "^4.0.3",
"react-native-webview": "^13.13.2",
"sockjs-client": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@gorhom/bottom-sheet": "^5.0.6",
"@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-community/datetimepicker": "^8.2.0",
"@react-native-community/slider": "^4.5.5",
"@react-native/babel-preset": "0.76.5",
"@react-native/eslint-config": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"@storybook/addon-ondevice-actions": "^8.4.4",
"@storybook/addon-ondevice-controls": "^8.4.4",
"@storybook/react": "^8.4.7",
"@storybook/react-native": "^8.4.4",
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.62.16",
"@testing-library/react-native": "^13.0.0",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.6",
"@types/react-native-extra-dimensions-android": "^1.2.3",
"@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-loader": "^8.4.1",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^10.0.1",
"jest": "^29.6.3",
"msw": "^2.4.3",
"prettier": "2.8.8",
"react-dom": "^18.3.1",
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "^3.16.6",
"react-native-safe-area-context": "^5.0.0",
"react-native-svg": "^15.11.1",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}