{
    "name": "qilin-cli",
    "version": "1.0.1",
    "description": "wbyuhan",
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/wbyuhan/qilin-cli.git"
    },
    "bin": {
        "create": "./lib/index.js"
    },
    "scripts": {
        "start": "webpack-dev-server --config webpack/webpack.config.dev.js",
        "build": "webpack-dev-server --config webpack/webpack.config.prod.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "qilin"
    ],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@babel/core": "^7.5.5",
        "@babel/plugin-proposal-class-properties": "^7.5.5",
        "@babel/plugin-proposal-decorators": "^7.4.4",
        "@babel/plugin-proposal-do-expressions": "^7.5.0",
        "@babel/plugin-proposal-export-default-from": "^7.5.2",
        "@babel/plugin-proposal-export-namespace-from": "^7.5.2",
        "@babel/plugin-proposal-function-bind": "^7.2.0",
        "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
        "@babel/plugin-proposal-optional-chaining": "^7.2.0",
        "@babel/plugin-proposal-pipeline-operator": "^7.5.0",
        "@babel/plugin-proposal-throw-expressions": "^7.2.0",
        "@babel/plugin-syntax-dynamic-import": "^7.2.0",
        "@babel/plugin-transform-runtime": "^7.5.5",
        "@babel/preset-env": "^7.5.5",
        "@babel/preset-react": "^7.0.0",
        "@babel/runtime-corejs2": "^7.5.5",
        "autoprefixer": "^9.6.1",
        "babel-eslint": "^10.0.3",
        "babel-loader": "^8.0.6",
        "babel-plugin-import": "^1.12.1",
        "chalk": "^2.4.2",
        "clean-webpack-plugin": "^3.0.0",
        "css-loader": "^3.2.0",
        "csv-loader": "^3.0.2",
        "eslint": "^6.2.2",
        "eslint-loader": "^3.0.0",
        "eslint-plugin-react": "^7.14.3",
        "file-loader": "^4.2.0",
        "friendly-errors-webpack-plugin": "^1.7.0",
        "html-loader": "^0.5.5",
        "html-webpack-plugin": "^3.2.0",
        "less": "^3.10.3",
        "less-loader": "^5.0.0",
        "markdown-loader": "^5.1.0",
        "mini-css-extract-plugin": "^0.8.0",
        "optimize-css-assets-webpack-plugin": "^5.0.3",
        "postcss-loader": "^3.0.0",
        "progress-bar-webpack-plugin": "^1.12.1",
        "prop-types": "^15.7.2",
        "style-loader": "^1.0.0",
        "uglifyjs-webpack-plugin": "^2.2.0",
        "webpack": "^4.39.3",
        "webpack-cli": "^3.3.7",
        "webpack-dev-server": "^3.8.0",
        "webpack-merge": "^4.2.1",
        "xml-loader": "^1.2.1"
    },
    "dependencies": {
        "antd": "^3.22.2",
        "mobx": "^6.0.4",
        "mobx-react": "^7.0.5",
        "moment": "^2.24.1",
        "prop-types": "^15.7.2",
        "qs": "^6.9.4",
        "react": "^17.0.1",
        "react-dom": "^17.0.1",
        "react-router-dom": "^5.2.0",
        "whatwg-fetch": "^3.5.0"
    }
}