mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "next",
|
|
"carbon-components-svelte": "^0.62.0",
|
|
"carbon-preprocess-svelte": "^0.7.0",
|
|
"svelte": "^3.46.4",
|
|
"vite": "^2.8.6"
|
|
}
|
|
}
|