All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "decap-cms-widget-colorstring",
|
|
"description": "Widget for editing color strings in Decap CMS.",
|
|
"version": "3.1.3",
|
|
"homepage": "https://www.decapcms.org/docs/widgets/#color",
|
|
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-colorstring",
|
|
"bugs": "https://github.com/decaporg/decap-cms/issues",
|
|
"module": "dist/esm/index.js",
|
|
"main": "dist/decap-cms-widget-colorstring.js",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"decap-cms",
|
|
"widget",
|
|
"color"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"develop": "npm run build:esm -- --watch",
|
|
"build": "cross-env NODE_ENV=production webpack",
|
|
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
|
|
},
|
|
"dependencies": {
|
|
"react-color": "^2.18.1",
|
|
"tinycolor2": "^1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"decap-cms-ui-default": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^18.2.0"
|
|
},
|
|
"gitHead": "64d91b8bb3d0a93dd36c53800cdac4ba2e435000"
|
|
}
|