| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "client-eam-v3",
- "description": "Leanwo Prodog Client",
- "version": "3.0.87",
- "author": "yangzhijie1488 <yangzhijie1488@163.com>",
- "scripts": {
- "ins": "npm install --registry=http://wuzhixin.vip:4873",
- "dev": "cross-env webpack serve --config ./webpack.dev.js",
- "build-lib": "cross-env NODE_ENV=production webpack --progress --config ./webpack.lib.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"
- ],
- "peerDependencies": {
- "ant-design-vue": "^4.2.5",
- "pc-component-v3": "^1.0.97",
- "v-tooltip": "^4.0.0-beta.17",
- "vue-select": "^4.0.0-beta.6"
- },
- "devDependencies": {
- "@babel/core": "^7.17.5",
- "@babel/eslint-parser": "^7.17.0",
- "@babel/preset-env": "^7.16.11",
- "@fullcalendar/core": "^6.1.4",
- "@fullcalendar/daygrid": "^6.1.4",
- "@fullcalendar/interaction": "^6.1.4",
- "@fullcalendar/multimonth": "^6.1.8",
- "@fullcalendar/resource-timeline": "^6.1.4",
- "@fullcalendar/timegrid": "^6.1.5",
- "@fullcalendar/vue3": "^6.1.4",
- "@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.10",
- "vue-loader": "^17.3.1",
- "webpack": "^5.70.0",
- "webpack-bundle-analyzer": "^4.7.0",
- "webpack-cli": "^4.9.2",
- "webpack-dev-server": "^4.7.4",
- "webpack-merge": "^5.8.0"
- },
- "publishConfig": {
- "access": "public",
- "registry": "http://wuzhixin.vip:4873/"
- },
- "repository": {
- "type": "https",
- "url": "https://a.leanwo.com:3000/prodog-client-2023/client-eam-v3.git"
- }
- }
|