-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.44 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
43
44
45
46
47
48
49
50
51
{
"name": "constellation-engine",
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"deploy:prod": "PATH=$(echo $PATH | sed 's|/opt/homebrew/bin:||') sst deploy --stage prod"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@aws-sdk/client-dynamodb": "^3.974.0",
"@aws-sdk/client-lambda": "^3.975.0",
"@aws-sdk/client-sfn": "^3.958.0",
"@aws-sdk/lib-dynamodb": "^3.974.0",
"@aws-sdk/util-dynamodb": "^3.974.0",
"@google/genai": "^1.41.0",
"@octokit/rest": "^22.0.1",
"@pinecone-database/pinecone": "^6.1.3",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.6",
"astro-sst": "3.1.4",
"aws-amplify": "^6.16.0",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"fast-xml-parser": "^5.3.3",
"ksuid": "^3.0.0",
"lucide-react": "^0.562.0",
"octokit": "^5.0.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"sst": "3.17.12",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.159",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0"
}
}