-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.86 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bad-reviews-make-good-movies",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=18.14.1"
},
"scripts": {
"test": "vitest",
"start:sst-local": "npx sst dev",
"start:sst-bind": "sst bind astro dev",
"start:astro": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sst:deploy": "sst deploy",
"sst:dev": "sst dev"
},
"dependencies": {
"@astrojs/react": "^3.3.4",
"@astrojs/tailwind": "^5.1.0",
"@aws-sdk/client-dynamodb": "^3.478.0",
"@aws-sdk/lib-dynamodb": "^3.478.0",
"@clerk/clerk-js": "^5.6.0",
"@clerk/clerk-sdk-node": "^5.0.10",
"@middy/core": "^5.2.1",
"@middy/http-error-handler": "^5.2.3",
"@middy/http-header-normalizer": "^5.2.1",
"@middy/http-json-body-parser": "^5.2.1",
"@tanstack/react-query": "^5.8.7",
"@tanstack/react-query-devtools": "^5.8.9",
"@types/debounce": "^1.2.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"astro": "^4.8.5",
"aws-sdk": "^2.1525.0",
"http-errors": "^2.0.0",
"nanoid": "^4.0.2",
"nanostores": "^0.10.3",
"node-fetch": "^3.3.2",
"p-debounce": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"three": "^0.154.0",
"ts-pattern": "^5.0.5",
"uuid": "^9.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/aws-lambda": "^8.10.131",
"@types/http-errors": "^2.0.4",
"@types/jest": "^29.5.10",
"@types/three": "^0.154.0",
"@types/uuid": "^9.0.2",
"astro-sst": "2.41.5",
"aws-cdk-lib": "2.132.1",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.1",
"constructs": "10.3.0",
"sst": "2.41.5",
"typescript": "^5.2.2",
"vite-plugin-glsl": "^1.3.0",
"vitest": "^1.0.4"
}
}