UNPKG

use-flex-wrap

Version:

<div align='center'> <a> <img width='200' src="logo.jpeg" alt='logo'> </a> </div>

62 lines (61 loc) 1.32 kB
{ "name": "use-flex-wrap", "version": "1.0.1", "type": "module", "files": [ "dist" ], "exports": { "./react": { "import": "./dist/react.js", "types": "./dist/react.d.ts" }, "./vue": { "import": "./dist/vue.js", "types": "./dist/vue.d.ts" } }, "repository": { "type": "git", "url": "git+ssh://git@github.com:neodin2015/use-flex-wrap.git" }, "license": "MIT", "scripts": { "build": "tsc -b && vite build", "lint": "eslint ." }, "peerDependencies": { "react": "*" }, "devDependencies": { "@eslint/js": "^9.17.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "jest": "^29.7.0", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5", "vite-plugin-dts": "^4.4.0", "vue": "^3.5.13" }, "keywords": [ "react", "hook", "flex-wrap", "use-flex-wrap", "react-flex", "react-hooks", "vue", "vue-flex", "vue-hooks" ] }