UNPKG

@a-latte/vue2-helpers

Version:

A util package to use Vue 2 with Composition API easily

58 lines 1.21 kB
{ "name": "@a-latte/vue2-helpers", "version": "2.0.2", "description": "A util package to use Vue 2 with Composition API easily", "author": { "name": "Agan", "email": "1094143007@qq.com" }, "license": "Apache-2.0", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/AganAgain/vue2-helpers.git" }, "homepage": "https://github.com/AganAgain/vue2-helpers#readme", "bugs": { "url": "https://github.com/AganAgain/vue2-helpers/issues" }, "peerDependencies": { "vue": "^2.7.0", "vue-router": "^3", "vuex": "^3" }, "peerDependenciesMeta": { "vue-router": { "optional": true }, "vuex": { "optional": true }, "vue": { "optional": true } }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.3", "rollup": "^2.77.0", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.4.0", "typescript": "^4.7.4", "vue": "^2.7.0", "vue-router": "^3.5.4", "vuex": "^3.6.2" }, "keywords": [ "vue", "vue2.7", "vue3", "utils", "helpers", "composition", "vuex", "vue-router" ], "scripts": { "build": "node scripts/build.js" } }