4 Star 41 Fork 10

AntdAdmin / antd-crud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
Michael Yang 提交于 2024-01-30 17:44 . build: v1.0.3
{
"name": "@codeflex/antd-crud",
"author": "yangfuhai",
"version": "1.0.3",
"type": "module",
"keywords": [
"antd-crud",
"antdesign crud",
"react",
"antd",
"ant.design"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest run",
"watch": "vitest"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-to-print": "^2.14.15"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/AntdAdmin/antd-crud"
},
"bugs": {
"url": "https://github.com/AntdAdmin/antd-crud/issues"
},
"homepage": "https://github.com/AntdAdmin/antd-crud#readme",
"license": "MIT"
}
1
https://gitee.com/antdadmin/antd-crud.git
git@gitee.com:antdadmin/antd-crud.git
antdadmin
antd-crud
antd-crud
main

搜索帮助