-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "@bayramitto/react-native-colorpicker",
"version": "1.0.26",
"description": "React Native Color Picker is a basic color picker from your favorite color palette.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "mocha --reporter spec",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Bayramito/react-native-colorpicker"
},
"keywords": [
"react-native",
"color",
"picker"
],
"author": "bayram-arif",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bayramito/react-native-colorpicker/issues"
},
"homepage": "https://github.com/Bayramito/react-native-colorpicker#readme",
"devDependencies": {
"react": "18.1.0",
"react-native": "0.70.1",
"react-native-gesture-handler": "^2.6.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-reanimated": "^2.10.0",
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"typescript": "^4.8.3",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3"
},
"peerDependencies": {
"react-native-gesture-handler": "2.x",
"react-native-linear-gradient": "2.x",
"react-native-reanimated": "2.x"
}
}