forked from Itea-Lab/Weather-Dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.59 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
{
"name": "weather-dashboard",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.6.8",
"@aws-amplify/pubsub": "^6.1.61",
"@aws-sdk/client-iot": "^3.864.0",
"@aws-sdk/client-lambda": "^3.946.0",
"@aws-sdk/client-s3": "^3.946.0",
"@aws-sdk/client-sts": "^3.946.0",
"@aws-sdk/credential-providers": "^3.896.0",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"aws-amplify": "^6.15.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.556.0",
"next": "15.4.8",
"react": "19.1.2",
"react-dom": "19.1.2",
"recharts": "^3.5.1",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.16.1",
"@aws-amplify/backend-cli": "^1.8.0",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "4.1.17",
"@types/aws-lambda": "^8.10.152",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"aws-cdk-lib": "2.195.0",
"constructs": "^10.3.0",
"esbuild": "^0.25.6",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "4.1.17",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"glob": ">=11.1.0",
"js-yaml": ">=4.1.1",
"@eslint/plugin-kit": ">=0.3.4",
"brace-expansion": ">=2.0.2",
"tmp": ">=0.2.4"
}
}
}