-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "bna-admin-amplify",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"autoprefixer": "10.4.18",
"del-cli": "5.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"next": "14.1.3",
"postcss": "8.4.35",
"postcss-custom-media": "10.0.4",
"postcss-import": "16.0.1",
"postcss-media-minmax": "5.0.0",
"postcss-nesting": "12.1.0",
"typescript": "5.4.2"
},
"dependencies": {
"@aws-amplify/ui-react": "6.1.6",
"@hookform/resolvers": "^3.3.4",
"aws-amplify": "^6.0.20",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.0",
"react-spinners": "0.13.8",
"zod": "^3.22.4"
},
"scripts": {
"start": "next dev",
"build": "next build",
"build:start": "next start",
"lint": "next lint",
"repack": "del node_modules package-lock.json pnpm-lock.yaml && pnpm install"
}
}