-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.59 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
{
"name": "project-react-native",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint src/*/*.{ts,tsx}"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-material/core": "^1.3.7",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"expo": "^49.0.21",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"luxon": "^3.4.4",
"react": "18.2.0",
"react-hook-form": "^7.49.2",
"react-input-mask": "^3.0.0-alpha.2",
"react-native": "0.72.6",
"react-native-flex-layout": "^0.1.5",
"react-native-gesture-handler": "^2.14.0",
"react-native-masked-text": "^1.13.0",
"react-native-safe-area-context": "^4.8.1",
"react-native-svg": "^14.1.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/expo": "^33.0.1",
"@types/expo__vector-icons": "^10.0.0",
"@types/react": "~18.2.14",
"@types/react-input-mask": "^3.0.5",
"@types/react-native": "^0.72.8",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.1.1",
"react-native-debugger": "^1.1.0",
"react-native-svg-transformer": "^1.2.0",
"reactotron-react-native": "^5.0.4",
"typescript": "^5.3.3"
},
"private": true
}