| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "pc-client-v5",
- "description": "Leanwo Prodog Client",
- "version": "1.0.9",
- "author": "yangzhijie1488 <yangzhijie1488@163.com>",
- "scripts": {
- "ins": "npm install --registry=https://npm.leanwo.com -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 https://npm.leanwo.com/"
- },
- "files": [
- "package.json",
- "dist"
- ],
- "dependencies": {
- "ant-design-vue": "^4.2.1",
- "axios": "^0.19.2",
- "click-outside-vue3": "^4.0.1",
- "client-base-v5": "1.0.8",
- "client-dic-v3": "^3.0.52",
- "client-eam-v5": "1.0.2",
- "client-role-v3": "^3.0.26",
- "client-sensor-v3": "^1.0.4",
- "client-wms-v5": "1.0.0",
- "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": "2.0.4",
- "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": "https://npm.leanwo.com/"
- }
- }
|