-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.26 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.26 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.11.2",
"@aws-cdk/cloud-assembly-schema": "^45.2.0",
"@aws-cdk/cx-api": "^2.204.0",
"@aws-cdk/region-info": "^2.204.0",
"@aws-cdk/toolkit-lib": "^0.3.2",
"@aws-sdk/eventstream-handler-node": "^3.821.0",
"@aws-sdk/middleware-eventstream": "^3.821.0",
"@aws-sdk/types": "^3.821.0",
"@smithy/middleware-endpoint": "^4.1.13",
"@smithy/node-http-handler": "^4.0.6",
"@smithy/property-provider": "^4.0.4",
"@smithy/shared-ini-file-loader": "^4.0.4",
"@smithy/util-retry": "^4.0.6",
"@smithy/util-stream": "^4.2.2",
"@tailwindcss/vite": "^4.1.6",
"aws-amplify": "^6.15.3",
"camelcase": "^6.3.0",
"cdk-from-cfn": "^0.210.0",
"chalk": "^4.1.2",
"clsx": "^2.1.1",
"decamelize": "^5.0.1",
"fs-extra": "^9.1.0",
"json-diff": "^1.0.6",
"json-schema-to-ts": "^3.1.1",
"promptly": "^3.2.0",
"proxy-agent": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.6.3",
"strip-ansi": "^6.0.1",
"tailwindcss": "^4.1.6",
"ts-algebra": "^2.0.0",
"uuid": "^11.1.0",
"wrap-ansi": "^7.0.0",
"yaml": "^2.8.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"@aws-amplify/backend": "^1.16.1",
"@aws-amplify/backend-cli": "^1.8.0",
"@eslint/js": "^9.25.0",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/react-vite": "^8.6.12",
"@types/bun": "latest",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"aws-cdk-lib": "^2.189.1",
"constructs": "^10.4.2",
"esbuild": "^0.25.5",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
}
}