mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore(examples): update routify version to 2.x
This commit is contained in:
parent
251f986304
commit
1fdd2338f9
32 changed files with 2849 additions and 2693 deletions
16
examples/routify/api/netlify/package.json
Normal file
16
examples/routify/api/netlify/package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "ssr",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "ssr.js",
|
||||
"scripts": {
|
||||
"build": "node utils/build.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.8.8",
|
||||
"tossr": "^1.3.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue