@promokit/react
Version:
React components for PromoKit marketing infrastructure
58 lines • 1.46 kB
JSON
{
"name": "@promokit/react",
"version": "2.0.9",
"type": "module",
"description": "React components for PromoKit marketing infrastructure",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"marketing",
"waitlist",
"testimonials",
"changelog",
"components"
],
"author": "Promo Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/promokit-dev/promokit.git",
"directory": "packages/promo-react"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@promokit/js": "^2.0.0",
"framer-motion": "^12.23.0",
"lucide-react": "^0.446.0",
"clsx": "^2.1.1"
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"rollup": "^4.9.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.2.2",
"eslint": "^8.49.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2"
}
}