carbon-components-svelte/docs/package.json
metonym d34f571150
docs: use all.css for prefixed styles (#1221)
* 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
2022-04-02 11:45:29 -07:00

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"
]
}
}