-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary - Routine Change ### Details Basic Hello World react app. Includes nhs react library dependency --------- Co-authored-by: anthony-nhs <[email protected]>
- Loading branch information
1 parent
0abbd40
commit 2fa2f3a
Showing
15 changed files
with
4,543 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
**/public/ | ||
**/coverage/ | ||
**/node_modules/ | ||
**/.next/ | ||
.#* | ||
__pycache__/ | ||
.envrc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"name": "eps-prescription-tracker-ui-monorepo", | ||
"path": ".." | ||
}, | ||
{ | ||
"name": "packages/cpt-ui", | ||
"path": "../packages/cpt-ui" | ||
} | ||
], | ||
"settings": { | ||
"jest.disabledWorkspaceFolders": [ | ||
"eps-prescription-tracker-ui-monorepo" | ||
], | ||
"files.exclude": { | ||
"packages/": true | ||
}, | ||
"cSpell.words": [ | ||
"apigw", | ||
"ASID", | ||
"AWSKMS", | ||
"Caldicott", | ||
"canonicalise", | ||
"Canonicaliser", | ||
"canonicalization", | ||
"Canonicalized", | ||
"Codeable", | ||
"codeinline", | ||
"codesystem", | ||
"cpsu", | ||
"dbaeumer", | ||
"devcontainer", | ||
"direnv", | ||
"eamodio", | ||
"eps-prescription-status-update-api", | ||
"esbuild", | ||
"excelviewer", | ||
"fhir", | ||
"Formik", | ||
"Fulfillment", | ||
"gsul", | ||
"Hashable", | ||
"healthcheck", | ||
"Helpdesk", | ||
"homecare", | ||
"HSCN", | ||
"kohler", | ||
"liter", | ||
"mermade", | ||
"milliliter", | ||
"mkhl", | ||
"nHSCHI", | ||
"NHSD", | ||
"nhsdlogin", | ||
"NHSE", | ||
"nhslogin", | ||
"NOSONAR", | ||
"OIDC", | ||
"openapi", | ||
"orta", | ||
"Orthoptist", | ||
"Payor", | ||
"pino", | ||
"pollable", | ||
"powertools", | ||
"pratica", | ||
"prescriptionid", | ||
"Prosthetist", | ||
"pylint", | ||
"pytest", | ||
"querystring", | ||
"reingest", | ||
"reingested", | ||
"Reingestion", | ||
"rvest", | ||
"serialisation", | ||
"shellcheck", | ||
"smartcard", | ||
"smartcards", | ||
"Snomed", | ||
"sourcetype", | ||
"timonwong", | ||
"Truststore", | ||
"URID", | ||
"URPID", | ||
"uuidv4", | ||
"vars", | ||
"venv", | ||
"versionable", | ||
"whens" | ||
], | ||
"cSpell.dictionaries": ["en-GB"], | ||
"cSpell.ignorePaths": ["package-lock.json", "node_modules", ".vscode"], | ||
"jest.jestCommandLine": "NODE_OPTIONS=--experimental-vm-modules node_modules/.bin/jest --no-cache", | ||
"jest.nodeEnv": { | ||
"POWERTOOLS_DEV": true | ||
}, | ||
"typescript.tsdk": "eps-prescription-tracker-ui-monorepo/node_modules/typescript/lib", | ||
"eslint.useFlatConfig": true, | ||
"eslint.format.enable": true | ||
}, | ||
"extensions": { | ||
"recommendations": [ | ||
"AmazonWebServices.aws-toolkit-vscode", | ||
"redhat.vscode-yaml", | ||
"ms-python.python", | ||
"ms-python.flake8", | ||
"eamodio.gitlens", | ||
"github.vscode-pull-request-github", | ||
"orta.vscode-jest", | ||
"42crunch.vscode-openapi", | ||
"mermade.openapi-lint", | ||
"redhat.vscode-yaml", | ||
"christian-kohler.npm-intellisense", | ||
"dbaeumer.vscode-eslint", | ||
"lfm.vscode-makefile-term", | ||
"GrapeCity.gc-excelviewer", | ||
"redhat.vscode-xml", | ||
"streetsidesoftware.code-spell-checker", | ||
"timonwong.shellcheck", | ||
"mkhl.direnv", | ||
"tamasfe.even-better-toml" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/// <reference types="next" /> | ||
/// <reference types="next/image-types/global" /> | ||
|
||
// NOTE: This file should not be edited | ||
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. |
Oops, something went wrong.