{ "name": "h5-dooring", "version": "1.3.0", "description": "H5-Dooring是一款功能强大,开源免费的H5可视化页面配置解决方案,致力于提供一套简单方便、专业可靠、无限可能的H5落地页最佳实践。技术栈以react为主, 后台采用nodejs开发。", "private": false, "author": { "name": "徐小夕", "email": "xujiang156@qq.com", "url": "http://io.nainor.com/h5_visible" }, "keywords": [ "h5 editor", "h5", "react", "antd", "react-dnd", "web visible" ], "contributors": [ "yehuozhili (https://github.com/yehuozhili))" ], "scripts": { "start": "umi dev", "build": "umi build", "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" ] }, "homepage": "http://io.nainor.com/h5_visible", "repository": { "type": "git", "url": "git+https://github.com/MrXujiang/h5-Dooring.git" }, "bugs": { "url": "https://github.com/MrXujiang/h5-Dooring/issues" }, "dependencies": { "@ant-design/icons": "^4.2.1", "@types/node": "^14.6.2", "@umijs/plugin-sass": "^1.1.1", "@umijs/preset-react": "1.x", "@umijs/test": "^3.2.19", "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", "react-text-loop": "^2.3.0", "sass-loader": "^9.0.3", "socket.io-client": "^2.3.0", "umi": "^3.2.19", "video-react": "^0.14.1", "yorkie": "^2.0.0", "zarm": "^2.5.1" }, "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "2.x", "@typescript-eslint/parser": "2.x", "babel-eslint": "10.x", "eslint": "6.x", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "4.x", "eslint-plugin-import": "2.x", "eslint-plugin-jsx-a11y": "6.x", "eslint-plugin-react": "7.x", "eslint-plugin-react-hooks": "2.x" } }