-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.12 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.12 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
{
"name": "chimingclock",
"version": "1.0.6",
"main": "node_modules/expo/AppEntry.js",
"packageManager": "npm@10.7.0",
"scripts": {
"start": "npx expo start",
"startc": "npx expo start --clear",
"clear": "npm cache clean --force",
"reset:simulator": "xcrun simctl erase all",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"build": "eas build",
"publish:prod": "eas update --branch production"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"dayjs": "^1.11.18",
"expo": "^54.0.12",
"expo-av": "~16.0.7",
"expo-keep-awake": "~15.0.7",
"expo-navigation-bar": "~5.0.8",
"expo-screen-orientation": "~9.0.7",
"expo-secure-store": "~15.0.7",
"expo-status-bar": "~3.0.8",
"expo-updates": "~29.0.12",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-svg": "15.12.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.26.3",
"@babel/runtime": "^7.26.0",
"@react-native-community/eslint-config": "3.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "4.1.0",
"babel-preset-expo": "~54.0.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-react-native": "^0.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^5.0.0",
"jest": "~29.7.0",
"jetifier": "2.0.0",
"prettier": "2.7.1",
"react-native-clean-project": "4.0.1",
"react-refresh": "^0.14.0",
"react-test-renderer": "19.1.0",
"tempy": "^3.1.0",
"typescript": "^5.6.3"
},
"overrides": {
"eslint-import-resolver-node": "0.3.9",
"lru-cache": "^7.18.3",
"hosted-git-info": {
"lru-cache": "^10.4.3"
},
"path-scurry": {
"lru-cache": "^10.4.3"
}
},
"private": true
}