add Button component and Storybook configuration
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 9s
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 9s
This commit is contained in:
13
package.json
13
package.json
@@ -16,7 +16,9 @@
|
||||
"lint": "astro check && biome check .",
|
||||
"format": "biome format . --write",
|
||||
"prepare": "husky",
|
||||
"ci": "astro check && biome ci ."
|
||||
"ci": "astro check && biome ci .",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,json,jsonc,css,scss}": [
|
||||
@@ -29,14 +31,17 @@
|
||||
"dependencies": {
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@webtui/css": "^0.1.7",
|
||||
"astro": "^6.1.8",
|
||||
"astro": "^6.2.1",
|
||||
"tailwindcss": "^4.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.9",
|
||||
"@biomejs/biome": "2.4.13",
|
||||
"@storybook-astro/framework": "^1.1.0",
|
||||
"@storybook/builder-vite": "^10.3.6",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.4.0",
|
||||
"typescript": "^6.0.3",
|
||||
"@astrojs/check": "^0.9.9"
|
||||
"storybook": "^10.3.6",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user