1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/furtherbank-json-schemaeditor-antd

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 2.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
furtherbank Отправлено 02.04.2023 08:25 59e1aa9
{
"private": false,
"name": "json-schemaeditor-antd",
"version": "0.1.6",
"description": "基于 antd 搭建的可使用 JSON Schema 约束的 JSON 编辑器。\n支持良好,简单可靠,效率更高。",
"author": "furtherbank",
"homepage": "https://github.com/furtherbank/json-schemaeditor-antd",
"license": "MIT",
"repository": "https://github.com/FurtherBank/json-schemaeditor-antd",
"keywords": [
"antd",
"ant-design",
"react",
"json-schema",
"json",
"json-editor"
],
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build": "father-build",
"deploy": "npm run docs:build && npm run docs:deploy",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "jest --config .jest.config.ts",
"cov": "jest --config .jest.config.ts --coverage",
"prepublishOnly": "npm run build",
"version": "conventional-changelog -p angular -i changelog.md -s && git add changelog.md",
"prepare": "husky install"
},
"files": [
"es",
"dist"
],
"main": "dist/index.min.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"peerDependencies": {
"@ant-design/icons": "^4.0.0",
"antd": "^4.0.0",
"react": ">=16",
"react-dom": ">=16"
},
"dependencies": {
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"ajv-i18n": "^4.2.0",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"react-redux": "^7.2.8",
"react-selectable-fast": "^3.4.0",
"redux": "^4.1.2",
"redux-undo": "^1.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.3.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.23",
"@types/react": "^16.14.24",
"@types/react-dom": "^16.9.14",
"@types/uuid": "^9.0.0",
"@umijs/fabric": "^2.8.1",
"@umijs/preset-react": "^2.1.2",
"@umijs/test": "^3.0.5",
"babel-plugin-import": "^1.13.3",
"conventional-changelog-cli": "^2.2.2",
"dumi": "^1.1.0",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
"husky": "^8.0.0",
"lesshat": "^4.1.0",
"lint-staged": "^10.5.4",
"monaco-editor": "^0.33.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "^2.2.1",
"react-monaco-editor": "^0.47.0",
"react-test-renderer": "^16.14.0",
"ts-node": "^10.7.0"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/furtherbank-json-schemaeditor-antd.git
git@api.gitlife.ru:oschina-mirror/furtherbank-json-schemaeditor-antd.git
oschina-mirror
furtherbank-json-schemaeditor-antd
furtherbank-json-schemaeditor-antd
master