UNPKG

@ywfe/cli

Version:

遥望前端开发命令行工具

89 lines (88 loc) 2.64 kB
{ "name": "yw-synergy", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "lint": "lint-staged", "test": "echo \"Error: no test specified\" && exit 1", "start:vite": "yw vite-s", "build:vite": "yw vite-b", "publish:vite": "yw vite-p", "initUpdateSubmodule": "git submodule update --init --recursive" }, "repository": { "type": "git", "url": "https://git.ywwl.com/ywCloud/yw-synergy.git" }, "author": "ywfe", "license": "ISC", "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@esbuild-plugins/node-modules-polyfill": "^0.1.4", "@iceworks/spec": "^1.6.0", "@rollup/plugin-replace": "^4.0.0", "@types/antd": "^1.0.0", "@types/big.js": "^6.1.6", "@types/react": "^16.14.34", "@types/react-dom": "^16.9.17", "@types/react-router": "^5.1.19", "@types/react-router-dom": "^5.3.3", "@types/styled-components": "^5.1.26", "@vitejs/plugin-react": "^2.0.0", "babel-plugin-styled-components": "^2.1.4", "buffer": "^6.0.3", "eslint": "8.22.0", "less": "^4.1.3", "lint-staged": "^13.0.3", "postcss-px-to-viewport": "^1.1.1", "prettier": "^2.7.1", "react-router-dom": "^5.3.4", "rollup-plugin-less": "^1.1.3", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-visualizer": "^5.7.1", "styled-components": "^4.1.1", "typescript": "^4.8.3", "vite": "^3.0.5", "vite-plugin-externals": "^0.5.1" }, "dependencies": { "@antv/g6": "^4.7.11", "@dnd-kit/core": "^6.0.7", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", "@formily/antd": "^1.3.7", "@formily/antd-components": "^1.3.7", "@ywfe/hook-subscription": "~0.10.69", "@ywfe/request": "0.10.60-beta-6", "@ywfe/utils": "^0.10.74", "@ywfe/yw-design": "^0.2.50", "@ywfe/yw-editor": "^0.0.5", "@ywfe/ywd": "^0.10.60-beta-6", "antd": "4.16.13", "antd-mobile": "^5.24.0", "antd-mobile-icons": "^0.3.0", "antd-multi-cascader": "^1.3.1", "axios": "^1.5.0", "big.js": "^6.2.1", "cropperjs": "^1.6.0", "dagre": "^0.8.5", "dayjs": "^1.11.5", "file-saver": "^2.0.5", "html2pdf.js": "^0.10.1", "jspdf": "^2.5.1", "lodash": "^4.17.21", "nzh": "^1.0.8", "phone": "^3.1.29", "qrcode.react": "^3.1.0", "react": "^16.14.0", "react-copy-to-clipboard": "^5.1.0", "react-cropper": "^2.3.3", "react-dom": "^16.14.0", "react-draggable": "^4.4.5", "react-sortable-hoc": "^1.11.0", "react-viewer": "^3.2.2", "reactflow": "11.11.3", "uuid": "^9.0.0" } }