UNPKG

vue-notificationx

Version:
94 lines (93 loc) 2.45 kB
{ "name": "vue-notificationx", "author": "ColdHands", "version": "1.2.0", "description": "Vue notification", "main": "./dist/bundle.js", "license": "MIT", "repository": "https://github.com/ColtHands/Vue-Notification.git", "publishConfig": { "gitRegistry": "https://npm.pkg.github.com/@colthands", "npmRegistry": "https://registry.npmjs.org/", "registry": "https://registry.npmjs.org/" }, "keywords": [ "vue", "notification", "vue notification", "vue-notification", "notify", "vue notify", "vue-notify", "v-notify", "notifications", "vue notifications", "pop up", "pop-up", "vue-pop-up" ], "babel": { "presets": [ "@babel/preset-env", "@vue/babel-preset-jsx" ] }, "jest": { "testEnvironment": "jsdom", "moduleFileExtensions": [ "js", "json", "vue" ], "transform": { ".*\\.(js)$": "babel-jest", ".*\\.(vue)$": "vue-jest" }, "moduleNameMapper": { "^@/(.*)$": "<rootDir>/src/$1" }, "collectCoverage": false, "collectCoverageFrom": [ "**/*.{js,vue}", "!**/node_modules/**" ] }, "scripts": { "start": "webpack serve --mode=development", "build": "webpack --mode=production", "test": "jest", "save": "yarn test && yarn build && git status && git add . && git commit -m save && git push" }, "devDependencies": { "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "@babel/preset-flow": "^7.16.5", "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", "@vue/babel-preset-jsx": "^1.2.4", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.4.6", "babel-loader": "^8.1.0", "css-loader": "^6.5.1", "file-loader": "^6.2.0", "jest": "^27.4.7", "sass": "^1.45.0", "sass-loader": "^12.4.0", "schema-utils": "^4.0.0", "source-map-loader": "^3.0.1", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.0", "typescript": "^4.5.4", "url-loader": "^4.1.1", "uuid": "^8.3.2", "vue": "^2.6.11", "vue-jest": "^3.0.6", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.11", "vuex": "^3.6.2", "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.6.0", "yargs": "^17.3.0" } }