{
    "name": "@fox-js/foxui-pc",
    "version": "3.1.11",
    "description": "Fox PC端UI框架",
    "author": "jiangcheng",
    "keywords": [
        "fox"
    ],
    "main": "dist/index.js",
    "typings": "",
    "license": "",
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "prod": "cross-env NODE_ENV=production webpack --config scripts/webpack.js",
        "dev": "cross-env NODE_ENV=development webpack --config scripts/webpack.js",
        "publish:beta": "npm version prerelease && npm publish --tag beta",
        "publish:legacy": "npm version patch && npm publish --tag legacy",
        "publish:latest": "npm version patch && npm publish"
    },
    "dependencies": {
        "@babel/runtime-corejs3": "^7.18.3",
        "@fox-js/big-decimal": "^3.0.1-0",
        "core-js": "^3.22.8",
        "element-ui": "^2.15.6",
        "vue": "^2.6.11",
        "vue-i18n": "^8.17.5"
    },
    "devDependencies": {
        "@babel/core": "^7.15.5",
        "@babel/plugin-proposal-class-properties": "^7.14.5",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/plugin-transform-modules-commonjs": "^7.15.4",
        "@babel/plugin-transform-runtime": "^7.15.0",
        "@babel/preset-env": "^7.15.6",
        "@babel/preset-typescript": "^7.15.0",
        "@vue/cli-plugin-eslint": "^4.5.13",
        "autoprefixer": "^10.2.6",
        "babel-eslint": "^10.1.0",
        "babel-loader": "^8.2.2",
        "clean-webpack-plugin": "^4.0.0-alpha.0",
        "compression-webpack-plugin": "^8.0.1",
        "copy-webpack-plugin": "^9.0.1",
        "cross-env": "^7.0.3",
        "css-loader": "^5.2.6",
        "eslint": "^7.32.0",
        "eslint-config-airbnb": "^18.2.1",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-import": "^2.24.2",
        "eslint-plugin-prettier": "^3.4.1",
        "eslint-plugin-vue": "^7.16.0",
        "html-loader": "^2.1.2",
        "html-webpack-plugin": "5.3.2",
        "less": "^4.1.1",
        "less-loader": "^10.0.1",
        "lint-staged": "^11.0.0",
        "mini-css-extract-plugin": "^2.1.0",
        "mockjs": "^1.1.0",
        "postcss": "^8.3.5",
        "postcss-loader": "^6.1.1",
        "postcss-preset-env": "^7.7.1",
        "prettier": "^2.3.2",
        "prettier-eslint-cli": "^5.0.1",
        "sass": "^1.35.2",
        "sass-loader": "^12.1.0",
        "ts-loader": "^9.2.3",
        "ts-node": "^10.0.0",
        "tsconfig-paths-webpack-plugin": "^3.5.1",
        "typescript": "^4.3.5",
        "vconsole-webpack-plugin": "^1.7.1",
        "vue-loader": "^15.9.6",
        "vue-style-loader": "^4.1.3",
        "vue-template-compiler": "^2.6.14",
        "webpack": "^5.43.0",
        "webpack-cli": "^4.7.2",
        "webpack-dev-server": "^3.11.2",
        "webpack-merge": "^5.7.3",
        "webpackbar": "^5.0.0-3"
    }
}
