mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run build:index-docs && run-p dev:*",
|
|
"dev:routify": "cross-env NODE_ENV=development routify run",
|
|
"dev:svite": "vite dev",
|
|
"build": "run-s build:*",
|
|
"build:index-docs": "node scripts/index-docs.js",
|
|
"build:routify": "routify run -b",
|
|
"build:svite": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltech/routify": "^1.9.10",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
"carbon-components-svelte": "file:..",
|
|
"carbon-icons-svelte": "^13.3.0",
|
|
"clipboard-copy": "^4.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"mdsvex": "^0.12.3",
|
|
"minisearch": "^7.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"prism-svelte": "^0.5.0",
|
|
"prismjs": "^1.30.0",
|
|
"remark-slug": "^6.1.0",
|
|
"svelte": "^4.2.19",
|
|
"vite": "^5.4.14"
|
|
},
|
|
"routify": {
|
|
"routifyDir": ".routify",
|
|
"dynamicImports": true,
|
|
"extensions": [
|
|
"svelte",
|
|
"svx"
|
|
]
|
|
},
|
|
"type": "module"
|
|
}
|