UNPKG

@uniquedj95/vtable

Version:

An advanced datatable for Ionic vue framework

45 lines (44 loc) 985 B
{ "name": "@uniquedj95/vtable", "version": "1.9.1", "description": "An advanced datatable for Ionic vue framework", "main": "dist/index.js", "files": [ "dist/**/**" ], "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build", "postversion": "git push && git push --tags" }, "keywords": [ "Vue", "Ionic", "typescript", "Datatable" ], "author": { "name": "Daniel Justin", "email": "danieljmuleke@gamil.com", "url": "https://www.muleke.tk" }, "license": "MIT", "devDependencies": { "@ionic/vue": "^6.3.2", "@types/lodash": "^4.14.186", "ionicons": "^6.0.3", "rollup": "^4.18.0", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-css-only": "^4.5.2", "rollup-plugin-typescript2": "^0.36.0", "rollup-plugin-vue": "^6.0.0", "typescript": "^4.8.4", "vue": "^3.0.0" }, "peerDependencies": { "vue": "^3.0.0" }, "dependencies": { "lodash": "^4.17.21" } }