@zaalbarxx/vue-toasted
Version:
Port of vue-toasted to Vue 3
68 lines • 1.52 kB
JSON
{
"name": "@zaalbarxx/vue-toasted",
"description": "Port of vue-toasted to Vue 3",
"version": "1.0.1",
"private": false,
"author": "The Hoppscotch Team <support@hoppscotch.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hoppscotch/vue-toasted.git"
},
"files": [
"dist"
],
"main": "dist/vue-toasted.umd.js",
"module": "dist/vue-toasted.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vue-toasted.mjs",
"require": "./dist/vue-toasted.umd.js"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"browserslist": [
"last 7 versions"
],
"keywords": [
"toast",
"vue",
"vue-toasted",
"toasted",
"responsive",
"touch-compatible",
"touch",
"vue-toast",
"vue-toastr",
"toastr"
],
"peerDependencies": {
"vue": "3.5.13"
},
"devDependencies": {
"@types/hammerjs": "^2.0.41",
"@types/node": "^18.7.13",
"@types/shortid": "^0.0.29",
"@vitejs/plugin-vue": "^3.0.3",
"animejs": "^3.2.1",
"copyfiles": "^2.4.1",
"hammerjs": "^2.0.8",
"sass": "^1.54.5",
"shortid": "^2.2.16",
"vite": "^3.0.9",
"vue": "^3.5.13",
"vue-i18n": "11.1.3",
"typescript": "5.5.4",
"vue-tsc": "2.2.8"
},
"scripts": {
"dev": "vite",
"build": "vite build && copyfiles --flat src/index.d.ts dist",
"release": "npm run build"
}
}