@nuxtjs/ionic
Version:
Ionic integration for Nuxt
110 lines (109 loc) • 2.79 kB
JSON
{
"name": "@nuxtjs/ionic",
"version": "0.18.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/ionic.git"
},
"description": "Ionic integration for Nuxt",
"keywords": [
"nuxt",
"module",
"nuxt-module",
"ionic",
"ionic-framework",
"web-components",
"native",
"android",
"ios"
],
"author": {
"name": "Daniel Roe",
"email": "daniel@roe.dev",
"url": "https://github.com/danielroe"
},
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"types": "./dist/types.d.mts",
"files": [
"dist"
],
"scripts": {
"build": "pnpm dev:prepare && nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "pnpm nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"docs:dev": "nuxi dev docs",
"docs:build": "nuxi generate docs",
"lint": "eslint",
"prepack": "pnpm build",
"prepare": "simple-git-hooks",
"prepublishOnly": "pnpm lint && pnpm test",
"release": "bumpp && npm publish && git push --follow-tags",
"test": "vitest run --coverage",
"test:types": "tsc --noEmit"
},
"dependencies": {
"@capacitor/cli": "^7.0.1",
"@capacitor/core": "^7.0.1",
"@ionic/cli": "^7.2.0",
"@ionic/vue": "^8.4.3",
"@ionic/vue-router": "^8.4.3",
"@nuxt/kit": "^3.16.1",
"@unhead/vue": "^2.0.0-rc.13",
"ionicons": "^7.4.0",
"pathe": "^2.0.3",
"pkg-types": "^2.0.0",
"ufo": "^1.5.4",
"unimport": "^4.1.2"
},
"devDependencies": {
"@ionic/core": "8.5.1",
"@nuxt/eslint-config": "1.2.0",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.16.1",
"@nuxt/test-utils": "3.17.2",
"@types/node": "22.13.10",
"@vitest/coverage-v8": "3.0.9",
"@vue/test-utils": "2.4.6",
"bumpp": "10.1.0",
"eslint": "9.22.0",
"expect-type": "1.2.0",
"happy-dom": "17.4.4",
"husky": "9.1.7",
"lint-staged": "15.5.0",
"nuxt": "3.16.1",
"playwright-core": "1.51.1",
"simple-git-hooks": "2.11.1",
"typescript": "5.8.2",
"unbuild": "3.5.0",
"unhead": "2.0.0-rc.13",
"vitest": "3.0.9",
"vue": "3.5.13",
"vue-tsc": "2.2.8"
},
"lint-staged": {
"*.{md,js,ts,mjs,cjs,json,.*rc}": [
"npx eslint --fix"
]
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"resolutions": {
"@nuxt/content": "2.13.4",
"@nuxt/kit": "3.16.1",
"@nuxt/schema": "3.16.1",
"@nuxtjs/ionic": "link:.",
"consola": "^3.4.0",
"nuxt-component-meta": ">=0.10.0"
},
"packageManager": "pnpm@10.6.5"
}