antd-schema
Version:
75 lines • 1.67 kB
JSON
{
"name": "antd-schema",
"version": "3.7.5",
"description": "",
"main": "./lib/index.js",
"type": "module",
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint --fix --cache --cache-location .eslintcache",
"prettier --write"
],
"*.{json,md,css}": [
"prettier --write"
]
},
"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",
"ky": "^1.7.2",
"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.32.17"
},
"devDependencies": {
"@types/jmespath": "^0.15.2",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.7",
"antd": "^6.0.0",
"eslint": "^9.13.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router": "^7.9.6",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"@flow97/eslint-config-react": "1.1.2",
"tsconfig": "0.0.6"
},
"peerDependencies": {
"antd": "^6.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.9.6"
},
"scripts": {
"lint": "eslint --fix .",
"dev": "tsup --watch",
"build": "tsup"
}
}