Files
ionic-framework/packages/vue/package.json
github-actions f678edb0e8 v6.1.11
2022-06-22 14:09:31 +00:00

76 lines
1.9 KiB
JSON

{
"name": "@ionic/vue",
"version": "6.1.11",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"prepublishOnly": "npm run build",
"lint": "echo add linter",
"lint.fix": "npm run lint -- --fix",
"test": "jest",
"build": "npm run clean && npm run copy && npm run copy.overlays && npm run compile && npm run bundle && npm run build.vetur && npm run build.web-types",
"bundle": "rollup --config rollup.config.js",
"clean": "rimraf dist dist-transpiled",
"compile": "npm run tsc",
"tsc": "tsc -p .",
"build.web-types": "node ./scripts/build-web-types.js",
"build.vetur": "node ./scripts/build-vetur.js",
"copy": "node ./scripts/copy-css.js",
"copy.overlays": "node ./scripts/copy-overlays.js",
"sync": "sh ./scripts/sync.sh"
},
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/types/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": {
"@babel/types": "^7.18.4",
"@stencil/core": "^1.17.0",
"change-case": "^4.1.1",
"fs-extra": "^9.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.32.1",
"typescript": "^4.7.3",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"dependencies": {
"@ionic/core": "^6.1.11",
"ionicons": "^6.0.2"
},
"vetur": {
"tags": "dist/vetur/tags.json",
"attributes": "dist/vetur/attributes.json"
},
"web-types": "dist/web-types.json",
"sideEffects": [
"css/*.css"
]
}