Files
ionic-framework/packages/vue/package.json
2020-09-11 11:20:48 -04:00

59 lines
1.2 KiB
JSON

{
"name": "@ionic/vue",
"version": "5.4.0-dev.202009101933.5ffa65f",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
"test": "jest",
"build": "npm run clean && npm run copy && npm run compile",
"clean": "rimraf dist",
"compile": "npm run tsc",
"tsc": "tsc -p .",
"copy": "node ./scripts/copy-css.js"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"css/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"keywords": [
"ionic",
"framework",
"vue",
"mobile",
"app",
"hybrid",
"webapp",
"cordova",
"progressive",
"web",
"app",
"pwa"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/ionic/issues"
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"devDependencies": {
"@stencil/core": "^1.17.0",
"rimraf": "^3.0.2",
"rollup": "^2.22.1",
"typescript": "^3.9.7",
"vue": "^3.0.0-rc.2",
"vue-router": "^4.0.0-beta.6",
"workbox-build": "4.3.1"
},
"dependencies": {
"@ionic/core": "0.3.1",
"ionicons": "^5.1.2"
}
}