mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
* chore(deps-dev): upgrade carbon-components to v10.36.0 * feat(structured-list): add condensed, flush props * fix(structured-list): deprecate the border prop * fix(code-snippet): set min/max height for multi-line code snippet #656 Fixes #656 * fix(image-loader): make SSR compatible using a window type check guard * docs(tag): add separate disabled example for filterable/interactive tags * docs: update number of supported chart types * feat(side-nav): support rail variant * feat(ui-shell): add isSelected prop to HeaderNavItem * fix(ui-shell): default isSelected to false in SideNavMenuItem * fix(text-area): forward missing keydown event #665 Fixes #665 * feat: forward keyup event to components with inputs * feat(checkbox): make labelText slottable #563 Closes #563 * feat: make labelText slottable Related #563 * docs(component-api): account for undefined type * docs(ui-shell): link to correct rail source * fix(ui-shell): default isSelected in HeaderNavItem to false
38 lines
912 B
JSON
38 lines
912 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "run-p dev:*",
|
|
"dev:routify": "NODE_ENV=development routify run",
|
|
"dev:svite": "svite",
|
|
"build": "run-s build:*",
|
|
"build:routify": "routify run -b",
|
|
"build:svite": "svite build"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltech/routify": "^1.9.9",
|
|
"autoprefixer": "^10.2.3",
|
|
"carbon-components": "10.36.0",
|
|
"carbon-components-svelte": "../",
|
|
"mdsvex": "^0.8.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.2.4",
|
|
"prettier": "^2.1.2",
|
|
"prettier-plugin-svelte": "^1.4.1",
|
|
"prism-svelte": "^0.4.7",
|
|
"prismjs": "^1.21.0",
|
|
"remark-slug": "^6.0.0",
|
|
"sass": "^1.32.5",
|
|
"svelte": "3.29.0",
|
|
"svelte-hmr": "0.11.1",
|
|
"svelte-preprocess": "^4.3.2",
|
|
"svite": "0.7.2"
|
|
},
|
|
"routify": {
|
|
"routifyDir": ".routify",
|
|
"dynamicImports": true,
|
|
"extensions": [
|
|
"svelte",
|
|
"svx"
|
|
]
|
|
}
|
|
}
|