@byloth/vuert
Version:
The headless alerts, modals, notifications & popups library for Vue.js craftsmen. ℹ
78 lines (77 loc) • 1.97 kB
JSON
{
"name": "@byloth/vuert",
"version": "1.3.6",
"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.1.2",
"@byloth/exceptions": "^2.3.1",
"vue": "^3.5.16"
},
"devDependencies": {
"@byloth/eslint-config-nuxt": "^3.1.0",
"@eslint/compat": "^1.2.9",
"@types/node": "^22.15.29",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/runtime-core": "^3.5.16",
"eslint": "^9.28.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.10"
},
"gitHead": "712ce96e7d8030dbf5a5293d5ffa836d9b2454b2"
}