Add Button design system and Storybook Solid setup
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 15s
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 15s
This commit is contained in:
16
package.json
16
package.json
@@ -29,19 +29,25 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^6.0.1",
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@webtui/css": "^0.1.7",
|
||||
"astro": "^6.2.1",
|
||||
"astro": "^6.3.1",
|
||||
"solid-js": "^1.9.13",
|
||||
"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",
|
||||
"@storybook/addon-a11y": "^10.4.1",
|
||||
"@storybook/addon-docs": "^10.4.1",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.4.0",
|
||||
"storybook": "^10.3.6",
|
||||
"typescript": "^6.0.3"
|
||||
"sass": "^1.100.0",
|
||||
"solid-devtools": "^0.34.5",
|
||||
"storybook": "^10.4.1",
|
||||
"storybook-solidjs-vite": "^10.0.13",
|
||||
"typescript": "^6.0.3",
|
||||
"vite-plugin-solid": "^2.11.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user