lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.
128 lines • 3.6 kB
JSON
{
"name": "lightswind",
"homepage": "https://lightswind.com/",
"version": "3.1.29",
"description": "A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ 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/components",
"src/styles",
"plugin.js",
"cli.js",
"lightswindv1.0.css",
"lightswindv1.0.min.js"
],
"bin": {
"lightswind": "bin/lightswind.js",
"lightswind-ui": "bin/lightswind.js"
},
"scripts": {
"build": "tsc && node -e \"const fs=require('fs-extra'); fs.copySync('src/components/ui', 'dist/components/ui', { filter: (src) => !src.endsWith('.js') && !src.endsWith('.map') })\" && node normalize-imports.js",
"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": {
"@gsap/react": "^2.1.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@types/react-syntax-highlighter": "^15.5.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cobe": "^2.0.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.38.0",
"fs-extra": "^11.3.0",
"gsap": "^3.15.0",
"input-otp": "^1.4.2",
"lucide-react": "^1.14.0",
"next-themes": "^0.4.6",
"ogl": "^1.0.11",
"react-day-picker": "^9.14.0",
"react-flip-toolkit": "^7.2.4",
"react-hook-form": "^7.75.0",
"react-resizable-panels": "^4.11.0",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^3.8.1",
"simplex-noise": "^4.0.3",
"swiper": "^12.1.4",
"tailwind-merge": "^2.6.1",
"three": "^0.184.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"
}
}