cw-component-ui
Version:
30 lines • 798 B
JSON
{
"name": "cw-component-ui",
"version": "0.0.23",
"keywords": [
"组件库",
"开箱即用"
],
"author": "chenwen",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build && node config/package.ts",
"preview": "vite preview",
"patch": "node config/updateVersion.ts patch && npm run build"
},
"main": "cw-component.umd.ts",
"devDependencies": {
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"ant-design-vue": "^3.2.15",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue": "^3.2.45",
"vue-tsc": "^1.0.11"
},
"peerDependencies": {
"ant-design-vue": "^3.2.15",
"vue": "^3.2.45"
}
}