@inspirer-dev/hero-widget-cta-button
Version:
A custom field plugin for Strapi v5 that provides a CTA button selector with different action types (external link, internal link, case, article, copy link, copy nickname).
95 lines (94 loc) • 2.9 kB
JSON
{
"version": "1.0.16",
"keywords": [
"strapi",
"plugin",
"widget",
"cta",
"button",
"hero",
"custom-field"
],
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./strapi-admin": {
"types": "./dist/admin/src/index.d.ts",
"source": "./admin/src/index.ts",
"import": "./dist/admin/index.mjs",
"require": "./dist/admin/index.js",
"default": "./dist/admin/index.js"
},
"./strapi-server": {
"types": "./dist/server/src/index.d.ts",
"source": "./server/src/index.ts",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
}
},
"files": [
"dist",
"README.md",
"admin",
"server"
],
"main": "./dist/server/index.js",
"module": "./dist/server/index.mjs",
"types": "./dist/server/src/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "strapi-plugin build",
"prepublishOnly": "yarn build",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"verify": "strapi-plugin verify",
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
"test:ts:back": "run -T tsc -p server/tsconfig.json"
},
"dependencies": {
"@strapi/design-system": "2.0.0-rc.26",
"@strapi/icons": "2.0.0-rc.26",
"react-intl": "6.6.2"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "5.16.0",
"@strapi/typescript-utils": "5.10.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"prettier": "^3.5.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",
"styled-components": "6.1.8",
"typescript": "5.4.4"
},
"peerDependencies": {
"@strapi/strapi": "^5.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
},
"strapi": {
"kind": "plugin",
"name": "hero-widget-cta-button",
"displayName": "Hero Widget CTA Button",
"description": "A custom field plugin for Strapi v5 that provides a CTA button selector with different action types (external link, internal link, case, article, copy link, copy nickname)."
},
"name": "@inspirer-dev/hero-widget-cta-button",
"description": "A custom field plugin for Strapi v5 that provides a CTA button selector with different action types (external link, internal link, case, article, copy link, copy nickname).",
"license": "MIT",
"author": "Denis <inspirer.dev@gmail.com>",
"homepage": "https://github.com/inspirer-dev/hero-widget-cta-button#readme",
"repository": {
"type": "git",
"url": "https://github.com/inspirer-dev/hero-widget-cta-button.git"
},
"bugs": {
"url": "https://github.com/inspirer-dev/hero-widget-cta-button/issues"
}
}