UNPKG

@explita/daily-toolset-components

Version:

A lightweight and versatile collection of TypeScript utility functions and form components, inspired by ShadCN UI, designed for seamless everyday development. Enhance your Node.js, React, and Next.js projects with a well-structured suite of helpers for st

94 lines (93 loc) 3.03 kB
{ "name": "@explita/daily-toolset-components", "version": "3.1.1", "description": "A lightweight and versatile collection of TypeScript utility functions and form components, inspired by ShadCN UI, designed for seamless everyday development. Enhance your Node.js, React, and Next.js projects with a well-structured suite of helpers for strings, arrays, dates, and objects—alongside customizable, developer-friendly form elements. The perfect toolkit for building modern, efficient web applications with ease.", "main": "./dist/index.js", "types": "./dist/input.type.d.ts", "exports": { ".": { "default": "./dist/index.js" }, "./form": { "default": "./dist/form/index.js" }, "./styles.css": "./dist/styles.css" }, "scripts": { "test": "jest --passWithNoTests --coverage", "clean": "rimraf dist", "build": "npm run clean && tsc && npm run copy-assets", "prepublishOnly": "npm run build", "copy-assets": "copy .\\src\\styles.css dist\\styles.css", "styles": "npx @tailwindcss/cli -i ./src/dev-styles.css -o ./src/styles.css --watch" }, "keywords": [ "utility functions", "TypeScript utilities", "React utilities", "Next.js utilities", "Node.js utilities", "developer toolset", "utility library", "general-purpose utilities", "modern web development", "ES6 helpers", "TypeScript helpers", "npm package", "React hooks", "Next.js hooks", "custom hooks", "frontend utilities", "backend utilities", "shadcn-inspired components", "form components", "UI components" ], "author": "explita", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/explita/daily-toolset.git" }, "homepage": "https://daily-toolset.explita.ng", "dependencies": { "@explita/daily-toolset-hooks": "^1.0.2", "@explita/daily-toolset-utils": "^2.0.1" }, "devDependencies": { "@babel/cli": "^7.25.9", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@tailwindcss/cli": "^4.1.6", "@types/jest": "^29.5.14", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "jest": "^29.7.0", "react": "^18.3.1", "react-dom": "^18.3.1", "rimraf": "^6.0.1", "tailwindcss": "^4.1.6", "ts-jest": "^29.2.5" }, "peerDependencies": { "@radix-ui/react-checkbox": "^1.1.3", "@radix-ui/react-dialog": "^1.1.3", "@radix-ui/react-popover": "^1.1.3", "@radix-ui/react-radio-group": "^1.2.2", "@radix-ui/react-scroll-area": "^1.2.2", "@radix-ui/react-slot": "^1.1.1", "@radix-ui/react-switch": "^1.1.2", "class-variance-authority": "^0.7.1", "cmdk": "^1.0.4", "react": "^18.3.1 || ^19", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1 || ^19", "react-icons": "^5.4.0", "zod": "^3.23.8" }, "files": [ "dist", "README.md", "LICENSE" ] }