-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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": "@radial-color-picker/react-color-picker",
"version": "4.0.1",
"description": "Radial Color Picker - React",
"type": "module",
"module": "dist/react-color-picker.js",
"unpkg": "dist/react-color-picker.umd.cjs",
"typings": "./index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"scripts": {
"start": "vite",
"build": "vite build"
},
"dependencies": {
"@radial-color-picker/rotator": "3.0.2"
},
"devDependencies": {
"@types/react": "18.2.45",
"@vitejs/plugin-react": "4.2.1",
"prettier": "3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "5.0.10"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
},
"homepage": "https://github.com/radial-color-picker/react-color-picker#readme",
"repository": "[email protected]:radial-color-picker/react-color-picker.git",
"author": "Rosen Kanev <[email protected]>",
"license": "MIT",
"keywords": [
"react",
"radial color picker",
"color picker",
"color-picker",
"react-color-picker",
"hue picker"
]
}