UNPKG

@enso-ui/comments

Version:
51 lines (50 loc) 1.36 kB
{ "name": "@enso-ui/comments", "version": "4.0.2", "description": "Comments", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/@enso-ui/comments.git" }, "keywords": [ "comments", "enso", "vue" ], "author": "Adrian Ocneanu <aocneanu@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/@enso-ui/comments/issues" }, "homepage": "https://github.com/@enso-ui/comments#readme", "dependencies": { "@enso-ui/card": "^3.0", "@enso-ui/confirmation": "^2.0", "@enso-ui/directives": "^2.0", "@enso-ui/ui": "^6.0", "@enso-ui/transitions": "^2.0", "@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", "lodash": "^4.17.10", "textarea-caret": "^3.1.0", "vue": "^3.0", "vuex": "^4.0.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" } }