-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.08 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint --cache --cache-location '.cache/eslint/' --ext .js,.jsx --fix",
"lint:all": "yarn lint ."
},
"dependencies": {
"@expo-google-fonts/anonymous-pro": "0.2.2",
"@expo-google-fonts/inter": "0.2.2",
"@expo-google-fonts/lato": "0.2.2",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "4.1.5",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"@shopify/react-native-skia": "1.2.3",
"axios": "1.7.2",
"canvas-sketch-util": "1.10.0",
"color": "4.2.3",
"d3-interpolate-path": "2.3.0",
"d3-shape": "3.1.0",
"expo": "51.0.8",
"expo-app-loading": "~2.0.0",
"expo-av": "~14.0.5",
"expo-blur": "~13.0.2",
"expo-constants": "~16.0.1",
"expo-font": "~12.0.5",
"expo-haptics": "~13.0.1",
"expo-linear-gradient": "~13.0.2",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"faker": "5.5.3",
"lodash": "4.17.21",
"lottie-react-native": "6.7.0",
"moti": "0.29.0",
"nice-color-palettes": "3.0.0",
"pack-spheres": "1.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-animatable": "1.3.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-redash": "16.2.3",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-shared-element": "0.8.4",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10",
"react-navigation-shared-element": "3.1.3",
"svg-path-properties": "1.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-typescript": "^7.16.7",
"eslint": "^8.48.0",
"eslint-config-react-native-wcandillon": "3.10.2",
"eslint-plugin-unused-imports": "4.0.0"
},
"private": true
}