zxreact-components
Version:
react 组件库
42 lines (41 loc) • 978 B
JSON
{
"name": "zxreact-components",
"version": "1.0.8",
"description": "react 组件库",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:types": "tsc --emitDeclarationOnly",
"build": "pnpm run build:types && vite build",
"build:vite": "vite build",
"publish": "npm publish --access public"
},
"keywords": [
"react",
"react-component",
"zxReact-components"
],
"author": "zx",
"license": "MIT",
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"@monorepo/lib": "workspace:*",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"typescript": "^5.8.3",
"vite": "^7.0.4",
"vite-plugin-dts": "^4.5.4"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"antd": "^5.26.4"
}
}