-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "onyx-store-next-gen2",
"type": "module",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.1",
"@aws-amplify/ui-react": "^6.1.12",
"@aws-amplify/ui-react-storage": "^3.1.3",
"@aws-appsync/utils": "^1.9.0",
"@aws-sdk/client-comprehend": "^3.658.1",
"@aws-sdk/client-dynamodb": "^3.629.0",
"@aws-sdk/client-ssm": "^3.631.0",
"@aws-sdk/util-dynamodb": "^3.629.0",
"aws-amplify": "^6.5.3",
"lodash": "^4.17.21",
"next": "^14.2.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"recharts": "^2.12.7",
"stripe": "^16.7.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.0.4",
"@aws-amplify/backend-cli": "^1.2.1",
"@aws-lambda-powertools/logger": "^2.7.0",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"aws-cdk": "^2.159.0",
"aws-cdk-lib": "^2.159.0",
"constructs": "^10.3.0",
"esbuild": "^0.21.5",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.2",
"typescript": "^5.5.4"
}
}