react-tiled-background
Version:
Reusable React component that adds an animated, Excel-style tile grid overlay to any element.
65 lines (64 loc) • 1.58 kB
JSON
{
"name": "react-tiled-background",
"version": "1.0.1",
"private": false,
"description": "Reusable React component that adds an animated, Excel-style tile grid overlay to any element.",
"author": {
"name": "Abhijeet Kumar",
"email": "abhi42cy7@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhijeet42cy6/tile.git"
},
"bugs": {
"url": "https://github.com/abhijeet42cy6/tile/issues"
},
"homepage": "https://github.com/abhijeet42cy6/tile#readme",
"license": "MIT",
"keywords": [
"react",
"tiles",
"background",
"animation",
"excel-style",
"grid",
"overlay",
"interactive"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "tsup src/components/index.ts --dts --format esm,cjs --out-dir dist",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"tsup": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}