mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +00:00
chore: upgrade routify
Support sass and typescript
This commit is contained in:
parent
2e38c657ad
commit
47722011b0
11 changed files with 478 additions and 357 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue