2020-02-04 10:05:55 +01:00
|
|
|
{
|
|
|
|
"name": "simplelogin",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Open source email alias solution",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/simple-login/app.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"email-alias"
|
|
|
|
],
|
|
|
|
"author": "SimpleLogin",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/simple-login/app/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/simple-login/app#readme",
|
|
|
|
"dependencies": {
|
2021-03-06 04:23:44 +01:00
|
|
|
"@sentry/browser": "^5.30.0",
|
2020-12-22 04:23:42 +01:00
|
|
|
"bootbox": "^5.5.2",
|
2020-02-04 10:13:25 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2021-12-13 18:25:40 +01:00
|
|
|
"htmx.org": "^1.6.1",
|
2020-02-04 10:44:52 +01:00
|
|
|
"intro.js": "^2.9.3",
|
2020-05-16 12:17:26 +02:00
|
|
|
"multiple-select": "^1.5.2",
|
2021-09-06 18:51:50 +02:00
|
|
|
"parsleyjs": "^2.9.2",
|
2020-02-04 10:53:25 +01:00
|
|
|
"qrious": "^4.0.2",
|
2020-04-25 23:07:34 +02:00
|
|
|
"toastr": "^2.1.4",
|
2021-07-23 04:30:04 +02:00
|
|
|
"vue": "^2.6.14"
|
2020-02-04 10:05:55 +01:00
|
|
|
}
|
|
|
|
}
|