Add Task list on Tasks page

This commit is contained in:
Charles Bochet
2022-12-05 00:49:45 +01:00
parent c724bc7907
commit 235ae1859d
26 changed files with 311 additions and 48 deletions

View File

@ -20,7 +20,8 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
"build-storybook": "build-storybook -s public",
"coverage": "react-scripts test --coverage"
},
"eslintConfig": {
"extends": [
@ -41,6 +42,11 @@
"overrides": {
"react-refresh": "0.14.0"
},
"jest": {
"coveragePathIgnorePatterns" : [
"src/stories"
]
},
"browserslist": {
"production": [
">0.2%",