lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates built with Tailwind CSS. Create stunning web applications effortlessly by using our 100+ professional and animated react components.
102 lines • 2.55 kB
JSON
{
"name": "lightswind",
"homepage": "https://lightswind.com/",
"version": "3.1.20",
"description": "A collection of beautifully crafted React Components, Blocks & Templates built with Tailwind CSS. Create stunning web applications effortlessly by using our 100+ professional and animated react components.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"exports": {
".": "./dist/index.js",
"./plugin": "./plugin.js",
"./styles.css": "./dist/styles.css"
},
"files": [
"dist",
"bin",
"src/styles",
"plugin.js",
"cli.js",
"lightswindv1.0.css",
"lightswindv1.0.min.js"
],
"bin": {
"create-lightswind": "cli.js",
"lightswind": "bin/lightswind.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 3.0",
"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",
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"javascript-obfuscator": "^4.1.1",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^4",
"terser": "^5.36.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
}
}