-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
99 lines (99 loc) · 2.89 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "cuenta-unica-registry",
"description": "Portal de registro de Cuenta Única",
"version": "v1.5.5",
"private": false,
"author": "OGTIC",
"license": "MIT",
"bugs": {
"url": "https://github.com/opticrd/cuenta-unica-registry/issues"
},
"homepage": "https://github.com/opticrd/cuenta-unica-registry#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/opticrd/cuenta-unica-registry.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build:docker": "scripts/docker-build.sh",
"start": "next start",
"lint": "next lint",
"commitlint": "commitlint --edit",
"serve": "node server.js",
"test": "vitest"
},
"engines": {
"npm": ">=10.1.0 <11.0.0",
"node": ">=20.9.0 <21.0.0"
},
"pnpm": {
"auditConfig": {
"ignoreCves": [
"CVE-2024-34351"
]
}
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.4.3",
"@aws-amplify/ui-react": "^6.9.1",
"@aws-amplify/ui-react-liveness": "^3.3.1",
"@aws-sdk/client-rekognition": "^3.741.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@formatjs/intl-localematcher": "^0.5.10",
"@hookform/resolvers": "^3.10.0",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"@next/third-parties": "^15.1.6",
"@ory/client": "^1.16.5",
"@ory/integrations": "^1.3.1",
"@sentry/nextjs": "^8.54.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "4.22.0",
"aws-amplify": "^6.12.3",
"check-password-strength": "^2.0.10",
"hibp": "^14.1.3",
"negotiator": "^1.0.0",
"next": "^15.1.6",
"next-recaptcha-v3": "^1.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "7.54.2",
"react-imask": "^7.6.1",
"typescript": "^5.7.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@testing-library/react": "^16.2.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-google-recaptcha": "^2.1.9",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitejs/plugin-react": "^4.3.4",
"aws-crt": "^1.25.3",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"vitest": "^3.0.5"
},
"peerDependencies": {
"@aws-sdk/client-sso-oidc": "^3.668.0",
"@aws-sdk/client-sts": "^3.668.0"
}
}