UNPKG

@enso-ui/confirmation

Version:
43 lines (42 loc) 1.18 kB
{ "name": "@enso-ui/confirmation", "version": "2.0.16", "description": "A minimal confirmation dialog", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/enso-ui/confirmation.git" }, "keywords": [ "confirmation", "vue" ], "author": "Adrian Ocneanu <aocneanu@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/enso-ui/confirmation/issues" }, "homepage": "https://github.com/enso-ui/confirmation#readme", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.2", "@fortawesome/free-solid-svg-icons": "^5.11.2", "@fortawesome/vue-fontawesome": "3.0.0-5", "bulma": "^0.9.0", "v-tooltip": "^4.0.0-beta.2", "vue": "^3.0" }, "devDependencies": { "@vue/cli-plugin-babel": "5.0.0-beta.6", "@vue/cli-plugin-eslint": "5.0.0-beta.6", "@vue/eslint-config-airbnb": "^5.0.0", "autoprefixer": "^9.6.1", "babel-eslint": "^10.0.1", "cross-env": "^6.0.0", "eslint": "^7.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-vue": "^8.0.3" } }