-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.69 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
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "bitcoin-bet",
"version": "0.1.0",
"scripts": {
"backend:cdk": "nx cdk backend",
"backend:deploy": "nx deploy backend",
"backend:test": "nx test backend",
"frontend:serve": "nx serve frontend",
"frontend:build": "nx build frontend",
"frontend:test": "nx test frontend",
"test": "nx run-many --target=test --projects=backend,frontend --output-style=stream"
},
"devDependencies": {
"@aws-appsync/utils": "^1.9.0",
"@eslint/js": "^8.56.0",
"@nx/cypress": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "^20.0.0",
"@nx/js": "20.0.0",
"@nx/react": "^20.0.0",
"@nx/vite": "^20.0.0",
"@nx/web": "20.0.0",
"@nx/workspace": "^20.0.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.3",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"autoprefixer": "^10.4.13",
"aws-cdk": "2.161.1",
"aws-sdk-client-mock": "^4.1.0",
"aws-sdk-client-mock-jest": "^4.1.0",
"cypress": "^13.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jsdom": "~22.1.0",
"nx": "20.0.0",
"postcss": "^8.4.38",
"prettier": "^2.6.2",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.2.2",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.0",
"vitest": "^2.1.3"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.5.3",
"@aws-lambda-powertools/logger": "^2.9.0",
"@aws-sdk/client-dynamodb": "^3.670.0",
"@aws-sdk/client-kinesis": "^3.670.0",
"@aws-sdk/client-sfn": "^3.670.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.24.1",
"amazon-cognito-identity-js": "^6.3.12",
"aws-amplify": "^6.6.5",
"aws-cdk-lib": "2.161.1",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"constructs": "^10.4.2",
"lucide-react": "^0.453.0",
"posthog-js": "^1.170.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.11.2",
"source-map-support": "^0.5.21",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"nx": {}
}