-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
53
54
55
56
57
{
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-picker/picker": "^1.9.10",
"@types/react-native-form": "^2.1.0",
"@types/react-native-i18n": "^2.0.0",
"clsx": "^1.1.1",
"constate": "^3.1.0",
"expo": "~40.0.0",
"expo-splash-screen": "^0.9.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.0",
"formik": "^2.2.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-gesture-handler": "^1.9.0",
"react-native-i18n": "^2.0.15",
"react-native-reanimated": "^1.13.2",
"react-native-router-flux": "^4.2.0",
"react-native-screens": "~2.15.0",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.13.12",
"tailwind-rn": "^3.0.0",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"autoprefixer": "^10.2.4",
"babel-jest": "~25.2.6",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"jest": "~25.2.6",
"react-test-renderer": "~16.13.1",
"tailwindcss": "^2.0.2",
"typescript": "~4.0.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint . --ext .ts,.tsx",
"web": "expo web",
"eject": "expo eject"
},
"private": true,
"name": "react-native-tutorial",
"version": "1.0.0"
}