| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "pc-component-v3",
- "version": "2.0.5",
- "description": "",
- "main": "dist/pc-component-v3.js",
- "scripts": {
- "dev": "cross-env webpack serve --open --hot --config webpack.dev.js",
- "build": "cross-env NODE_ENV=production webpack --mode=production --config webpack.prod.js --progress",
- "lib": "cross-env NODE_ENV=production webpack --progress --config webpack.lib.js",
- "test": "jest",
- "pub": "npm publish --registry https://npm.leanwo.com/"
- },
- "directories": {
- "dist": "dist"
- },
- "files": [
- "package.json",
- "dist"
- ],
- "author": "shang hai leanwo",
- "license": "Leanwo Business Software License",
- "devDependencies": {
- "@babel/core": "^7.17.5",
- "@babel/eslint-parser": "^7.17.0",
- "@babel/preset-env": "^7.16.11",
- "babel-loader": "^8.2.3",
- "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",
- "jest": "^29.7.0",
- "mini-css-extract-plugin": "^2.6.0",
- "style-loader": "^3.3.1",
- "terser-webpack-plugin": "^5.3.6",
- "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"
- },
- "peerDependencies": {
- "ant-design-vue": "^4.2.5",
- "v-tooltip": "^4.0.0-beta.17",
- "vue": "^3.5.4",
- "vue-i18n": "^9.1.9",
- "vue-router": "^4.0.13",
- "vuedraggable": "^4.1.0"
- },
- "publishConfig": {
- "access": "public",
- "registry": "https://npm.leanwo.com/"
- }
- }
|