UNPKG

@quiet-front-end/json-schema-editor-antd

Version:
98 lines (97 loc) 2.46 kB
{ "name": "@quiet-front-end/json-schema-editor-antd", "version": "1.0.9", "private": false, "description": "Json Schema Editor", "keywords": [ "json", "schema", "json schema", "json schema editor" ], "homepage": "https://lin-mt.github.io/json-schema-editor-antd", "repository": { "type": "git", "url": "https://github.com/lin-mt/json-schema-editor-antd.git" }, "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", "@monaco-editor/react": "^4.6.0", "ajv": "^8.17.1", "antd": "^5.22.2", "json-schema-library": "^10.0.0-rc5", "lodash": "^4.17.21" }, "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", "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": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "publishConfig": { "access": "public" }, "authors": [ "lin-mt@outlook.com" ] }