-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 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
{
"name": "amplify-next-pages-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sandbox": "npx ampx sandbox",
"codegen": "npx ampx generate graphql-client-code --out lib/graphql",
"seed": "npx tsx tools/amplify/seed.ts"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.5.5",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-tabs": "^1.1.2",
"@tanstack/react-query": "^5.62.16",
"aws-amplify": "^6.6.6",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"next-navigation-guard": "^0.1.2",
"next-themes": "^0.4.4",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^5.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@aws-amplify/backend": "^1.5.1",
"@aws-amplify/backend-cli": "^1.3.0",
"@google/generative-ai": "^0.21.0",
"@tanstack/eslint-plugin-query": "^5.62.16",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"aws-cdk": "^2.137.0",
"aws-cdk-lib": "^2.137.0",
"constructs": "^10.3.0",
"esbuild": "^0.20.2",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}