summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7034250..e27733c 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"socket.io-client": "^4.8.1"
},
"devDependencies": {
+ "@tailwindcss/postcss": "^4.1.10",
"autoprefixer": "^10.4.21",
"css-loader": "^7.1.2",
"postcss": "^8.5.3",
@@ -16,7 +17,8 @@
"postcss-nested": "^7.0.2",
"style-loader": "^4.0.0",
"svg-sprite-loader": "^6.0.11",
- "webpack": "^5.99.7",
+ "tailwindcss": "^4.1.10",
+ "webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
}