@uozi-admin/curd
Version:
Easy to implement curd.
53 lines • 1.26 kB
JSON
{
"name": "@uozi-admin/curd",
"version": "3.19.1",
"description": "Easy to implement curd.",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"uozi-admin",
"curd"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uozi-tech/admin-kit.git",
"directory": "packages/curd"
},
"author": "Akino",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"provenance": true
},
"peerDependencies": {
"@ant-design/icons-vue": ">=7.0.1",
"ant-design-vue": ">=4.2.6",
"dayjs": ">=1.11.13",
"lodash-es": ">=4.17.21",
"vue": ">=3.5.13",
"vue-router": ">=4.5.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/sortablejs": "^1.15.8",
"simple-git-hooks": "^2.12.1",
"unocss-preset-chinese": "^0.3.3",
"unocss-preset-ease": "^0.0.4",
"@uozi-admin/shared-config": "0.4.6"
},
"dependencies": {
"@vueuse/core": "^13.1.0",
"sortablejs": "^1.15.6",
"vue-i18n": "^11.1.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"scripts": {
"watch": "vite build --watch",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"test": "vitest"
}
}