-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
feat: link variant for button
- Loading branch information
1 parent
69f2189
commit 56deb10
Showing
21 changed files
with
103 additions
and
134 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,20 +22,21 @@ | |
"gen": "node scripts/generateGlobImports.mjs", | ||
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json", | ||
"storybook": "pnpm gen && storybook dev -p 6006", | ||
"build-storybook": "pnpm gen && storybook build", | ||
"build-storybook": "pnpm gen && storybook build --debug", | ||
"build": "pnpm gen && svelte-package", | ||
"prepack": "pnpm build && publint" | ||
}, | ||
"devDependencies": { | ||
"@chromatic-com/storybook": "^3.2.3", | ||
"@fluent/bundle": "^0.18.0", | ||
"@fontsource/ibm-plex-sans-kr": "^5.1.0", | ||
"@laynezh/vite-plugin-lib-assets": "^0.5.24", | ||
"@melt-ui/pp": "^0.3.2", | ||
"@melt-ui/svelte": "^0.85.0", | ||
"@storybook/addon-essentials": "^8.4.7", | ||
"@storybook/addon-interactions": "^8.4.7", | ||
"@storybook/addon-links": "^8.4.7", | ||
"@storybook/addon-svelte-csf": "5.0.0-next.3", | ||
"@storybook/addon-svelte-csf": "5.0.0-next.21", | ||
"@storybook/blocks": "^8.4.7", | ||
"@storybook/svelte": "^8.4.7", | ||
"@storybook/svelte-vite": "^8.4.7", | ||
|
@@ -47,7 +48,6 @@ | |
"glob": "^11.0.0", | ||
"prettier-plugin-svelte": "^3.2.7", | ||
"publint": "^0.2.12", | ||
"sass-embedded": "^1.80.6", | ||
"semantic-release": "^24.2.0", | ||
"storybook": "^8.4.7", | ||
"svelte": "5.1.9", | ||
|
@@ -56,7 +56,6 @@ | |
"typescript": "^5.6.3", | ||
"vite": "^5.4.10", | ||
"vite-plugin-dts": "^4.3.0", | ||
"@fontsource/ibm-plex-sans-kr": "^5.1.0", | ||
"vite-tsconfig-paths": "^5.0.1" | ||
}, | ||
"peerDependencies": { | ||
|
@@ -90,10 +89,5 @@ | |
] | ||
] | ||
}, | ||
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@sveltejs/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74" | ||
} |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.