lightswind
Version:
A professionally designed component library & templates market that brings together functionality, accessibility, and beautiful aesthetics for modern applications.
106 lines (105 loc) • 2.68 kB
JSON
{
"name": "lightswind",
"homepage": "https://pro.lightswind.com/",
"version": "2.0.0",
"description": "A professionally designed component library & templates market that brings together functionality, accessibility, and beautiful aesthetics for modern applications.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"exports": {
".": "./dist/index.js",
"./plugin": "./plugin.js",
"./styles.css": "./dist/styles.css"
},
"files": [
"dist",
"src/styles",
"plugin.js"
],
"bin": {
"create-lightswind": "./cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"build-css": "npx postcss tailwind.css -o ./src/lightswind.css"
},
"keywords": [
"component-library",
"ui-components",
"tailwind",
"react-components",
"tailwindcss",
"tailwind-css",
"alpinejs",
"tailwindui",
"tailwind-ui",
"tailwind-blocks",
"lightswind",
"lightswind-ui",
"css",
"html",
"template",
"components",
"ui",
"landing-page",
"blocks",
"free",
"tailwind-ui",
"reactjs",
"frontend",
"web-development",
"responsive-design",
"design-system",
"ui-kit",
"react-ui",
"javascript",
"frontend-components",
"design-library",
"ui-library",
"web-components",
"react",
"single-page-applications",
"high-performance",
"reusable-components",
"react-templates",
"tailwind-css-sections"
],
"author": "@codewithmuhilan",
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"fs-extra": "^11.3.0",
"lucide-react": "^0.363.0",
"framer-motion": "^11.18.2",
"tailwindcss": "^3.4.14",
"tailwind-merge": "^2.2.0",
"react-resizable-panels": "^2.1.3",
"input-otp": "^1.4.2",
"embla-carousel-react": "^8.3.0",
"date-fns": "^3.6.0",
"react-day-picker": "^8.10.1",
"recharts": "^2.12.7",
"react-hook-form": "^7.53.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"tailwindcss": "^3.4.4",
"terser": "^5.36.0"
}
}