Skip to content

Commit cb8a54c

Browse files
odelcroimcalinghee
andauthored
add custom tchap and lasuite css (#5)
* add tchap configuration * add email mapping fallback rule * customize login page with proconnect button add comments move frontend config to tchap folder remove custom tchap replace cdt with tchap * revert login changes * update package-lock.json * add lasuite integration resources * fix lint --------- Co-authored-by: mcalinghee <[email protected]>
1 parent a8109a3 commit cb8a54c

File tree

4 files changed

+72
-9
lines changed

4 files changed

+72
-9
lines changed

frontend/package-lock.json

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint": "graphql-codegen && biome check && tsc && i18next --fail-on-warnings --fail-on-update",
1010
"format": "biome format --write",
1111
"build": "rimraf ./dist/ && vite build",
12+
"build-tchap": "rimraf ./dist/ && vite build -c ./tchap/vite.tchap.config.js ",
1213
"preview": "vite preview",
1314
"test": "vitest",
1415
"coverage": "vitest run --coverage",
@@ -24,7 +25,8 @@
2425
"@radix-ui/react-dialog": "^1.1.14",
2526
"@tanstack/react-query": "^5.84.1",
2627
"@tanstack/react-router": "^1.130.12",
27-
"@vector-im/compound-design-tokens": "5.0.2",
28+
"@vector-im/compound-design-tokens": "git+https://github.com/tchapgouv/compound-design-tokens.git",
29+
"@gouvfr-lasuite/integration": "^1.0.3",
2830
"@vector-im/compound-web": "^8.2.0",
2931
"@zxcvbn-ts/core": "^3.0.4",
3032
"@zxcvbn-ts/language-common": "^3.0.4",

0 commit comments

Comments
 (0)