mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "next",
|
|
"carbon-components-svelte": "^0.54.0",
|
|
"carbon-preprocess-svelte": "^0.6.0",
|
|
"svelte": "^3.46.2",
|
|
"vite": "^2.7.13"
|
|
}
|
|
}
|