{
  "_from": "vue3-toastify",
  "_id": "vue3-toastify@0.1.10",
  "_inBundle": false,
  "_integrity": "sha512-uo4skv+6KfmFmcy6v8PhtPmTyukb0M6sjvS48oBaZSqXfNfPzBS8pM3qz3UUEgnnaVZCIkltEbhh8QvdlgNisw==",
  "_location": "/vue3-toastify",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "vue3-toastify",
    "name": "vue3-toastify",
    "escapedName": "vue3-toastify",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue3-toastify/-/vue3-toastify-0.1.10.tgz",
  "_shasum": "be17b10776a9b1a224e77ac51615f514b89e2a7d",
  "_spec": "vue3-toastify",
  "_where": "C:\\xampp\\htdocs\\canvaproject",
  "author": {
    "name": "jerrywu001",
    "email": "57242263@163.com"
  },
  "bugs": {
    "url": "https://github.com/jerrywu001/vue3-toastify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!",
  "devDependencies": {
    "@babel/core": "^7.21.8",
    "@babel/plugin-transform-runtime": "^7.21.4",
    "@babel/plugin-transform-typescript": "^7.21.3",
    "@babel/preset-env": "^7.21.5",
    "@babel/preset-typescript": "^7.21.5",
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@swc/core": "^1.3.59",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/user-event": "^14.4.3",
    "@testing-library/vue": "^7.0.0",
    "@types/lodash.isequal": "^4.5.6",
    "@types/lz-string": "^1.3.34",
    "@types/node": "^20.2.1",
    "@typescript-eslint/eslint-plugin": "^5.59.6",
    "@typescript-eslint/parser": "^5.59.6",
    "@vitejs/plugin-vue": "^4.2.3",
    "@vitejs/plugin-vue-jsx": "^3.0.1",
    "@vitest/ui": "^0.31.1",
    "@vue/babel-plugin-jsx": "^1.1.1",
    "@vue/eslint-config-typescript": "^11.0.3",
    "autoprefixer": "^10.4.14",
    "babel-loader": "^9.1.2",
    "browserslist-to-esbuild": "^1.2.0",
    "bumpp": "^9.1.0",
    "core-js": "^3.30.2",
    "cssnano": "^6.0.1",
    "esbuild-plugin-babel": "^0.2.3",
    "eslint": "^8.41.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-vue": "^9.13.0",
    "husky": "^8.0.3",
    "jsdom": "^22.0.0",
    "lint-staged": "^13.2.2",
    "npm": "^9.6.7",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.23",
    "postcss-cli": "^10.1.0",
    "postcss-loader": "^7.3.0",
    "postcss-nested": "^6.0.1",
    "postcss-scss": "^4.0.6",
    "rimraf": "^5.0.1",
    "sass": "^1.62.1",
    "shelljs": "^0.8.5",
    "stylelint": "^14.16.1",
    "stylelint-config-recommended-vue": "^1.4.0",
    "stylelint-config-standard": "^29.0.0",
    "tsup": "^6.7.0",
    "typescript": "^5.0.4",
    "vite": "^4.3.8",
    "vite-plugin-dts": "^2.3.0",
    "vite-plugin-style-import": "^2.0.0",
    "vitest": "^0.31.1",
    "vue-tsc": "^1.6.5"
  },
  "engines": {
    "node": ">=16",
    "npm": ">=7"
  },
  "files": [
    "dist",
    "global.d.ts",
    "package.json",
    "README.md"
  ],
  "homepage": "https://vue3-toastify.js-bridge.com",
  "keywords": [
    "vue",
    "vue3",
    "notification",
    "vue-notification",
    "vue3-notification",
    "alert",
    "toast",
    "toastify",
    "vue-toastify",
    "vue3-toastify",
    "vue-toast",
    "vue3-toast",
    "vue3-component"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/esm/index.js",
  "name": "vue3-toastify",
  "peerDependencies": {
    "vue": ">=3.2.0"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jerrywu001/vue3-toastify.git"
  },
  "scripts": {
    "build": "vite build && npm run build:css",
    "build:css": "npm run build:scss && npm run build:postcss && rimraf rf ./src/index.css",
    "build:docs": "npm run docs:build -w docs",
    "build:postcss": "postcss src/index.css -o dist/index.css",
    "build:scss": "sass --no-source-map --style=compressed src/styles/main.scss src/index.css",
    "build:tsup": "tsup && npm run build:css",
    "dev": "npm run dev -w playground",
    "dev-pack": "npm run dev:usepack -w playground",
    "dev:use-bundle": "run-p tsup-w dev-pack",
    "docs": "npm run docs:dev -w docs",
    "lint": "eslint --ext .ts,.tsx,.vue ./src",
    "prepare": "chmod a+x .husky/* && husky install",
    "prepublishOnly": "npm run build",
    "preview:docs": "npm run docs:serve -w docs",
    "release": "bumpp --commit --tag --push",
    "stylelint": "stylelint \"**/*.{css,less,scss,vue}\"",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "tsup-w": "tsup --watch",
    "typecheck": "tsc && vue-tsc"
  },
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "version": "0.1.10",
  "workspaces": [
    "docs",
    "playground"
  ]
}
