ente/web/apps/auth/package.json

15 lines
298 B
JSON
Raw Normal View History

2023-11-09 06:32:09 +00:00
{
2023-11-09 07:22:36 +00:00
"name": "auth",
"version": "0.0.0",
2023-11-09 06:32:09 +00:00
"private": true,
"dependencies": {
2024-05-24 11:47:55 +00:00
"@/build-config": "*",
"@/next": "*",
"@ente/accounts": "*",
2024-02-24 05:42:42 +00:00
"@ente/eslint-config": "*",
2024-05-23 13:58:45 +00:00
"@ente/shared": "*",
2024-05-24 07:38:41 +00:00
"jssha": "~3.3.1",
2024-05-23 13:58:45 +00:00
"otpauth": "^9"
2023-11-09 06:32:09 +00:00
}
}