forked from chramos/react-native-skeleton-placeholder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.49 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.49 KB
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
{
"name": "@james-kirawan/expo-skeleton-placeholder",
"version": "2.0.1",
"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/JamesKirawan/expo-skeleton-placeholder"
},
"author": "James Kirawan <jameskirawan@gmail.com> (https://github.com/jameskirawan)",
"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-reanimated": "^2.14.4",
"typescript": "^4.0.2"
},
"peerDependencies": {
"@react-native-masked-view/masked-view": "^0.2.8",
"expo-linear-gradient": "^12.3.0",
"react": ">=0.14.8",
"react-native": ">=0.50.1"
},
"dependencies": {
"expo-linear-gradient": "^12.3.0"
}
}