ui-interactive-grid/package.json
autocommit f583d5f244
Some checks failed
Publish / publish (push) Failing after 1s
deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions for bug fixes and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:23:21 -07:00

67 lines
1.5 KiB
JSON

{
"name": "@lilith/ui-interactive-grid",
"version": "1.1.6",
"description": "Interactive grid components - circular quadrant layouts for selection interfaces",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"keywords": [
"react",
"grid",
"interactive",
"quadrant",
"circular-layout",
"selection-interface",
"framer-motion"
],
"author": {
"name": "Quinn FTW",
"email": "quinn@ftw.codes"
},
"license": "MIT",
"dependencies": {
"@lilith/ui-zname": "^1.2.4",
"motion-dom": "^12.24.11",
"motion-utils": "^12.24.10",
"@lilith/ui-styled-components": "^6.3.9"
},
"peerDependencies": {
"framer-motion": "^12.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/styled-components": "^5.1.36",
"framer-motion": "^12.25.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}