@byloth/vuert
Version:
The headless alerts, modals, notifications & popups library for Vue.js craftsmen. ℹ
77 lines (76 loc) • 1.94 kB
JSON
{
"name": "@byloth/vuert",
"version": "1.3.5",
"description": "The headless alerts, modals, notifications & popups library for Vue.js craftsmen. ℹ",
"keywords": [
"Alert",
"Dialog",
"Modal",
"Notification",
"Popup",
"Vue.js",
"Nuxt.js",
"JavaScript",
"TypeScript",
"Library"
],
"homepage": "https://byloth.github.io/vuert/",
"repository": {
"type": "git",
"url": "git+https://github.com/Byloth/vuert.git"
},
"bugs": {
"url": "https://github.com/Byloth/vuert/issues"
},
"author": {
"name": "Matteo Bilotta",
"email": "me@byloth.dev",
"url": "https://www.byloth.dev/"
},
"license": "Apache-2.0",
"type": "module",
"files": [
"dist",
"types"
],
"main": "dist/vuert.umd.cjs",
"module": "dist/vuert.cjs.js",
"unpkg": "dist/vuert.global.js",
"jsdelivr": "dist/vuert.global.js",
"exports": {
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./dist/vuert.esm.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./dist/vuert.cjs.js"
}
}
},
"types": "types/index.d.ts",
"scripts": {
"build": "pnpm run build:source && pnpm run build:types",
"build:source": "vite build",
"build:types": "vue-tsc --build --emitDeclarationOnly --force && rm -rf ./types && mv ./build/src ./types && rm -rf ./build",
"typecheck": "vue-tsc --build --force --noEmit",
"lint": "eslint ."
},
"dependencies": {
"@byloth/core": "~2.0.0",
"@byloth/exceptions": "~2.3.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@byloth/eslint-config-nuxt": "^3.1.0",
"@eslint/compat": "^1.2.6",
"@types/node": "^22.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/runtime-core": "^3.5.13",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vue-tsc": "^2.2.0"
},
"gitHead": "0a225e80c9a5e1a63486f6398a36bbf2d10656ac"
}