-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.52 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.52 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
{
"name": "iamhuman",
"version": "1.0.6",
"private": true,
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 next dev -p 9150 --experimental-https --experimental-https-key ./certificates/dev-key.pem --experimental-https-cert ./certificates/dev-cert.pem",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.1003.0",
"@aws-sdk/client-s3": "^3.1008.0",
"@aws-sdk/s3-request-presigner": "^3.1008.0",
"@hanlogy/react-kit": "^1.0.2",
"@hanlogy/react-web-ui": "^1.1.7",
"@hanlogy/ts-cognito": "^1.3.1",
"@hanlogy/ts-dynamodb": "^1.2.0",
"@hanlogy/ts-lib": "^1.0.0",
"@react-pdf/renderer": "^4.3.2",
"jose": "^6.2.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}