{ "name": "prodog-pc-client", "description": "Leanwo Prodog Client", "version": "1.2.86", "author": "yangzhijie1488 ", "scripts": { "ins": "npm install --registry=http://wuzhixin.vip:4873 -force", "dev": "cross-env webpack serve --config ./webpack.dev.js", "build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress", "pub": "npm publish --registry http://wuzhixin.vip:4873/" }, "files": [ "package.json", "dist" ], "dependencies": { "ant-design-vue": "^4.2.1", "axios": "^0.19.2", "click-outside-vue3": "^4.0.1", "client-base-v4": "^4.1.52", "client-dic-v3": "^3.0.50", "client-eam-v3": "^3.0.95", "client-role-v3": "^3.0.24", "client-sensor-v3": "^1.0.2", "client-wms-v3": "^3.1.2", "client-finance-v3": "^0.0.4", "dayjs": "^1.11.6", "dingtalk-jsapi": "^2.8.33", "js-cookie": "^2.2.1", "lodash": "^4.17.21", "pc-component-v3": "^1.1.12", "qrcode": "^1.5.3", "select2": "^4.0.13", "select2-bootstrap-theme": "^0.1.0-beta.10", "uuid": "^8.3.2", "v-tooltip": "^4.0.0-beta.17", "vue-request": "^1.2.4", "vue-select": "^4.0.0-beta.3", "vuedraggable": "^4.1.0", "xlsx": "^0.18.5" }, "devDependencies": { "@babel/core": "^7.17.5", "@babel/eslint-parser": "^7.17.0", "@babel/preset-env": "^7.16.11", "@intlify/vue-i18n-loader": "^4.2.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", "@vue/babel-plugin-jsx": "^1.1.1", "@vue/babel-preset-jsx": "^1.4.0", "babel-loader": "^8.2.3", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.0", "eslint": "^8.10.0", "eslint-plugin-vue": "^8.5.0", "eslint-webpack-plugin": "^3.1.1", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.0", "mini-css-extract-plugin": "^2.6.0", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.6", "vue-loader": "^17.0.0", "webpack": "^5.70.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4", "webpack-merge": "^5.8.0", "is-what": "^3.14.1" }, "publishConfig": { "access": "public", "registry": "http://wuzhixin.vip:4873/" } }