@enso-ui/auth
Version:
UI auth package
47 lines (46 loc) • 1.25 kB
JSON
{
"name": "@enso-ui/auth",
"version": "3.0.0",
"description": "UI auth package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enso-ui/auth.git"
},
"keywords": [
"auth",
"vue"
],
"author": "Adrian Ocneanu <aocneanu@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/enso-ui/auth/issues"
},
"homepage": "https://github.com/enso-ui/auth#readme",
"dependencies": {
"@enso-ui/directives": "^2.0",
"@enso-ui/forms": "^3.0",
"@enso-ui/laravel-validation": "^2.0",
"@enso-ui/ui": "^6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "3.0.0-5",
"vue": "^3.0",
"vuex": "^4.0.0",
"zxcvbn": "^4.4.2"
},
"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"
}
}