Skip to content

Commit fe323af

Browse files
authored
Merge pull request #174 from ISISComputingGroup/sort_out_runtime_deps
sort out runtime/dev deps
2 parents ff5b41c + 38234ee commit fe323af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
"next": "^15.4.3",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",
19-
"react-use-websocket": "^4.13.0"
19+
"react-use-websocket": "^4.13.0",
20+
"postcss": "^8.5.6",
21+
"@tailwindcss/postcss": "^4.1.11",
22+
"tailwindcss": "^4.1.11"
2023
},
2124
"devDependencies": {
22-
"@tailwindcss/postcss": "^4.1.11",
2325
"@testing-library/jest-dom": "^6.6.3",
2426
"@testing-library/react": "^16.3.0",
2527
"@types/jest": "^30.0.0",
@@ -29,9 +31,7 @@
2931
"eslint-config-next": "^15.4.3",
3032
"jest": "^30.0.5",
3133
"jest-environment-jsdom": "^30.0.5",
32-
"postcss": "^8.5.6",
3334
"prettier": "^3.6.2",
34-
"tailwindcss": "^4.1.11",
3535
"ts-node": "^10.9.2"
3636
}
3737
}

0 commit comments

Comments
 (0)