UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

106 lines (105 loc) 2.66 kB
{ "name": "react-json-schema-editor-antd", "version": "1.9.2", "private": false, "description": "Json Schema Editor", "keywords": [ "json", "schema", "json schema", "json schema editor" ], "license": "MIT", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "father build", "build:watch": "father dev", "dev": "dumi dev", "docs:build": "dumi build", "docs:preview": "dumi preview", "doctor": "father doctor", "lint": "npm run lint:es && npm run lint:css", "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"", "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"", "prepare": "husky install && dumi setup", "prepublishOnly": "father doctor && npm run build", "start": "npm run dev" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{md,json}": [ "prettier --write --no-error-on-unmatched-pattern" ], "*.{css,less}": [ "stylelint --fix", "prettier --write" ], "*.{js,jsx}": [ "eslint --fix", "prettier --write" ], "*.{ts,tsx}": [ "eslint --fix", "prettier --parser=typescript --write" ] }, "dependencies": { "@ant-design/icons": "^5.3.7", "@apidevtools/json-schema-ref-parser": "^11.7.3", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@monaco-editor/react": "^4.6.0", "ahooks": "^3.9.0", "ajv": "^8.17.1", "antd": "^5.22.2", "apipost-tools": "^0.0.38", "classnames": "^2.5.1", "i18next": "^25.0.1", "immer": "^10.1.1", "json-schema-library": "^10.0.0-rc5", "lodash": "^4.17.21", "monaco-editor": "^0.52.2", "react-i18next": "^15.5.1", "use-immer": "^0.11.0", "zustand": "^5.0.6" }, "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@types/lodash": "^4.17.4", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@umijs/lint": "^4.0.0", "babel-plugin-transform-remove-console": "^6.9.4", "dumi": "^2.3.0", "eslint": "^8.23.0", "father": "^4.1.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.7.1", "prettier-plugin-organize-imports": "^3.0.0", "prettier-plugin-packagejson": "^2.2.18", "react": "^18.0.0", "react-dom": "^18.0.0", "stylelint": "^14.9.1" }, "peerDependencies": { "antd": ">=5.0.0", "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "publishConfig": { "access": "public" }, "authors": [ "xbw" ] }