-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
{
"name": "@groftware/lottie-flatlist",
"version": "1.0.6",
"description": "A Flatlist component that supports using custom lottie animations for pull to refresh",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Groftware/LottieFlatlist.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"pull",
"to",
"refresh",
"pull to refresh",
"custom",
"animation",
"progress",
"lottie",
"lottie-files"
],
"author": "Chan Jing Hong",
"license": "MIT",
"dependencies": {
"expo": "~37.0.3",
"expo-haptics": "~8.1.0",
"lottie-react-native": "^3.3.2",
"prop-types": "^15.7.2",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.59.0",
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1"
}
}