-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "floating-bridge-game-app",
"version": "1.0.0",
"main": "src/App.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"prettier": "prettier --config .prettierrc.json --write src/**/*.ts"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/netinfo": "11.2.1",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.2",
"expo": "~49.0.21",
"expo-font": "~11.6.0",
"expo-status-bar": "~1.7.1",
"lodash.isequal": "^4.5.0",
"nanoid": "^5.0.4",
"pusher-js": "^8.4.0-rc2",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-native": "0.73.1",
"react-native-dotenv": "^3.4.9",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.1",
"react-native-redash": "^18.1.2",
"react-native-web": "0.19.10",
"react-native-web-lottie": "^1.4.4",
"react-redux": "^9.0.4",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@expo/webpack-config": "^18.1.3",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "~18.2.45",
"@types/react-native": "~0.73.0",
"eslint": "^8.56.0",
"eslint-config-react-native-wcandillon": "^3.10.2",
"prettier": "^3.1.1",
"tslint": "^6.1.3",
"typescript": "~5.3.3"
},
"private": true
}