ditch boostrap and use tailwind instead

This commit is contained in:
Thomas Ruoff
2020-08-13 23:45:44 +02:00
parent 9554793520
commit 9485d936b3
13 changed files with 1102 additions and 347 deletions

View File

@@ -10,12 +10,10 @@
"test:ci": "jest"
},
"dependencies": {
"bootstrap": "^4.5.0",
"moment": "^2.27.0",
"mongoose": "^5.9.25",
"next": "^9.5.0",
"react": "16.13.1",
"react-bootstrap": "^1.3.0",
"react-day-picker": "^7.4.8",
"react-dom": "16.13.1",
"rebass": "^4.0.7",
@@ -25,6 +23,9 @@
"babel-jest": "^26.2.2",
"eslint": "^7.5.0",
"eslint-plugin-react": "^7.20.5",
"jest": "^26.2.2"
"jest": "^26.2.2",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.6.2"
}
}