forked from alexataman/react-native-hsv-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-hsv-color-picker",
"version": "1.1.1",
"description": "a react native HSV(hue, saturation, value) color picker",
"author": "Yuan Fu",
"bugs": {
"url": "https://github.com/yuanfux/react-native-hsv-color-picker/issues"
},
"homepage": "https://github.com/yuanfux/react-native-hsv-color-picker",
"repository": {
"type": "git",
"url": "https://github.com/yuanfux/react-native-hsv-color-picker.git"
},
"keywords": [
"react native",
"react-native",
"color",
"picker",
"color picker",
"hsv color picker"
],
"main": "index.d.ts",
"files": [
"src/*",
"index.d.ts"
],
"dependencies": {
"chroma-js": "^2.1.0",
"react-native-linear-gradient": "^2.5.6"
},
"peerDependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/runtime": "^7.3.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"babel-preset-expo": "~8.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"escape-regex-string": "^1.0.6",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"jest": "^24.0.0",
"jest-enzyme": "^7.0.2",
"jsdom": "^15.1.1",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz"
},
"scripts": {
"ios": "react-native run-ios --simulator=\"iPhone 11\""
},
"license": "MIT"
}