-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1003 Bytes
/
package.json
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
{
"name": "chachaa",
"scripts": {
"start": "expo start --dev-client",
"clean": "rm -rf .expo ; rm -rf android ; rm -rf node_modules ; npm i",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~49.0.11",
"expo-asset": "~8.10.1",
"expo-av": "~13.4.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-safe-area-context": "4.6.3",
"twrnc": "^3.6.4"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "~18.2.22",
"@useless-developers/eslint-config": "^0.2.1",
"@useless-developers/prettier-config": "^0.0.2",
"@useless-developers/tsconfig": "^0.0.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-react-native": "^4.1.0",
"typescript": "^5.2.2"
},
"private": true
}