UNPKG

larose-tsx

Version:

Larose ToolKit is a React.js library that you're building, which includes a variety of custom components and Hooks that aim to enhance the development experience. Some components you're working on or have built include

64 lines (63 loc) 1.64 kB
{ "name": "larose-tsx", "version": "1.0.3", "private": false, "description": "Larose ToolKit is a React.js library that you're building, which includes a variety of custom components and Hooks that aim to enhance the development experience. Some components you're working on or have built include", "main": "dist/LaRose.js", "types": "dist/types/LaRose.d.ts", "scripts": { "build": "rm -rf dist && tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "React", "React.js", "Next.js", "React components", "UI components", "Larose.js", "Larose.ts", "Larose", "custom components", "animations", "text animations", "wave text", "shiny text", "animated router", "router animations", "UI library", "component library", "React UI", "flexible components", "React hooks", "frontend development", "JavaScript", "TypeScript", "JSX", "TSX", "Hooks", "UI effects", "responsive design", "ui", "user interface", "front-end", "ToolKit" ], "author": "hamdymohamedak", "homepage": "https://larose.vercel.app", "license": "ISC", "devDependencies": { "@babel/cli": "^7.25.7", "@babel/core": "^7.25.7", "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "babel-loader": "^9.2.1", "babel-minify": "^0.5.2", "esbuild": "0.24.0", "terser": "^5.34.1", "tsup": "^8.4.0", "typescript": "^5.7.3" } }