-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 915 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 915 Bytes
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
{
"homepage": "https://marcuzgabriel.github.io/react-native-reanimated-skeleton/",
"author": "BAHADIR ARAZ <bahadiraraz@protonmail.com>",
"license": "MIT",
"name": "react-native-reanimated-skeleton-v2",
"version": "1.0.1",
"peerDependencies": {
"react": "*",
"react-native": "*",
"expo-linear-gradient": "*",
"react-native-reanimated": "*"
},
"react-native": "src/ReactNativeReanimatedSkeleton.ts",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "react-native-reanimated-skeleton.d.ts",
"files": [
"src/",
"lib/",
"react-native-reanimated-skeleton.d.ts",
"README.md",
"!__snapshots__",
"!*.test.js"
],
"bugs": {
"url": "https://github.com/Learnity-AI/react-native-reanimated-skeleton-v2/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Learnity-AI/react-native-reanimated-skeleton-v2.git"
}
}