init push
This commit is contained in:
31
web/packages/ui/package.json
Normal file
31
web/packages/ui/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user