Files
YouduWiki/web/packages/ui/package.json
2026-05-21 19:52:45 +08:00

32 lines
558 B
JSON

{
"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"
}
}