-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 956 Bytes
/
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
{
"name": "react-native-masked-loader",
"version": "1.1.4",
"description": "A simple content and skeleton loader component for react native with animation",
"main": "index.js",
"scripts": {},
"author": "salman salari",
"license": "MIT",
"bugs": {
"url": "https://github.com/salmansalary/react-native-masked-loader/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/salmansalary/react-native-masked-loader",
"keywords": [
"react",
"react-native",
"skeleton",
"placeholder",
"loader",
"loading",
"content",
"svg",
"mask",
"masked",
"react-native-mask-loader",
"react-native-content-loader",
"react-native-masked-loader"
],
"devDependencies": {
"metro-react-native-babel-preset": "^0.60.0"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"react-native-svg": "^12.1.0"
}
}