UNPKG

@edwardxyt/gws-cli

Version:

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

117 lines (116 loc) 3.62 kB
{ "name": "website-2018", "version": "1.0.0", "description": "a framework for react", "keywords": [ "react", "mobx" ], "license": "ISC", "author": "夏宇霆<56833517@qq.com>", "repository": { "type": "git", "url": "https://github.com/faisalman/ua-parser-js.git" }, "homepage": "http://xiayuting.cc", "bugs": "56833517@qq.com", "main": "index.js", "private": true, "engines": { "node": ">= 8" }, "config": { "port": "7001", "express_port": "8001" }, "scripts": { "oss": "node bin/oss.js", "tag": "node bin/tag.js", "clean": "rimraf node_modules", "start": "cross-env DEBUG=development:* NODE_ENV='development' webpack-dev-server --config config/webpack.development.config", "prewatch": "cross-env DEBUG=compile:* node bin/del", "watch": "cross-env DEBUG=development:* NODE_ENV='development' node bin/watch", "precompile": "cross-env DEBUG=compile:* node bin/del", "compile": "cross-env DEBUG=compile:* node bin/vendor", "postcompile": "cross-env DEBUG=compile:* node bin/compile", "tree": "cross-env DEBUG=tree:* node bin/tree", "node:server": "cross-env DEBUG=test:* NODE_ENV='test' nodemon bin/express.server" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/plugin-proposal-decorators": "^7.4.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-arrow-functions": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.3", "@babel/polyfill": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.4.0", "autoprefixer": "^9.3.1", "babel-loader": "^8.0.5", "babel-plugin-import": "^1.11.0", "babel-plugin-transform-remove-console": "^6.9.4", "copy-webpack-plugin": "^5.0.3", "cross-env": "^5.1.6", "css-loader": "^2.1.0", "debug": "^4.0.1", "del": "^4.0.0", "detect-port": "^1.2.3", "file-loader": "^3.0.1", "glob": "^7.1.2", "handlebars": "^4.0.11", "handlebars-loader": "^1.6.0", "happypack": "^5.0.0", "html-webpack-plugin": "^3.1.0", "ip": "^1.1.5", "js-cookie": "^2.2.0", "less": "^3.7.1", "less-loader": "^4.1.0", "mini-css-extract-plugin": "^0.5.0", "nodemon": "^1.18.6", "optimize-css-assets-webpack-plugin": "^5.0.1", "postcss-loader": "^3.0.0", "prop-types": "^15.6.1", "react-loadable": "^5.3.1", "rimraf": "^2.6.2", "style-loader": "^0.23.0", "uglifyjs-webpack-plugin": "^2.0.1", "vconsole": "^3.1.0", "webpack": "^4.29.6", "webpack-bundle-analyzer": "^3.0.3", "webpack-cli": "^3.1.1", "webpack-dev-server": "^3.1.1" }, "dependencies": { "@edwardxyt/gws-utils": "^1.0.0", "@edwardxyt/gws-javascripts": "^1.0.0", "@edwardxyt/gws-components": "^1.0.0", "antd": "^3.11.6", "antd-mobile": "^2.2.6", "axios": ">=0.21.2", "babel-eslint": "^10.0.1", "crypto-js": "^3.1.9-1", "eslint": "^5.9.0", "eslint-loader": "^2.1.1", "eslint-plugin-react": "^7.11.1", "fetch-jsonp": "^1.1.3", "fs-extra": "^7.0.1", "koa": "^2.6.2", "koa-static": "^5.0.0", "lodash": "^4.17.5", "mobx": "^5.6.0", "mobx-react": "^5.3.6", "moment": "^2.21.0", "moment-timezone": "^0.5.23", "nprogress": "^0.2.0", "ramda": "^0.26.1", "react": "^16.6.3", "react-dom": "^16.6.3", "react-helmet": "^5.2.0", "react-router-dom": "^5.0.0", "react-sticky": "^6.0.3", "ua-parser-js": "^0.7.19" } }