package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "pc-client-cf",
  3. "description": "Leanwo Prodog Client",
  4. "version": "1.0.6-4",
  5. "author": "yangzhijie1488 <yangzhijie1488@163.com>",
  6. "scripts": {
  7. "ins": "npm install --registry=https://npm.leanwo.com -force",
  8. "dev": "cross-env webpack serve --config ./webpack.dev.js",
  9. "build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress",
  10. "pub": "npm publish --registry https://npm.leanwo.com/"
  11. },
  12. "files": [
  13. "package.json",
  14. "dist"
  15. ],
  16. "dependencies": {
  17. "ant-design-vue": "^4.2.1",
  18. "axios": "^0.19.2",
  19. "click-outside-vue3": "^4.0.1",
  20. "client-base-v5": "1.0.8",
  21. "client-dic-v3": "^3.0.52",
  22. "client-eam-v5": "1.0.2",
  23. "client-role-v3": "^3.0.26",
  24. "client-sensor-v3": "^1.0.4",
  25. "client-wms-cf": "1.0.0-2",
  26. "client-finance-v3": "^0.0.4",
  27. "dayjs": "^1.11.6",
  28. "dingtalk-jsapi": "^2.8.33",
  29. "js-cookie": "^2.2.1",
  30. "lodash": "^4.17.21",
  31. "pc-component-v3": "2.0.4",
  32. "qrcode": "^1.5.3",
  33. "select2": "^4.0.13",
  34. "select2-bootstrap-theme": "^0.1.0-beta.10",
  35. "uuid": "^8.3.2",
  36. "v-tooltip": "^4.0.0-beta.17",
  37. "vue-request": "^1.2.4",
  38. "vue-select": "^4.0.0-beta.3",
  39. "vuedraggable": "^4.1.0",
  40. "xlsx": "^0.18.5"
  41. },
  42. "devDependencies": {
  43. "@babel/core": "^7.17.5",
  44. "@babel/eslint-parser": "^7.17.0",
  45. "@babel/preset-env": "^7.16.11",
  46. "@intlify/vue-i18n-loader": "^4.2.0",
  47. "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
  48. "@vue/babel-plugin-jsx": "^1.1.1",
  49. "@vue/babel-preset-jsx": "^1.4.0",
  50. "babel-loader": "^8.2.3",
  51. "clean-webpack-plugin": "^4.0.0",
  52. "copy-webpack-plugin": "^11.0.0",
  53. "cross-env": "^7.0.3",
  54. "css-loader": "^6.7.0",
  55. "eslint": "^8.10.0",
  56. "eslint-plugin-vue": "^8.5.0",
  57. "eslint-webpack-plugin": "^3.1.1",
  58. "file-loader": "^6.2.0",
  59. "html-webpack-plugin": "^5.5.0",
  60. "mini-css-extract-plugin": "^2.6.0",
  61. "style-loader": "^3.3.1",
  62. "terser-webpack-plugin": "^5.3.6",
  63. "vue-loader": "^17.0.0",
  64. "webpack": "^5.70.0",
  65. "webpack-cli": "^4.9.2",
  66. "webpack-dev-server": "^4.7.4",
  67. "webpack-merge": "^5.8.0",
  68. "is-what": "^3.14.1"
  69. },
  70. "publishConfig": {
  71. "access": "public",
  72. "registry": "https://npm.leanwo.com/"
  73. }
  74. }