File: /home/dmstechonline/whatsapp.dmstech.online/node_modules/vue3-toastify/package.json
{
"name": "vue3-toastify",
"version": "0.1.14",
"description": "🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!",
"keywords": [
"vue",
"vue3",
"notification",
"vue-notification",
"vue3-notification",
"alert",
"toast",
"toastify",
"vue-toastify",
"vue3-toastify",
"vue-toast",
"vue3-toast",
"vue3-component"
],
"homepage": "https://vue3-toastify.js-bridge.com",
"bugs": {
"url": "https://github.com/jerrywu001/vue3-toastify/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerrywu001/vue3-toastify.git"
},
"license": "MIT",
"author": "jerrywu001 <57242263@163.com>",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./*": [
"./*",
"./*.d.ts"
]
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist",
"global.d.ts",
"package.json",
"README.md"
],
"workspaces": [
"docs",
"playground"
],
"scripts": {
"build": "vite build && npm run build:css",
"dev": "npm run dev -w playground",
"dev:use-bundle": "run-p tsup-w dev-pack",
"docs": "npm run docs:dev -w docs",
"build:docs": "npm run docs:build -w docs",
"build:css": "npm run build:scss && npm run build:postcss && rimraf rf ./src/index.css",
"build:scss": "sass --no-source-map --style=compressed src/styles/main.scss src/index.css",
"build:postcss": "postcss src/index.css -o dist/index.css",
"build:tsup": "tsup && npm run build:css",
"preview:docs": "npm run docs:serve -w docs",
"lint": "eslint --ext .ts,.tsx,.vue ./src",
"tsup-w": "tsup --watch",
"dev-pack": "npm run dev:usepack -w playground",
"prepare": "chmod a+x .husky/* && husky install",
"prepublishOnly": "npm run build",
"release": "bumpp --commit --tag --push",
"stylelint": "stylelint \"**/*.{css,less,scss,vue}\"",
"test": "vitest",
"test:ui": "vitest --ui",
"typecheck": "tsc && vue-tsc"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@swc/core": "^1.3.93",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^7.0.0",
"@types/lodash.isequal": "^4.5.6",
"@types/lz-string": "^1.5.0",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/ui": "^0.34.6",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"browserslist-to-esbuild": "^1.2.0",
"bumpp": "^9.2.0",
"core-js": "^3.33.0",
"cssnano": "^6.0.1",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"npm": "^10.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-loader": "^7.3.3",
"postcss-nested": "^6.0.1",
"postcss-scss": "^4.0.9",
"rimraf": "^5.0.5",
"sass": "^1.69.3",
"shelljs": "^0.8.5",
"stylelint": "^14.16.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^29.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-style-import": "^2.0.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
},
"peerDependencies": {
"vue": ">=3.2.0"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
}
},
"engines": {
"node": ">=16",
"npm": ">=7"
}
}