UNPKG

kpmg-smart-table

Version:
46 lines (45 loc) 1.1 kB
{ "name": "kpmg-smart-table", "version": "1.0.0", "main": "dist/smart-table-vue.umd.js", "module": "dist/smart-table-vue.esm.js", "unpkg": "dist/smart-table-vue.min.js", "files": [ "dist", "src" ], "scripts": { "build": "vue-cli-service build --target lib --name smart-table-vue index.js", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { "vue": "^2.6.0" }, "dependencies": { "element-ui": "^2.15.14" }, "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-env": "^7.26.9", "@vue/cli-service": "^4.5.0", "babel-plugin-component": "^1.1.1", "sass": "^1.85.1", "sass-loader": "^10.0.0", "vue-template-compiler": "^2.6.0" }, "keywords": [ "vue", "table", "pagination", "query", "element-ui" ], "author": "zhibai", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zhibai-xx/kpmg-smart-table" }, "description": "kpmg所属智能表格组件" }