package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "client-eam-v3",
  3. "description": "Leanwo Prodog Client",
  4. "version": "3.0.98-rc.4",
  5. "author": "yangzhijie1488 <yangzhijie1488@163.com>",
  6. "scripts": {
  7. "ins": "npm install --registry=http://wuzhixin.vip:4873",
  8. "dev": "cross-env webpack serve --config ./webpack.dev.js",
  9. "build-lib": "cross-env NODE_ENV=production webpack --progress --config ./webpack.lib.js",
  10. "build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress",
  11. "pub": "npm publish --registry http://wuzhixin.vip:4873/"
  12. },
  13. "files": [
  14. "package.json",
  15. "dist"
  16. ],
  17. "peerDependencies": {
  18. "ant-design-vue": "^4.2.5",
  19. "pc-component-v3": "1.1.14-rc.5",
  20. "v-tooltip": "^4.0.0-beta.17",
  21. "vue-select": "^4.0.0-beta.6"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.17.5",
  25. "@babel/eslint-parser": "^7.17.0",
  26. "@babel/preset-env": "^7.16.11",
  27. "@fullcalendar/core": "^6.1.4",
  28. "@fullcalendar/daygrid": "^6.1.4",
  29. "@fullcalendar/interaction": "^6.1.4",
  30. "@fullcalendar/multimonth": "^6.1.8",
  31. "@fullcalendar/resource-timeline": "^6.1.4",
  32. "@fullcalendar/timegrid": "^6.1.5",
  33. "@fullcalendar/vue3": "^6.1.4",
  34. "@intlify/vue-i18n-loader": "^4.2.0",
  35. "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
  36. "@vue/babel-plugin-jsx": "^1.1.1",
  37. "@vue/babel-preset-jsx": "^1.4.0",
  38. "babel-loader": "^8.2.3",
  39. "clean-webpack-plugin": "^4.0.0",
  40. "copy-webpack-plugin": "^11.0.0",
  41. "cross-env": "^7.0.3",
  42. "css-loader": "^6.7.0",
  43. "eslint": "^8.10.0",
  44. "eslint-plugin-vue": "^8.5.0",
  45. "eslint-webpack-plugin": "^3.1.1",
  46. "file-loader": "^6.2.0",
  47. "html-webpack-plugin": "^5.5.0",
  48. "mini-css-extract-plugin": "^2.6.0",
  49. "style-loader": "^3.3.1",
  50. "terser-webpack-plugin": "^5.3.10",
  51. "vue-loader": "^17.3.1",
  52. "webpack": "^5.70.0",
  53. "webpack-bundle-analyzer": "^4.7.0",
  54. "webpack-cli": "^4.9.2",
  55. "webpack-dev-server": "^4.7.4",
  56. "webpack-merge": "^5.8.0"
  57. },
  58. "publishConfig": {
  59. "access": "public",
  60. "registry": "http://wuzhixin.vip:4873/"
  61. },
  62. "repository": {
  63. "type": "https",
  64. "url": "https://a.leanwo.com:3000/prodog-client-2023/client-eam-v3.git"
  65. }
  66. }