-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 804 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 804 Bytes
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
{
"name": "codecatalyst-sst-app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"remove": "sst remove",
"console": "sst console",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@vitejs/plugin-react": "^4.2.1",
"aws-cdk-lib": "^2.142.1",
"constructs": "10.3.0",
"sst": "2.40.3",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@aws-amplify/ui-react": "^6.1.8",
"@aws-cdk/aws-s3": "^1.204.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@serverless-stack/resources": "^1.18.4",
"aws-amplify": "^6.1.4",
"react-icons": "^5.1.0"
}
}