UNPKG

@edwardxyt/gws-cli

Version:

这是一个web脚手架工具,用于生成基于webpack5,生成typescript+react17+mobx5+reactRouter6的应用。初衷是要解决多入口,多环境。单独编译单独运行的脚手架。做到小而美。拒绝锦上添花。

61 lines (60 loc) 1.5 kB
{ "name": "@bi/example", "version": "0.0.39", "description": "组件案例开发环境", "author": "夏宇霆 <56833517@qq.com>", "homepage": "", "license": "ISC", "main": "lib/example.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "registry": "http://sinopia.node.hualala.com/", "access": "public" }, "repository": { "type": "git", "url": "git@git.hualala.com:HBI/bi-component.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "config": { "port": "9090", "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "dependencies": { "@edwardxyt/modulea": "^0.0.39", "@edwardxyt/moduleb": "^0.0.39", "@types/classnames": "^2.3.1", "@types/lodash": "^4.14.178", "@types/node": "^17.0.18", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-router-dom": "^5.3.3", "antd": "^4.19.2", "classnames": "^2.3.1", "copy-to-clipboard": "^3.3.1", "dayjs": "^1.11.0", "lodash": "^4.17.21", "mobx": "^6.4.2", "mobx-react": "^7.3.0", "mobx-react-lite": "^3.3.0", "prettier": "^2.6.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "react-markdown": "^8.0.1", "react-router-dom": "^6.2.2", "react-syntax-highlighter": "^15.5.0", "remark-gfm": "^3.0.1", "styled-components": "^5.3.3" } }