mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-19 19:55:30 +08:00
44 lines
903 B
JSON
44 lines
903 B
JSON
{
|
|
"name": "@vben-core/design",
|
|
"version": "4.0.0-beta1",
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm vite build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
"./bem": {
|
|
"development": "./src/scss-bem/bem.scss",
|
|
"default": "./dist/bem.scss"
|
|
},
|
|
"./theme": {
|
|
"default": "./src/css/global.css"
|
|
},
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/design.css"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@iconify/json": "catalog:",
|
|
"@iconify/tailwind4": "catalog:",
|
|
"@tailwindcss/typography": "catalog:",
|
|
"tw-animate-css": "catalog:"
|
|
}
|
|
}
|