-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.07 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.07 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
{
"name": "frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 11'",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@babel/preset-typescript": "^7.21.5",
"@miblanchard/react-native-slider": "^2.3.1",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/slider": "^4.4.2",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.2",
"aws-sdk": "^2.1372.0",
"axios": "^1.3.4",
"babel-plugin-module-resolver": "^5.0.0",
"buffer": "^6.0.3",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-animatable": "^1.3.3",
"react-native-audio-recorder-player": "^3.5.3",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-circular-progress": "^1.3.8",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.10.0",
"react-native-kakao-share-link": "^1.0.10",
"react-native-linear-gradient": "^2.6.2",
"react-native-permissions": "^3.8.0",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-native-sound": "^0.11.2",
"react-native-svg": "^13.8.0",
"react-native-swipe-gestures": "^1.0.5",
"recoil": "^0.7.7",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "7.21.0",
"@react-native-community/eslint-config": "2.0.0",
"@types/jest": "^29.5.2",
"@types/react": "^18.0.28",
"@types/react-native": "^0.71.4",
"babel-jest": "^26.6.3",
"eslint": "7.32.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "0.67.0",
"react-test-renderer": "17.0.2",
"typescript": "^5.0.2"
},
"jest": {
"preset": "react-native"
}
}