-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "expo-skeleton",
"version": "1.0.0",
"description": "Fast and Smooth Skeleton Loader For expo react-native.",
"main": "index.tsx",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codz-dev/expo-skeleton.git"
},
"dependencies": {
"react-native-reanimated": "~3.3.0",
"expo-linear-gradient": "~12.7.2",
"@react-native-masked-view/masked-view": "0.2.9"
},
"keywords": [
"skeleton",
"expo",
"react-native",
"skeleton-loader",
"skeleton loader",
"expo-skeleton-loader",
"expo skeleton loader",
"react-native-skeleton-loader",
"react native skeleton loader",
"skeleton-loading",
"skeleton loading",
"loading",
"react-native-skeleton-loading",
"react native skeleton loading",
"expo skeleton loading",
"easy skeletion loader",
"easy skeletion loading"
],
"author": "CODZ.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/codz-dev/expo-skeleton/issues"
},
"homepage": "https://github.com/codz-dev/expo-skeleton#readme"
}