{
  "name": "smart-ui-config",
  "version": "1.0.109",
  "description": "",
  "main": "build/src/smart-ui-config.js",
  "scripts": {
    "p": "node publish.mjs",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx webpack --config webpack.config.js --env production isBuild",
    "build:report": "npx webpack --config webpack.config.js --env production isBuild report",
    "build:sit": "npx webpack --config webpack.config.js --env sit isBuild",
    "build:dev": "npx webpack --config webpack.config.js --env development isBuild",
    "watch:dev": "npx webpack --config webpack.config.js --env development isWatching --watch --color --progress --hot",
    "liweihuaDEV": "npx webpack --config webpack.config.js --env liweihuaDEV isWatching --watch --color --progress --hot"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.16.5",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
    "@vue/babel-preset-jsx": "^1.2.4",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.2.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "css-loader": "5.1.4",
    "dotenv-webpack": "^7.0.3",
    "eslint": "^7.14.0",
    "file-loader": "^6.2.0",
    "glob": "^7.2.0",
    "less": "^4.1.2",
    "less-loader": "^10.2.0",
    "module-alias": "^2.2.2",
    "node-sass": "^6.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sass": "^1.45.0",
    "sass-loader": "^10.1.1",
    "style-loader": "^3.3.1",
    "svg-sprite-loader": "^6.0.11",
    "terser-webpack-plugin": "^5.3.1",
    "url-loader": "^4.1.1",
    "vue-loader": "^15.7.0",
    "vue-loader-plugin": "^1.3.0",
    "vue-style-loader": "^4.1.3",
    "vue-template-compiler": "2.5.21",
    "webpack": "^5.0.0",
    "webpack-auto-export-plugin": "^1.0.10",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.1"
  },
  "_moduleAliases": {
    "@": "/src"
  },
  "dependencies": {
    "filemanager-webpack-plugin": "^8.0.0",
    "terser-webpack-plugin": "^4.2.3"
  }
}