forked from rgreinho/bna-admin-amplify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "bna-admin-amplify",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"autoprefixer": "10.4.17",
"del-cli": "5.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"next": "14.1.0",
"postcss": "8.4.35",
"postcss-custom-media": "10.0.3",
"postcss-import": "16.0.1",
"postcss-media-minmax": "5.0.0",
"postcss-nesting": "12.0.4",
"typescript": "5.3.3"
},
"dependencies": {
"@aws-amplify/ui-react": "6.1.5",
"ajv": "8.12.0",
"ajv-errors": "3.0.0",
"ajv-formats": "2.1.1",
"aws-amplify": "^6.0.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-hook-form": "7.50.1",
"react-spinners": "0.13.8"
},
"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"
}
}