basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add postcss?

+23
+2
package.json
··· 14 14 "@types/node": "^22.13.4", 15 15 "@types/react": "^19.0.8", 16 16 "@types/react-dom": "^19.0.3", 17 + "postcss": "^8.5.3", 18 + "tailwindcss": "^4.0.14", 17 19 "typescript": "^5.7.3" 18 20 } 19 21 }
+21
pnpm-lock.yaml
··· 30 30 '@types/react-dom': 31 31 specifier: ^19.0.3 32 32 version: 19.0.3(@types/react@19.0.8) 33 + postcss: 34 + specifier: ^8.5.3 35 + version: 8.5.3 36 + tailwindcss: 37 + specifier: ^4.0.14 38 + version: 4.0.14 33 39 typescript: 34 40 specifier: ^5.7.3 35 41 version: 5.7.3 ··· 284 290 resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} 285 291 engines: {node: ^10 || ^12 || >=14} 286 292 293 + postcss@8.5.3: 294 + resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} 295 + engines: {node: ^10 || ^12 || >=14} 296 + 287 297 react-dom@19.0.0: 288 298 resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==} 289 299 peerDependencies: ··· 329 339 babel-plugin-macros: 330 340 optional: true 331 341 342 + tailwindcss@4.0.14: 343 + resolution: {integrity: sha512-92YT2dpt671tFiHH/e1ok9D987N9fHD5VWoly1CdPD/Cd1HMglvZwP3nx2yTj2lbXDAHt8QssZkxTLCCTNL+xw==} 344 + 332 345 tslib@2.8.1: 333 346 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 334 347 ··· 541 554 picocolors: 1.1.1 542 555 source-map-js: 1.2.1 543 556 557 + postcss@8.5.3: 558 + dependencies: 559 + nanoid: 3.3.8 560 + picocolors: 1.1.1 561 + source-map-js: 1.2.1 562 + 544 563 react-dom@19.0.0(react@19.0.0): 545 564 dependencies: 546 565 react: 19.0.0 ··· 593 612 dependencies: 594 613 client-only: 0.0.1 595 614 react: 19.0.0 615 + 616 + tailwindcss@4.0.14: {} 596 617 597 618 tslib@2.8.1: {} 598 619