@scalar/use-toasts
Version:
display toasts in Vue
56 lines • 1.37 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.8.0",
"engines": {
"node": ">=20"
},
"type": "module",
"main": "dist/index.js",
"files": [
"dist",
"CHANGELOG.md"
],
"dependencies": {
"nanoid": "^5.1.5",
"vue": "^3.5.12",
"vue-sonner": "^1.0.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.1",
"vite": "5.4.19",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vitest": "^1.6.0",
"@scalar/build-tooling": "0.2.0"
},
"scripts": {
"build": "scalar-build-vite",
"dev": "vite",
"format": "scalar-format",
"format:check": "scalar-format-check",
"lint:check": "scalar-lint-check",
"lint:fix": "scalar-lint-fix",
"preview": "vite preview",
"test": "vitest",
"types:build": "scalar-types-build-vue",
"types:check": "scalar-types-check-vue"
}
}