-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
99 lines (99 loc) · 2.9 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.3",
"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.2.21",
"@aws-amplify/ui-react": "^6.5.3",
"@aws-amplify/ui-react-liveness": "^3.1.13",
"@aws-sdk/client-rekognition": "^3.668.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@formatjs/intl-localematcher": "^0.5.4",
"@hookform/resolvers": "^3.9.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@next/third-parties": "^14.2.15",
"@ory/client": "^1.15.6",
"@ory/integrations": "^1.2.1",
"@sentry/nextjs": "^8.33.1",
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "4.21.0",
"aws-amplify": "^6.6.4",
"check-password-strength": "^2.0.10",
"hibp": "^14.1.2",
"negotiator": "^0.6.3",
"next": "^14.2.15",
"next-recaptcha-v3": "^1.4.1",
"react": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "7.53.0",
"react-imask": "^7.6.1",
"typescript": "^5.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@testing-library/react": "^16.0.1",
"@types/cookie": "^0.6.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.2",
"aws-crt": "^1.22.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"vitest": "^2.1.2"
},
"peerDependencies": {
"@aws-sdk/client-sso-oidc": "^3.668.0",
"@aws-sdk/client-sts": "^3.668.0"
}
}