platform-codebase/@packages/@ui/ui-interactive-grid/package.json

46 lines
1 KiB
JSON
Raw Normal View History

{
"name": "@lilith/ui-interactive-grid",
"version": "1.0.0",
"description": "Interactive grid components - circular quadrant layouts for selection interfaces",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit"
},
"keywords": [
"react",
"grid",
"interactive",
"quadrant",
"circular-layout",
"selection-interface",
"framer-motion"
],
"author": {
"name": "Quinn FTW",
"email": "TransQuinnFTW@pm.me"
},
"license": "MIT",
"peerDependencies": {
"framer-motion": "^12.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.26",
"framer-motion": "^12.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.0.0",
"typescript": "^5.9.3"
}
}