-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 880 Bytes
/
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
{
"description": "Carbon.ColorPicker.OKLCH",
"license": "proprietary",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--disable-warning=ExperimentalWarning node build.mjs",
"watch": "NODE_OPTIONS=--disable-warning=ExperimentalWarning node build.mjs --watch"
},
"devDependencies": {
"@neos-project/neos-ui-extensibility": "~8.3.11",
"@neos-project/react-ui-components": "^8.3.11",
"@stylexjs/esbuild-plugin": "^0.9.3",
"@stylexjs/stylex": "^0.9.3",
"@types/nearest-color": "^0.4.1",
"@types/react-redux": "^7.1.34",
"carbon-neos-loadinganimation": "^1.1.1",
"color-name-list": "^11.0.0",
"colorjs.io": "^0.5.2",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"nearest-color": "^0.4.4",
"onchange": "^7.1.0",
"prettier": "^3.4.2",
"react-colorful": "^5.6.1",
"typescript-eslint": "^8.18.1"
}
}