-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"stop": "",
"eject": "expo eject"
},
"dependencies": {
"axios": "^0.20.0",
"expo": "^38.0.10",
"expo-constants": "^9.1.1",
"expo-facebook": "~8.2.1",
"expo-secure-store": "~9.0.1",
"expo-status-bar": "^1.0.2",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "~1.9.0",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.11.7",
"react-router-native": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-eslint": "^10.1.0",
"babel-preset-expo": "~8.1.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-native": "^3.9.1"
},
"private": true,
"version": "1.0.0",
"keywords": [],
"author": "",
"license": "ISC",
"name": "react-native-Animation-components",
"description": "Animation With react native",
"repository": {
"type": "git",
"url": "git+https://github.com/HROKA/react-native-Animation-components.git"
},
"bugs": {
"url": "https://github.com/HROKA/react-native-Animation-components/issues"
},
"homepage": "https://github.com/HROKA/react-native-Animation-components#readme"
}