We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5b41c + 38234ee commit fe323afCopy full SHA for fe323af
package.json
@@ -16,10 +16,12 @@
16
"next": "^15.4.3",
17
"react": "^19.1.0",
18
"react-dom": "^19.1.0",
19
- "react-use-websocket": "^4.13.0"
+ "react-use-websocket": "^4.13.0",
20
+ "postcss": "^8.5.6",
21
+ "@tailwindcss/postcss": "^4.1.11",
22
+ "tailwindcss": "^4.1.11"
23
},
24
"devDependencies": {
- "@tailwindcss/postcss": "^4.1.11",
25
"@testing-library/jest-dom": "^6.6.3",
26
"@testing-library/react": "^16.3.0",
27
"@types/jest": "^30.0.0",
@@ -29,9 +31,7 @@
29
31
"eslint-config-next": "^15.4.3",
30
32
"jest": "^30.0.5",
33
"jest-environment-jsdom": "^30.0.5",
- "postcss": "^8.5.6",
34
"prettier": "^3.6.2",
- "tailwindcss": "^4.1.11",
35
"ts-node": "^10.9.2"
36
}
37
0 commit comments