Merge branch 'transitions' into 'master'
Starting to polish the UI See merge request le-jeu/t432_las21_t3_b!30
... | ... | @@ -17,6 +17,7 @@ |
"react-router": "^6.1.1", | ||
"react-router-dom": "^6.1.1", | ||
"react-scripts": "4.0.3", | ||
"react-transition-group": "^4.4.2", | ||
"redux": "^4.1.2", | ||
"sass": "^1.43.4", | ||
"typescript": "^4.5.4", | ||
... | ... | @@ -77,6 +78,7 @@ |
"min_height": 720 | ||
}, | ||
"devDependencies": { | ||
"@types/react-transition-group": "^4.4.4", | ||
"husky": ">=6", | ||
"lint-staged": ">=10", | ||
"prettier": "^2.5.1", | ||
... | ... |
src/models/colors.ts
0 → 100644
src/pages/Intro.tsx
0 → 100644