mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
chore: fix storybook for realsies
This commit is contained in:
parent
1bbc61c82f
commit
3d867c1db0
18 changed files with 927 additions and 34 deletions
13
package.json
13
package.json
|
@ -13,11 +13,12 @@
|
|||
"license": "MIT",
|
||||
"author": "Katalina Okano <git@kat.cafe>",
|
||||
"scripts": {
|
||||
"build-storybook": "build-storybook",
|
||||
"lint": "run-p lint:*",
|
||||
"lint": "run-p -c lint:* --",
|
||||
"lint:prettier": "cross-env prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx,sh,gitignore,mdx}'",
|
||||
"now-build": "build-storybook",
|
||||
"lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'",
|
||||
"now-build": "run-s storybook:build",
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"storybook:build": "build-storybook",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -66,6 +67,12 @@
|
|||
"prettier-plugin-packagejson": "^2.2.6",
|
||||
"prettier-plugin-sh": "^0.6.0",
|
||||
"react-is": "^16.13.1",
|
||||
"stylelint": "^13.7.2",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-config-styled-components": "^0.1.1",
|
||||
"stylelint-prettier": "^1.1.2",
|
||||
"stylelint-processor-styled-components": "^1.10.0",
|
||||
"ts-jest": "^26.4.1",
|
||||
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
||||
"tslint": "6.1.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue