chore(frontend): upgrade to tailwind v2

This commit is contained in:
Julian Tölle 2021-05-22 17:30:52 +02:00
parent 461762f678
commit 3228b22741
9 changed files with 1291 additions and 520 deletions

View file

@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "2.3.0",
"@fullhuman/postcss-purgecss": "4.0.3",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.1.2",
"@testing-library/user-event": "12.2.2",
@ -18,19 +18,20 @@
"@types/react-dom": "16.9.9",
"@types/react-router-dom": "5.1.6",
"@types/recharts": "1.8.16",
"autoprefixer": "9.8.6",
"autoprefixer": "10.2.5",
"axios": "0.21.1",
"date-fns": "2.16.1",
"npm-run-all": "4.1.5",
"postcss-cli": "7.1.2",
"postcss-import": "12.0.1",
"postcss": "8.3.0",
"postcss-cli": "8.3.1",
"postcss-import": "14.0.2",
"prettier": "2.1.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"recharts": "1.8.5",
"tailwindcss": "1.9.6",
"tailwindcss": "2.1.2",
"typescript": "4.0.5"
},
"scripts": {