-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "loft-app",
"type": "module",
"version": "1.0.0",
"description": "Mobile-friendly app for getting insights into your Loft email",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Barry Postma",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.992.0",
"@aws-sdk/client-s3": "^3.992.0",
"@aws-sdk/client-ses": "^3.992.0",
"@aws-sdk/client-sqs": "^3.992.0",
"@aws-sdk/credential-providers": "^3.992.0",
"@aws-sdk/lib-dynamodb": "^3.992.0",
"aws-amplify": "^6.16.2",
"gridjs": "^6.2.0",
"lodash": "^4.17.23",
"qrcode": "^1.5.4",
"svelte-routing": "^1.11.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@types/lodash": "^4.17.23",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"sass": "^1.97.3",
"svelte": "^5.51.3",
"svelte-preprocess": "^5.1.4",
"typescript": "^5.9.3",
"vite": "^5.4.21"
}
}