-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 KB
/
package.json
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
38
39
40
{
"name": "registration.codefreeze.fi",
"version": "0.0.0-development",
"type": "module",
"scripts": {
"start": "vite",
"build": "node --experimental-transform-types --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --emptyOutDir",
"prepare": "husky"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.721.0",
"@aws-sdk/client-s3": "3.722.0",
"@aws-sdk/client-ses": "3.721.0",
"@aws-sdk/util-dynamodb": "3.721.0",
"@bifravst/aws-cdk-lambda-helpers": "3.0.5",
"@nordicsemiconductor/from-env": "3.0.1",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.4",
"@types/aws-lambda": "8.10.147",
"@types/glob": "8.1.0",
"@types/node": "22.10.5",
"@types/yazl": "2.4.5",
"aws-cdk": "2.174.0",
"aws-cdk-lib": "2.174.0",
"cdk": "2.174.0",
"constructs": "10.4.2",
"glob": "11.0.0",
"husky": "9.1.7",
"id128": "1.6.6",
"typescript": "5.7.2",
"vite": "6.0.7",
"vite-plugin-solid": "2.11.0",
"yazl": "3.3.1"
},
"dependencies": {
"@sentry/solid": "8.47.0",
"bootstrap": "5.3.3",
"lucide": "0.469.0"
}
}