A starter template for Svelte, TailwindCSS and Storybook. You can easily start your project with this template, instead of wasting time figuring out configurations for each integration.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

44 lines
1.5 KiB

{
"name": "svelte-storybook-tailwind",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006 -s public",
"build-storybook": "storybook build"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.51",
"@storybook/addon-interactions": "^7.0.0-beta.51",
"@storybook/addon-links": "^7.0.0-beta.51",
"@storybook/addon-svelte-csf": "^3.0.0-next.3",
"@storybook/blocks": "^7.0.0-beta.51",
"@storybook/svelte": "^7.0.0-beta.51",
"@storybook/svelte-vite": "^7.0.0-beta.51",
"@storybook/testing-library": "^0.0.14-next.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.0-beta.51",
"stylelint": "^15.2.0",
"stylelint-config-standard": "^30.0.1",
"svelte": "^3.55.1",
"svelte-loader": "^3.1.6",
"tailwindcss": "^3.2.7",
"vite": "^4.1.0"
}
}