UNPKG

@victoryasokomeh/cci-ui-components

Version:

Celebration Church International UI Components

62 lines (61 loc) 1.42 kB
{ "name": "@victoryasokomeh/cci-ui-components", "version": "1.1.8", "description": "Celebration Church International UI Components", "private": false, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./styles.css": "./dist/styles.css" }, "style": "./dist/index.css", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "npm run build:css && tsup src/index.ts --dts --format esm,cjs", "build:css": "postcss src/styles/styles.css -o dist/styles.css", "dev": "tsup src/index.ts --watch" }, "keywords": [ "react", "celebration", "church", "international", "tailwind", "components", "ui", "npm", "private" ], "author": "Victory Asokomeh", "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "tailwind-merge": "^2.5.2" }, "devDependencies": { "@types/node": "^24.1.0", "@types/react": "^18.2.62", "autoprefixer": "^10.4.20", "postcss": "^8.4.40", "postcss-cli": "^11.0.1", "react": "^19.1.1", "react-dom": "^19.1.1", "tailwindcss": "^3.4.1", "tsup": "^8.5.0", "typescript": "^5.8.3" } }