app-MAIL-temp/static/package.json

31 lines
716 B
JSON
Raw Normal View History

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": {
"@sentry/browser": "^5.30.0",
"bootbox": "^5.5.3",
"font-awesome": "^4.7.0",
"htmx.org": "^1.6.1",
2020-02-04 10:44:52 +01:00
"intro.js": "^2.9.3",
"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",
"vue": "^2.6.14"
2020-02-04 10:05:55 +01:00
}
}