forked from Juchar/color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 KB
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
{
"name": "@datadobi/color-picker",
"version": "3.0.0-datadobi1",
"description": "color-picker",
"main": "color-picker.js",
"repository": "datadobi/color-picker",
"keywords": [
"Vaadin",
"color-picker",
"web-components",
"web-component"
],
"author": "Juchar",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/datadobi/color-picker/issues"
},
"homepage": "https://github.com/datadobi/color-picker",
"publishConfig": {
"registry": "https://artifactory.datadobi.net/artifactory/api/npm/npm-release-local/"
},
"files": [
"color-picker.js",
"src",
"theme"
],
"scripts": {
"start": "vite"
},
"devDependencies": {
"vite": "^6.4.2"
},
"dependencies": {
"@ctrl/tinycolor": "^4.2.0",
"@vaadin/button": "^25.1.0",
"@vaadin/checkbox": "^25.1.0",
"@vaadin/component-base": "^25.1.0",
"@vaadin/icon": "^25.1.0",
"@vaadin/icons": "^25.1.0",
"@vaadin/number-field": "^25.1.0",
"@vaadin/text-field": "^25.1.0",
"@vaadin/vaadin-lumo-styles": "~25.1.0",
"@vaadin/vaadin-themable-mixin": "^25.1.0",
"lit": "^3.3.2"
}
}