-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
45 lines (45 loc) · 1.43 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
{
"name": "react-native-skeleton-placeholder",
"version": "5.2.4",
"description": "SkeletonPlaceholder is a React Native library to easily create an amazing loading effect.",
"main": "lib/skeleton-placeholder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --max-warnings 0",
"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-community/eslint-config": "3.0.3",
"@react-native-masked-view/masked-view": "^0.2.8",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.17",
"@types/react-native": "^0.63.17",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.19.0",
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"prettier": "2.7.1",
"react-native-linear-gradient": "^2.5.6",
"typescript": "^4.0.2"
},
"peerDependencies": {
"@react-native-masked-view/masked-view": "^0.2.8",
"react": ">=0.14.8",
"react-native": ">=0.50.1",
"react-native-linear-gradient": "^2.5.6"
}
}