antd-schema
Version:
61 lines • 1.33 kB
JSON
{
"name": "antd-schema",
"version": "3.0.48",
"description": "",
"main": "index.js",
"type": "module",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"files": [
"README.md",
"CHANGELOG.md",
"lib"
],
"keywords": [
"Antd",
"schema"
],
"author": "chaos1ee <chaos.maybeeee@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
"jmespath": "^0.16.0",
"lodash-es": "^4.17.21",
"query-string": "^9.1.0",
"react-error-boundary": "^4.1.2",
"zod": "^3.23.8",
"zustand": "^5.0.1",
"react-toolkits": "^2.14.8"
},
"devDependencies": {
"@types/jmespath": "^0.15.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"antd": "^5.21.6",
"eslint": "^9.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"@flow97/eslint-config-react": "1.0.5",
"tsconfig": "0.0.6"
},
"peerDependencies": {
"antd": "^5.21.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"scripts": {
"lint": "eslint --fix .",
"build": "tsup"
}
}