mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
chore(examples): add routify set-up
This commit is contained in:
parent
a4aa2d9c77
commit
1d479eb835
16 changed files with 2885 additions and 0 deletions
39
examples/routify/package.json
Normal file
39
examples/routify/package.json
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "run-p dev:*",
|
||||
"dev:rollup": "rollup -cw",
|
||||
"dev:routify": "routify",
|
||||
"build": "routify -b && rollup -c && routify export"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^13.0.0",
|
||||
"@rollup/plugin-node-resolve": "^8.1.0",
|
||||
"@rollup/plugin-replace": "^2.3.3",
|
||||
"@sveltech/routify": "^1.9.1",
|
||||
"carbon-components-svelte": "^0.11.0",
|
||||
"marked": "^1.1.1",
|
||||
"mdsvex": "^0.8.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"remark-slug": "^6.0.0",
|
||||
"rollup": "^2.18.1",
|
||||
"rollup-plugin-copy": "^3.3.0",
|
||||
"rollup-plugin-livereload": "^2.0.0",
|
||||
"rollup-plugin-svelte": "^5.2.3",
|
||||
"rollup-plugin-svelte-hot": "^0.9.2",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"routify-plugin-frontmatter": "^1.0.1",
|
||||
"spassr": "^1.1.2",
|
||||
"svelte": "^3.23.2",
|
||||
"svelte-preprocess": "^4.2.1"
|
||||
},
|
||||
"routify": {
|
||||
"extensions": "svelte,md",
|
||||
"routifyDir": ".routify",
|
||||
"dynamicImports": true,
|
||||
"plugins": {
|
||||
"routify-plugin-frontmatter": {}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue