nuxt3-notifications
Version:
<p> <a href="https://www.npmjs.com/package/nuxt3-notifications" target="_blank"><img src="https://img.shields.io/npm/v/nuxt3-notifications" alt="Version"></a> <a href="https://www.npmjs.com/package/nuxt3-notifications" target="_blank"><img src="https:
72 lines (71 loc) • 1.91 kB
JSON
{
"name": "nuxt3-notifications",
"version": "1.3.1",
"license": "MIT",
"type": "module",
"keywords": [
"nuxt3-module",
"nuxt3-notifications",
"vue3-notifications"
],
"repository": {
"type": "git",
"url": "https://github.com/windx-foobar/nuxt3-notifications"
},
"homepage": "https://windx-foobar.github.io/nuxt3-notifications",
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"templates"
],
"engines": {
"node": ">= 14.20.0"
},
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"docs:dev": "nuxi dev docs",
"docs:build": "nuxi generate docs",
"docs:deploy": "push-dir --dir=docs/dist --branch=gh-pages --cleanup",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint ."
},
"peerDependencies": {
"@nuxt/kit": "^3.0.0"
},
"dependencies": {
"@kyvg/vue3-notification": "^3.4.1",
"scule": "^1.0.0"
},
"devDependencies": {
"@nuxt-themes/docus": "latest",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"changelogen": "^0.5.1",
"cz-customizable": "^7.0.0",
"eslint": "^8.56.0",
"nuxt": "^3.0.0",
"prettier": "^3.2.5",
"push-dir": "^0.4.1",
"sass": "^1.57.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "config/git/commitizen.cjs"
}
},
"packageManager": "pnpm@9.3.0+sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f"
}