mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
* chore: patch prettier-plugin-svelte * docs(tag): add filterable small tag example * feat(ui-shell): add SideNavDivider * feat(combo-box): support warning state * docs(combo-box): add invalid state example * fix(progress-step): add title to warning icon * docs(progress-indicator): add invalid step example * docs(progress-indicator): add disabled steps example * feat(truncate): add text truncation component and action * docs(radio-tile): fix light variant example * fix(side-effects): add pre-compiled CSS to library side effects * refactor(css): use shorthand scss imports, add comments * refactor(truncate): rename "direction" prop to "clamp" * chore(deps-dev): bump carbon-components to v10.29.0 * feat(combo-box): add direction prop * feat(dropdown): add direction prop * feat(multi-select): add direction prop
39 lines
944 B
JSON
39 lines
944 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.29.0",
|
|
"carbon-components-svelte": "../",
|
|
"clipboard-copy": "^3.1.0",
|
|
"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"
|
|
]
|
|
}
|
|
}
|