mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-27 13:20:18 +00:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@h5-dooring/ui",
|
|
"version": "0.0.1",
|
|
"description": "组件库及渲染器",
|
|
"homepage": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "umi dev",
|
|
"build": "umi build",
|
|
"dev_dist": "http-server ./dist",
|
|
"postinstall": "umi generate tmp",
|
|
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
|
|
"test": "umi-test",
|
|
"test:coverage": "umi-test --coverage"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,less,md,json}": [
|
|
"prettier --write"
|
|
],
|
|
"*.ts?(x)": [
|
|
"prettier --parser=typescript --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/pro-layout": "^6.5.0",
|
|
"@ant-design/pro-table": "^2.51.2",
|
|
"lodash": "^4.17.21",
|
|
"react": "17.x",
|
|
"react-dom": "17.x",
|
|
"react-grid-layout": "^1.2.5",
|
|
"umi": "^3.5.13",
|
|
"dom-to-image": "^2.6.0",
|
|
"react-color": "^2.18.1",
|
|
"zarm": "^2.5.1",
|
|
"axios": "^0.19.2",
|
|
"@antv/f2": "^3.7.7",
|
|
"@uiw/react-baidu-map": "^1.17.3",
|
|
"video-react": "^0.14.1",
|
|
"react-audio-player": "^0.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dom-to-image": "^2.6.3",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-color": "^3.0.5",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/react-grid-layout": "^1.1.2",
|
|
"@typescript-eslint/parser": "^4.28.2",
|
|
"@umijs/fabric": "^2.6.2",
|
|
"@umijs/preset-react": "1.x",
|
|
"@umijs/test": "^3.5.13",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"lint-staged": "^10.0.7",
|
|
"prettier": "^2.2.0",
|
|
"typescript": "^4.1.2",
|
|
"yorkie": "^2.0.0"
|
|
}
|
|
}
|