@s2ui/justified-gallery
Version:
A justifed gallery by s2ui.
41 lines (40 loc) • 953 B
JSON
{
"name": "@s2ui/justified-gallery",
"version": "1.0.2",
"description": "A justifed gallery by s2ui.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s2sharpit/s2ui-justified-gallery.git"
},
"keywords": [
"s2sharpit",
"s2-ui",
"ui",
"library",
"justified-gallery"
],
"author": "s2sharpit",
"license": "ISC",
"bugs": {
"url": "https://github.com/s2sharpit/s2ui-justified-gallery/issues"
},
"homepage": "https://github.com/s2sharpit/s2ui-justified-gallery#readme",
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
},
"dependencies": {
"rollup": "^4.34.9"
}
}