-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 860 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 860 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
35
{
"name": "gigwheelsev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.6.11",
"@aws-amplify/backend": "^1.18.0",
"@aws-amplify/backend-cli": "^1.8.0",
"@aws-amplify/ui-react": "^6.13.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"autoprefixer": "^10.4.22",
"aws-amplify": "^6.15.8",
"aws-cdk-lib": "^2.230.0",
"constructs": "^10.4.3",
"jsonwebtoken": "^9.0.2",
"next": "^15.1.3",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3"
}
}