UNPKG

react-gallery-layouts

Version:

React gallery layouts library with masonry, stack, grid, and justified layouts

67 lines (66 loc) 1.68 kB
{ "name": "react-gallery-layouts", "version": "0.3.0", "description": "React gallery layouts library with masonry, stack, grid, and justified layouts", "main": "dist/react-gallery-layouts.js", "module": "dist/react-gallery-layouts.mjs", "style": "dist/style.css", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint src/**/*.{ts,tsx}", "prepare": "npm run build", "preview": "vite preview", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "react", "gallery", "masonry", "grid", "stack", "justified", "layout", "typescript" ], "author": "", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@faker-js/faker": "^9.7.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", "@types/jest": "^28.1.3", "@types/node": "^18.0.0", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "@vitejs/plugin-react": "^4.0.0", "eslint": "^8.18.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-jest": "^29.0.0", "typescript": "^4.7.4", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0" }, "dependencies": { "immer": "^10.1.1", "lodash": "^4.17.21", "zustand": "^5.0.3" } }