{
  "name": "asp-smart-ui-test",
  "version": "1.0.10",
  "private": false,
  "description": "SmartUI, Vue 2.0 的组件库",
  "main": "lib/asp-smart-ui.common.js",
  "keyword": "aspire shenzhen front team",
  "license": "MIT",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:theme": "node build/bin/gen-cssfile && gulp build --gulpfile src/components/pc/theme-chalk/gulpfile.js && cp-cli src/components/pc/theme-chalk/lib lib/pc/theme-chalk",
    "build:theme-h5": "node build/bin/gen-cssfile && gulp build --gulpfile src/components/h5/theme-chalk/gulpfile.js && cp-cli src/components/h5/theme-chalk/lib lib/h5/theme-chalk",
    "build:utils": "cross-env BABEL_ENV=utils babel src/utils --out-dir lib",
    "lint": "vue-cli-service lint",
    "fix": "vue-cli-service lint --fix",
    "eslint": "eslint src/components/**/*.vue src/components/**/*.js src/utils/**/*.js --quiet",
    "clean": "rimraf lib && rimraf src/**/lib",
    "chore": "webpack --config webpack.common.js",
    "conf": "webpack --config build/webpack.conf.js",
    "common": "webpack --config build/webpack.common.js",
    "component": "webpack --config build/webpack.component.js --mode production",
    "dist": "npm run clean && npm run conf && npm run common && npm run component && npm run build:utils && npm run build:theme && npm run build:theme-h5"
  },
  "dependencies": {
    "@dcloudio/uni-ui": "1.3.1",
    "ant-design-vue": "^1.7.8",
    "axios": "^0.21.1",
    "core-js": "^3.6.4",
    "crypto-js": "4.0.0",
    "element-ui": "^2.15.7",
    "h3-js": "^3.7.1",
    "js-base64": "^3.6.0",
    "lodash": "^4.17.21",
    "ol": "7.3.0",
    "ol-wind": "1.1.2",
    "sortablejs": "^1.15.1",
    "three": "^0.139.2",
    "uuid": "^8.3.2",
    "vant": "^2.12.10",
    "vue-simple-uploader": "^0.7.6"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.10",
    "@babel/core": "^7.15.5",
    "@babel/plugin-transform-runtime": "^7.15.4",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-stage-2": "^7.8.3",
    "@vue/babel-preset-jsx": "^1.4.0",
    "@vue/cli-plugin-babel": "^4.3.0",
    "@vue/cli-plugin-eslint": "^4.3.0",
    "@vue/cli-service": "^4.3.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-module-resolver": "^4.1.0",
    "compression-webpack-plugin": "^3.1.0",
    "copy-webpack-plugin": "^5.1.2",
    "cp-cli": "^1.0.2",
    "cross-env": "^3.1.3",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^6.2.2",
    "gulp": "^4.0.0",
    "gulp-autoprefixer": "^6.0.0",
    "gulp-cssmin": "^0.2.0",
    "gulp-dart-sass": "^1.1.0",
    "mockjs": "^1.1.0",
    "progress-bar-webpack-plugin": "^2.1.0",
    "rimraf": "^2.7.1",
    "sass": "^1.77.6",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.2.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "uuid": "^8.3.2",
    "vue": "^2.6.11",
    "vue-loader": "^15.9.3",
    "vue-router": "^3.1.6",
    "vue-simple-uploader": "^0.7.6",
    "vue-template-compiler": "^2.6.11",
    "vuex": "^3.1.3",
    "webpack": "^4.44.1",
    "webpack-bundle-analyzer": "^4.4.0",
    "webpack-cli": "^3.3.12",
    "webpack-node-externals": "^2.5.2"
  },
  "peerDependencies": {
    "ol": "7.3.0"
  }
}
