-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.78 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.78 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
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
{
"name": "eps-prescription-tracker-ui",
"version": "1.0.0",
"type": "module",
"description": "",
"scripts": {
"test": "jest",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://github.com/NHSDigital/eps-prescription-tracker-ui"
},
"keywords": [],
"author": "NHS Digital",
"license": "MIT",
"workspaces": [
"packages/common/doHSClient",
"packages/common/commonTypes",
"packages/cloudfrontFunctions",
"packages/cpt-ui",
"packages/cdk",
"packages/cognito",
"packages/prescriptionListLambda",
"packages/prescriptionDetailsLambda",
"packages/patientSearchLambda",
"packages/common/middyErrorHandler",
"packages/common/pdsClient",
"packages/common/testing",
"packages/common/lambdaUtils",
"packages/common/authFunctions",
"packages/common/dynamoFunctions",
"packages/trackerUserInfoLambda",
"packages/CIS2SignOutLambda",
"packages/selectedRoleLambda",
"packages/testingSupport/clearActiveSessions",
"packages/testingSupport/setLastActivityTime",
"packages/sessionManagementLambda"
],
"overrides": {
"fast-xml-parser": ">=5.3.6",
"lodash": ">=4.17.23",
"aws-sdk": ">=2.1691.0",
"@aws-sdk/core": ">=3.994.0",
"@aws-sdk/xml-builder": ">=3.994.0",
"aws-amplify": ">=6.16.3",
"fhir": {
"lodash": ">=4.17.23"
}
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@jest/globals": "^30.1.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.5.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.57.0",
"@vitest/coverage-v8": "^4.1.1",
"aws-sdk-client-mock": "^4.1.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.4.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest-junit": "^16.0.0",
"license-checker": "^25.0.1",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2",
"vitest": "^4.0.18"
},
"dependencies": {
"conventional-changelog-eslint": "^6.1.0",
"esbuild": "^0.27.4"
}
}