tailwind updates, inkbunny listing stuff

This commit is contained in:
Dylan Knutson
2024-12-19 06:04:37 +00:00
parent a15e79a231
commit 29f671b41f
24 changed files with 876 additions and 105 deletions

View File

@@ -8,6 +8,11 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/runtime": "7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@@ -17,6 +22,7 @@
"fork-ts-checker-webpack-plugin": "^8.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.49",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -24,6 +30,7 @@
"react_ujs": "^2.6.2",
"shakapacker": "6.6.0",
"style-loader": "^3.3.2",
"tailwindcss": "^3.4.17",
"terser-webpack-plugin": "5",
"yarn": "^1.22.22"
},
@@ -50,5 +57,8 @@
"webpack-cli": "4",
"webpack-dev-server": "^4.13.2",
"webpack-merge": "5"
},
"scripts": {
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/tailwind.css"
}
}