@scalar/use-toasts
Version:
display toasts in Vue
56 lines • 1.28 kB
JSON
{
"name": "@scalar/use-toasts",
"description": "display toasts in Vue",
"license": "MIT",
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"repository": {
"type": "git",
"url": "git+https://github.com/scalar/scalar.git",
"directory": "packages/use-toasts"
},
"keywords": [
"composable",
"notifcation",
"toast",
"vue",
"vue3"
],
"version": "0.10.2",
"engines": {
"node": ">=22"
},
"type": "module",
"main": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"CHANGELOG.md"
],
"dependencies": {
"vue": "^3.5.30",
"vue-sonner": "^1.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.3",
"@vue/test-utils": "2.4.6",
"vite": "8.0.0",
"vite-plugin-css-injected-by-js": "^5.0.0",
"vitest": "4.1.0",
"@scalar/themes": "0.15.3"
},
"scripts": {
"build": "vite build && vue-tsc -p tsconfig.build.json",
"dev": "vite",
"preview": "vite preview",
"test": "vitest --run",
"types:check": "vue-tsc --noEmit"
}
}