File: //home/arjun/projects/buyercall/node_modules/vue-toast-notification/package.json
{
"name": "vue-toast-notification",
"version": "3.1.2",
"description": "Vue.js toast notification plugin",
"main": "dist/index.js",
"types": "./types/toast.d.ts",
"style": "dist/theme-bootstrap.css",
"files": [
"src",
"dist",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ankurk91/vue-toast-notification.git"
},
"keywords": [
"vue",
"toast",
"growl",
"notice",
"notification"
],
"author": "ankurk91",
"license": "MIT",
"bugs": {
"url": "https://github.com/ankurk91/vue-toast-notification/issues"
},
"homepage": "https://github.com/ankurk91/vue-toast-notification",
"scripts": {
"test": "jest",
"test:watch": "npm run test --watch --notify",
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development webpack serve --hot --config=webpack.config.dev.js",
"docs": "cross-env NODE_ENV=production webpack --config=webpack.config.dev.js --progress --mode=production",
"build": "cross-env NODE_ENV=production webpack --progress --mode=production",
"prepublishOnly": "npm run test && npm run build"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"bootstrap": "^4.6.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mini-css-extract-plugin": "^2.7.6",
"mitt": "^3.0.0",
"sass": "~1.62.1",
"sass-loader": "^13.3.1",
"style-loader": "^3.3.3",
"svg-url-loader": "^8.0.0",
"vue": "^3.3.4",
"vue-loader": "^17.1.1",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-remove-empty-scripts": "^1.0.3"
},
"peerDependencies": {
"vue": "^3.0"
},
"engines": {
"node": ">=12.15.0"
}
}