{ "name": "@ionic/vue", "version": "0.0.9", "description": "Vue specific wrappers for @ionic/core", "main": "dist/ionic-vue.common.js", "types": "dist/types/index.d.ts", "module": "dist/ionic-vue.esm.js", "unpkg": "dist/ionic-vue.js", "jsdelivr": "dist/ionic-vue.js", "contributors": [ "Josh Thomas ", "Mike Hartington " ], "files": [ "dist/" ], "bugs": { "url": "https://github.com/ionic-team/ionic/issues" }, "keywords": [ "ionic", "framework", "vue", "mobile", "app", "webapp", "capacitor", "cordova", "progressive web app", "pwa" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ionic-team/ionic.git" }, "scripts": { "dev": "rollup -c", "watch": "rollup -c -w", "build": "npm run clean && NODE_ENV=production rollup -c --configProd", "clean": "node scripts/clean.js", "lint": "tslint --project .", "lint.fix": "tslint --project . --fix", "test": "jest --coverage --verbose" }, "dependencies": { "@ionic/core": "^4.6.0", "ionicons": "^5.0.1" }, "devDependencies": { "rollup": "^0.62.0", "rollup-plugin-terser": "^1.0.1", "rollup-plugin-vue": "^4.3.0", "rollup-plugin-typescript2": "^0.17.1", "tslib": "1.9.3", "tslint": "5.11.0", "tslint-ionic-rules": "0.0.19", "typescript": "3.1.1", "vue": "^2.5.17", "vue-template-compiler": "^2.5.17", "vue-router": "^3.0.1" }, "peerDependencies": { "vue": "^2.5.17", "vue-router": "^3.0.1" } }