-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "react-native-skeleton-loader-pulse",
"description": "Skeleton Loader Pulse for React Native",
"version": "1.2.0",
"main": "dist/index.js",
"license": "MIT",
"keywords": [
"react",
"reactnative",
"native",
"load",
"loader",
"pulse",
"animation"
],
"author": "André Coelho",
"repository": {
"type": "git",
"url": "https://github.com/avrcoelho/react-native-skeleton-loader-pulse.git"
},
"bugs": {
"url": "https://github.com/avrcoelho/react-native-skeleton-loader-pulse/issues"
},
"homepage": "https://github.com/avrcoelho/react-native-skeleton-loader-pulse",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .",
"storybook": "start-storybook -p 7007"
},
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">= 16.8.1",
"react-native": ">=0.60.0-rc.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react-native": "^0.62.4",
"babel-loader": "^8.1.0",
"react": "^16.9.0",
"react-native": "^0.61.5",
"typescript": "^3.8.3"
},
"dependencies": {}
}