-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.16 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 4.16 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "query-connector",
"description": "The DIBBs TryTEFCA Viewer is a FHIR client for public health specific queries.",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "docker compose -f docker-compose-dev.yaml up -d && next dev --turbopack; docker compose -f docker-compose-dev.yaml down --remove-orphans",
"dev-win": "start docker compose -f docker-compose-dev.yaml up && next dev",
"dev:db": "docker compose -f docker-compose-dev.yaml up",
"dev:next": "npx dotenv -e ./.env -- next dev",
"setup-local-env": "./setup-env.sh",
"build": "next build && cp -r .next/static .next/standalone/.next && cp -r public .next/standalone/",
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 node .next/standalone/server.js",
"lint": "npx eslint -c eslint.config.mjs src --fix",
"test": "npm run test:unit && npm run test:integration",
"test:ci": " bash ./setup-scripts/unit_and_integration_tests.sh",
"test:unit": "TEST_TYPE='unit' jest --testPathIgnorePatterns='/e2e/' '/integration/'",
"test:unit:file": "npm run test:unit -- --testPathPatterns",
"test:unit:watch": "jest --watch",
"test:update": "jest --updateSnapshot --testPathIgnorePatterns=/e2e/",
"test:integration": "JUST_INTEGRATION=true bash ./setup-scripts/unit_and_integration_tests.sh",
"test:playwright": "bash ./setup-scripts/e2e_tests.sh",
"test:playwright:ui": "bash ./setup-scripts/e2e_tests_local.sh"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.515.0",
"@aws-sdk/client-secrets-manager": "^3.1004.0",
"@axe-core/playwright": "^4.10.2",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.5",
"@scalar/nextjs-api-reference": "^0.8.4",
"@scalar/nextjs-openapi": "^0.2.4",
"@trussworks/react-uswds": "^10.0.1",
"@types/mdx": "^2.0.13",
"@uswds/uswds": "^3.13.0",
"base-64": "^1.0.0",
"classnames": "^2.5.1",
"csv-parse": "^6.1.0",
"date-fns": "^4.1.0",
"fhirpath": "^4.4.0",
"html-react-parser": "^5.2.5",
"jose": "^5.2.2",
"next": "^15.5.14",
"next-auth": "^5.0.0-beta.30",
"next-nprogress-bar": "^2.4.4",
"node-hl7-client": "^3.0.0",
"pg": "^8.16.3",
"pg-promise": "^11.15.0",
"react": "^19.1.4",
"react-dom": "^19.1.4",
"react-highlight-words": "^0.21.0",
"react-idle-timer": "^5.7.2",
"react-loading-skeleton": "^3.5.0",
"react-toastify": "^10.0.5",
"request-mocking-protocol": "^0.1.3",
"sharp": "^0.34.5",
"undici": "^7.24.4",
"unist-util-visit": "^5.0.0"
},
"overrides": {
"fast-xml-parser": "^5.5.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.29.0",
"@next/bundle-analyzer": "^15.4.4",
"@next/eslint-plugin-next": "^15.3.4",
"@playwright/test": "^1.58.2",
"@smithy/util-stream": "^2.1.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/base-64": "^1.0.2",
"@types/fhir": "^0.0.40",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.13.9",
"@types/pg": "^8.15.5",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.9",
"@types/react-highlight-words": "^0.20.1",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"autoprefixer": "^10.4.21",
"dotenv": "^17.2.1",
"dotenv-cli": "^8.0.0",
"eslint": "^9.39.4",
"eslint-config-next": "^15.5.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^54.1.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"focus-trap-react": "^10.3.1",
"jest": "^30.0.5",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^30.3.0",
"jest-extended": "^4.0.2",
"jest-fixed-jsdom": "^0.0.9",
"postcss": "^8",
"prettier": "3.1.1",
"sass": "^1.97.3",
"sass-embedded": "^1.97.3",
"supertest": "^7.0.0",
"testcontainers": "^11.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0"
}
}