Skip to content
Snippets Groups Projects
Commit 14a9cf02 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Add Storybook.

parent 065dacc3
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -6,10 +6,18 @@
"dev": "svelte-kit dev",
"lint": "prettier --check . && eslint--ignore-path .gitignore .",
"prettier": "prettier --plugin-search-dir=. --write \"*.cjs\" --write \"src/*.ts\" \"src/**/*.ts\" \"src/**/*.svelte\"",
"start": "svelte-kit start"
"start": "svelte-kit start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@auditors/core": "^0.1.7",
"@babel/core": "^7.13.14",
"@storybook/addon-actions": "^6.2.3",
"@storybook/addon-essentials": "^6.2.3",
"@storybook/addon-links": "^6.2.3",
"@storybook/addon-svelte-csf": "^1.0.0",
"@storybook/svelte": "^6.2.3",
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.3.2",
......@@ -17,6 +25,7 @@
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"cross-fetch": "^3.1.2",
"cssnano": "^4.1.10",
"d3-scale": "^3.2.4",
......@@ -29,7 +38,8 @@
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"sockette": "^2.0.6",
"svelte": "^3.29.0",
"svelte": "^3.37.0",
"svelte-loader": "^3.1.0",
"svelte-preprocess": "^4.6.9",
"tailwindcss": "^2.0.3",
"tslib": "^2.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment