This repository was archived by the owner on Jan 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.3 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.3 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
38
39
40
41
42
{
"name": "genstack",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"dev-sst": "sst bind vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"sst:deploy": "sst deploy",
"sst:dev": "sst dev"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/archiver": "^6.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.0",
"autoprefixer": "^10.4.16",
"aws-cdk-lib": "2.110.1",
"constructs": "10.3.0",
"postcss": "^8.4.33",
"sst": "^2.39.5",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-kit-sst": "^2.39.5",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.12"
},
"type": "module",
"dependencies": {
"@aws-lambda-powertools/logger": "^1.18.0",
"@aws-lambda-powertools/metrics": "^1.18.0",
"archiver": "^6.0.1",
"fs-extra": "^11.2.0"
}
}