{ "name": "@panda-wiki/ui", "version": "1.0.0", "description": "", "main": "./src/index.tsx", "type": "module", "types": "env.d.ts", "scripts": { "icon": "tsx ./scripts/generate.ts" }, "exports": { ".": "./src/index.tsx", "./*": "./src/*/index.tsx" }, "typesVersions": { "*": { "*": [ "src/*/index.tsx", "src/*.tsx" ] } }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.12.1", "dependencies": { "gsap": "^3.13.0", "swiper": "^12.0.2" } }