UNPKG

@abhijeet42cy6/vector-lines

Version:

Reusable 3-line vector pattern (27×26 Y-shape) for React projects

47 lines (46 loc) 1.12 kB
{ "name": "@abhijeet42cy6/vector-lines", "private": false, "publishConfig": { "access": "public" }, "version": "1.0.0", "description": "Reusable 3-line vector pattern (27×26 Y-shape) for React projects", "main": "index.js", "module": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "src/components/ThreeLinePattern.js", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/abhijeetkumar/vector-lines.git" }, "bugs": { "url": "https://github.com/abhijeetkumar/vector-lines/issues" }, "homepage": "https://github.com/abhijeetkumar/vector-lines#readme", "author": "Abhijeet Kumar <abhi42cy7@gmail.com>", "license": "MIT", "keywords": ["react","pattern","svg","grid","background"], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", "vite": "^4.5.0" }, "peerDependencies": { "react": ">=17" } }