Add Tailwind

This commit is contained in:
Alex Gleason
2022-03-19 13:20:00 -05:00
parent 04960163c7
commit 09b9df7c80
5 changed files with 298 additions and 30 deletions

View File

@@ -59,11 +59,13 @@
"@sentry/react": "^6.12.0",
"@sentry/tracing": "^6.12.0",
"@tabler/icons": "^1.53.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"@types/escape-html": "^1.0.1",
"@types/http-link-header": "^1.0.3",
"@types/lodash": "^4.14.180",
"array-includes": "^3.0.3",
"autoprefixer": "^10.0.0",
"autoprefixer": "^10.4.2",
"axios": "^0.21.4",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
@@ -116,7 +118,7 @@
"object-fit-images": "^3.2.3",
"object.values": "^1.1.0",
"path-browserify": "^1.0.1",
"postcss": "^8.1.1",
"postcss": "^8.4.5",
"postcss-loader": "^4.0.3",
"postcss-object-fit-images": "^1.1.2",
"process": "^0.11.10",
@@ -196,6 +198,7 @@
"stylelint": "^13.7.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.18.0",
"tailwindcss": "^3.0.15",
"ts-jest": "^27.0.5",
"webpack-dev-server": "^4.1.0",
"yargs": "^16.0.3"