-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "react-native-shadow-stack",
"version": "0.0.5",
"description": "React Native component that wraps children with multiple overlapping box-shadows",
"main": "dist",
"repository": {
"type": "git",
"url": "git+https://github.com/rainbow-me/react-native-shadow-stack.git"
},
"author": "Mike Demarais <[email protected]> (@mikedemarais)",
"license": "MIT",
"private": false,
"scripts": {
"build": "babel src --out-dir dist",
"prettify": "yarn prettier --write \"**/*.js\"",
"test": "jest"
},
"keywords": [
"react",
"native",
"react-native",
"number",
"animated",
"component"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"prettier": "^2.0.1",
"prop-types": "^15.7.2"
},
"bugs": {
"url": "https://github.com/rainbow-me/react-native-shadow-stack/issues"
},
"homepage": "https://github.com/rainbow-me/react-native-shadow-stack#readme"
}