mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
* docs: remove .bx--content override * docs(ui-shell): add note on UI Shell theming * docs(grid): touch up grid examples * docs(theme): wrap localStorage in try catch So that the site still works in Safari with all cookies blocked. * docs: use prefixed all.css Without vendor prefixes, some styles are lost in Safari. * docs: remove svelte-preprocess from svelte.config.js
36 lines
900 B
JSON
36 lines
900 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "run-p dev:*",
|
|
"dev:routify": "cross-env NODE_ENV=development routify run",
|
|
"dev:svite": "vite dev",
|
|
"build": "run-s build:*",
|
|
"build:routify": "routify run -b",
|
|
"build:svite": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltech/routify": "^1.9.10",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
|
|
"carbon-components-svelte": "../",
|
|
"carbon-icons-svelte": "^10.45.1",
|
|
"clipboard-copy": "^4.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"mdsvex": "^0.9.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-svelte": "^2.6.0",
|
|
"prism-svelte": "^0.4.7",
|
|
"prismjs": "^1.27.0",
|
|
"remark-slug": "^6.0.0",
|
|
"svelte": "^3.46.6",
|
|
"vite": "^2.9.1"
|
|
},
|
|
"routify": {
|
|
"routifyDir": ".routify",
|
|
"dynamicImports": true,
|
|
"extensions": [
|
|
"svelte",
|
|
"svx"
|
|
]
|
|
}
|
|
}
|