-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.9 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
{
"name": "react-native-elements-app",
"version": "1.1.0",
"description": "Demo app for React Native Elements UI Library",
"author": "Monte Thakkar",
"private": true,
"homepage": "https://react-native-elements.github.io/react-native-elements-app/",
"main": "./index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build:web": "expo build:web --config ./app.web-build.json --polyfill",
"deploy": "gh-pages -d web-build",
"prettify": "prettier --write . --config ./.prettierrc",
"lint": "eslint --ext js,ts,tsx ."
},
"dependencies": {
"@expo/vector-icons": "^12.0.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-elements/base": "^4.0.0-beta.0",
"@react-navigation/drawer": "^5.11.4",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-asset": "~8.4.4",
"expo-font": "~10.0.4",
"expo-linear-gradient": "~11.0.0",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-appearance": "~0.3.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@expo/webpack-config": "~0.16.2",
"@react-native-community/eslint-config": "^2.0.0",
"@types/lodash": "^4.14.168",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"babel-preset-expo": "9.0.1",
"eslint": "^7.3.1",
"gh-pages": "^2.1.1",
"jest-expo": "^44.0.0",
"typescript": "~4.3.5"
},
"jest": {
"preset": "jest-expo"
}
}