planning
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s

This commit is contained in:
2024-10-14 09:15:30 +02:00
parent bcba00a730
commit 6e64e138e2
21059 changed files with 2317811 additions and 1 deletions

28
node_modules/decap-cms-widget-string/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "decap-cms-widget-string",
"description": "Widget for editing plain string values in Decap CMS.",
"version": "3.1.3",
"homepage": "https://www.decapcms.org/docs/widgets/#string",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-string",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
"main": "dist/decap-cms-widget-string.js",
"license": "MIT",
"keywords": [
"decap-cms",
"widget",
"string"
],
"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"
},
"peerDependencies": {
"decap-cms-ui-default": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0"
},
"gitHead": "64d91b8bb3d0a93dd36c53800cdac4ba2e435000"
}