-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.51 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
{
"name": "Marimo",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"build": "react-scripts build",
"postinstall": "npm-license-crawler -onlyDirectDependencies -json licenses.json"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.8",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/voice": "^1.1.9",
"@react-native-seoul/naver-login": "^2.1.1",
"@react-navigation/bottom-tabs": "^6.0.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.0.4",
"@react-navigation/stack": "^6.0.4",
"axios": "^0.21.4",
"fbjs": "^3.0.0",
"hangul-js": "^0.2.6",
"install": "^0.13.0",
"npm": "^7.24.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-background-audio": "^1.1.4",
"react-native-camera": "^4.2.1",
"react-native-circular-progress": "^1.3.7",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^13.0.0",
"react-native-orientation": "^3.1.3",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "^2.2.2",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.3.0",
"react-native-screens": "^3.5.0",
"react-native-size-matters": "^0.4.0",
"react-native-sound": "^0.11.1",
"react-native-sound-player": "^0.11.1",
"react-native-splash-screen": "^3.2.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-tts": "^4.1.0",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.1.1",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"rn-toggle-switch": "^1.0.2",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/runtime": "^7.14.8",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}