Skip to content

Commit

Permalink
Use advanced routing feature to integrate legacy profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Dec 20, 2024
1 parent 2200df4 commit 0c33894
Show file tree
Hide file tree
Showing 53 changed files with 14,435 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/web/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
parserOptions: {
sourceType: 'module',
ecmaVersion: 2020,
extraFileExtensions: ['**/*.svelte', '.svelte ', '**/*.svelte.ts', '*.svelte.ts', '**/*.svelte.js', '*.svelte.js'],
extraFileExtensions: ['**/*.svelte', '.svelte ', '**/*.svelte.ts', '*.svelte.ts', '**/*.svelte.js', '*.svelte.js', '*.js'],
},
env: {
browser: true,
Expand Down
5 changes: 5 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "8.56.0",
"@types/gtag.js": "^0.0.20",
"@types/materialize-css": "^1.0.14",
"autoprefixer": "^10.4.16",
"eslint-plugin-svelte": "^2.46.0",
"postcss": "^8.4.32",
Expand All @@ -40,11 +42,14 @@
"@algolia/autocomplete-js": "^1.17.6",
"@algolia/autocomplete-theme-classic": "^1.17.6",
"@fontsource/inter": "^5.0.16",
"@fontsource/material-icons": "^5.1.0",
"@fontsource/open-sans": "^5.0.22",
"@fontsource/roboto": "^5.1.0",
"algoliasearch": "^5.15.0",
"chart.js": "^4.4.5",
"instantsearch.js": "^4.75.5",
"isomorphic-dompurify": "^2.16.0",
"materialize-css": "^1.0.0",
"svelte-copy": "^2.0.0",
"svelte-french-toast": "^1.2.0",
"svelte-heros-v2": "^1.3.0",
Expand Down
Loading

0 comments on commit 0c33894

Please sign in to comment.