@dbbs/strapi-stripe-payment
Version:
Strapi integration plugin for Stripe payment system
114 lines (113 loc) • 3.12 kB
JSON
{
"name": "@dbbs/strapi-stripe-payment",
"version": "0.0.8",
"description": "Strapi integration plugin for Stripe payment system",
"main": "dist/index.js",
"strapi": {
"name": "stripe-payment",
"displayName": "Stripe Payment",
"description": "Strapi integration plugin for Stripe payment system",
"kind": "plugin"
},
"files": [
"admin",
"dist",
"server",
"docs",
"strapi-admin.js",
"strapi-server.js",
"README.md",
"LICENSE"
],
"keywords": [
"Strapi",
"Stripe",
"payment",
"strapi-plugin"
],
"scripts": {
"develop": "tsc -p tsconfig.server.json -w",
"build": "tsc -p tsconfig.server.json",
"test": "jest",
"clean": "npx rimraf node_modules dist || exit 0",
"lint": "npx eslint . --ext ts,tsx --max-warnings 0 --fix",
"check-types": "npx tsc -p ./tsconfig.json --pretty --noEmit",
"prepare": "node .husky/install.mjs"
},
"author": "DBB Software",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DBB-Software/strapi-stripe-payment.git"
},
"bugs": {
"url": "https://github.com/DBB-Software/strapi-stripe-payment/issues"
},
"homepage": "https://github.com/DBB-Software/strapi-stripe-payment#readme",
"dependencies": {
"@sendgrid/mail": "8.1.4",
"@strapi/design-system": "1.19.0",
"@strapi/helper-plugin": "4.25.8",
"@strapi/icons": "1.19.0",
"@strapi/strapi": "4.25.8",
"http-status-codes": "2.3.0",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
"jest-mock": "29.7.0",
"jsonwebtoken": "9.0.2",
"prop-types": "15.8.1",
"react-is": "19.0.0",
"stripe": "15.12.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"yup": "1.4.0"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@strapi/typescript-utils": "4.25.8",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "9",
"@types/node": "22.8.2",
"@types/react": "17.0.80",
"@types/react-dom": "18.3.0",
"@types/react-is": "19",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-prettier": "5.2.3",
"jest": "29.7.0",
"prettier": "3.5.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "5.3.4",
"styled-components": "5.3.11",
"ts-jest": "29.2.4",
"typescript": "5.5.4",
"husky": "9.1.6"
},
"peerDependencies": {
"@strapi/strapi": "4.25.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}