UNPKG

@f3ve/vue-notify-components

Version:
61 lines (60 loc) 1.31 kB
{ "name": "@f3ve/vue-notify-components", "private": false, "version": "0.3.1", "description": "Vue Notify components", "author": "Freedom Evenden <f3ve>", "type": "module", "main": "./dist/vue-notify-components.cjs", "module": "./dist/vue-notify-components.js", "exports": { ".": { "import": "./dist/vue-notify-components.js", "require": "./dist/vue-notify-components.cjs" }, "./dist/style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/f3ve/vue-notify" }, "files": [ "./dist" ], "keywords": [ "vue", "vue3", "notifications", "toast", "toasts", "notify", "composable", "component", "pinia" ], "scripts": { "dev": "vite", "build": "tsc && vite build" }, "devDependencies": { "@f3ve/vue-notify-store": "^0.3.1", "@vitejs/plugin-vue-jsx": "^3.1.0", "pinia": "^2.1.7", "vite": "^5.1.4", "vite-plugin-dts": "^3.7.3", "vue": "^3.4.21" }, "peerDependencies": { "pinia": "^2.1.7", "vue": "^3.4.21" }, "license": "MIT", "publishConfig": { "access": "public" }, "gitHead": "19d48188d635f7ec5ab63565851151b8392b8c3c" }