mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-11 09:22:51 +00:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "umi dev",
|
|
"build": "umi build",
|
|
"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/charts": "^0.9.9",
|
|
"@ant-design/icons": "^4.2.1",
|
|
"@umijs/plugin-sass": "^1.1.1",
|
|
"@umijs/preset-react": "1.x",
|
|
"@umijs/test": "^3.0.12",
|
|
"antd": "^4.2.3",
|
|
"antd-img-crop": "^3.10.0",
|
|
"axios": "^0.19.2",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"file-saver": "^2.0.2",
|
|
"lint-staged": "^10.0.7",
|
|
"node-sass": "^4.14.1",
|
|
"prettier": "^1.19.1",
|
|
"qrcode.react": "^1.0.0",
|
|
"react": "^16.12.0",
|
|
"react-color": "^2.18.1",
|
|
"react-dnd": "^11.1.3",
|
|
"react-dnd-html5-backend": "^11.1.3",
|
|
"react-dom": "^16.12.0",
|
|
"react-draggable": "^4.4.3",
|
|
"react-grid-layout": "^1.0.0",
|
|
"sass-loader": "^9.0.3",
|
|
"umi": "^3.0.12",
|
|
"video-react": "^0.14.1",
|
|
"yorkie": "^2.0.0",
|
|
"zarm": "^2.5.1"
|
|
}
|
|
}
|