-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
46
47
48
49
50
{
"name": "react-native-linear-gradient",
"version": "2.8.0",
"description": "A <LinearGradient> element for React Native",
"main": "index.js",
"types": "index.d.ts",
"files": [
"android",
"ios",
"src",
"windows",
"index.android.js",
"index.d.ts",
"index.ios.js",
"index.windows.js",
"BVLinearGradient.podspec"
],
"scripts": {
"flow": "flow check"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-linear-gradient/react-native-linear-gradient.git"
},
"author": "Brent Vatne <[email protected]> (https://github.com/brentvatne)",
"contributors": [
"Dmitry Gladkov <[email protected]> (https://github.com/dgladkov)",
"Frieder Bluemle <[email protected]> (https://github.com/friederbluemle)",
"Gant Laborde <[email protected]> (https://github.com/gantman)",
"Nick Hudkins <[email protected]> (https://github.com/nickhudkins)",
"Radek Pietruszewski <[email protected]> (https://github.com/radex)"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/react-native": "^0.70.14",
"flow-bin": "^0.182.0",
"react": "18.1.0",
"react-native": "0.70.12"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"codegenConfig": {
"name": "BVLinearGradientSpec",
"type": "components",
"jsSrcsDir": "src"
}
}