vue-toastfic
Version:
**vue-toastfic** is a simple and customizable toast notification library for Vue.js and Nuxt.js projects. Follow the instructions below to integrate and use it in your application.
76 lines (75 loc) • 1.87 kB
JSON
{
"name": "vue-toastfic",
"private": false,
"version": "1.0.0",
"type": "module",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/paulopariz/ToastficVue.git"
},
"author": "Paulo Pariz",
"license": "MIT",
"keywords": [
"vue3",
"vue",
"nuxt3",
"nuxt",
"vuejs",
"toast",
"toastify",
"notification",
"toast-notification",
"vue-notification",
"alert",
"toast-message"
],
"main": "./dist/vue-toastfic.umd.cjs",
"module": "./dist/vue-toastfic.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/vue-toastfic.js",
"require": "./dist/vue-toastfic.umd.cjs",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/style.css"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"vue": "^3.4.21"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"commitlint-plugin-function-rules": "^4.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^2.0.6"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}