forked from hxf31891/react-gradient-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
{
"name": "react-best-gradient-color-picker",
"version": "2.0.10",
"description": "An easy to use color/gradient picker for React.js",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hxf31891/react-gradient-color-picker.git"
},
"keywords": [
"gradient",
"react",
"color",
"picker",
"react.js",
"tool",
"editor"
],
"author": {
"name": "Harry Fox",
"email": "hxfox1@gmail.com"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hxf31891/react-gradient-color-picker/issues"
},
"homepage": "https://gradient-package-demo.web.app/",
"publishConfig": {
"@hxf31891:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"lodash.throttle": "^4.1.1",
"react-color-eye-dropper": "^1.0.1",
"tinycolor2": "^1.4.2",
"prop-types": "^15.8.1"
}
}