forked from chramos/react-native-skeleton-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "react-native-skeleton-placeholder",
"version": "5.0.0",
"description": "SkeletonPlaceholder is a React Native library to easily create an amazing loading effect.",
"main": "lib/SkeletonPlaceholder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib && mkdir ./lib && tsc",
"prepack": "yarn build"
},
"keywords": [
"skeleton",
"shimmer",
"loading",
"placeholder"
],
"repository": {
"type": "git",
"url": "https://github.com/chramos/react-native-skeleton-placeholder"
},
"author": "Henrique Ramos <[email protected]> (https://github.com/chramos)",
"license": "ISC",
"devDependencies": {
"@react-native-masked-view/masked-view": "^0.2.3",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.17",
"@types/react-native": "^0.63.17",
"react-native-linear-gradient": "^2.5.6",
"typescript": "^4.0.2"
},
"peerDependencies": {
"@react-native-masked-view/masked-view": "^0.2.3",
"react": ">=0.14.8",
"react-native": ">=0.50.1",
"react-native-linear-gradient": "^2.5.6"
}
}