mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "1.0.0-next.41",
|
|
"carbon-components-svelte": "^0.63.0",
|
|
"carbon-preprocess-svelte": "^0.9.0",
|
|
"svelte": "^3.47.0",
|
|
"vite": "^2.9.5"
|
|
}
|
|
}
|