chore: upgrade routify

Support sass and typescript
This commit is contained in:
Enrico Sacchetti 2023-01-23 09:45:40 -05:00
commit 47722011b0
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
11 changed files with 478 additions and 357 deletions

View file

@ -6,11 +6,13 @@
"dev:svite": "vite dev",
"build": "run-s build:*",
"build:routify": "routify run -b",
"build:svite": "vite build"
"build:svite": "vite build",
"preview": "vite preview"
},
"type": "module",
"devDependencies": {
"@sveltech/routify": "^1.9.10",
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"@roxi/routify": "^2.18.8",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"carbon-components-svelte": "../",
"carbon-icons-svelte": "^11.1.0",
"clipboard-copy": "^4.0.1",
@ -22,8 +24,10 @@
"prism-svelte": "^0.4.7",
"prismjs": "^1.28.0",
"remark-slug": "^6.0.0",
"sass": "^1.57.1",
"svelte": "^3.49.0",
"vite": "^3.0.9"
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"routify": {
"routifyDir": ".routify",