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.

forgot the postcss plugin, oof

+284 -2
+1
package.json
··· 5 5 "build": "next build" 6 6 }, 7 7 "dependencies": { 8 + "@tailwindcss/postcss": "^4.0.14", 8 9 "geist": "^1.3.1", 9 10 "next": "^15.1.7", 10 11 "react": "^19.0.0",
+283 -2
pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 dependencies: 11 + '@tailwindcss/postcss': 12 + specifier: ^4.0.14 13 + version: 4.0.14 11 14 geist: 12 15 specifier: ^1.3.1 13 16 version: 1.3.1(next@15.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) ··· 41 44 version: 5.7.3 42 45 43 46 packages: 47 + 48 + '@alloc/quick-lru@5.2.0': 49 + resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} 50 + engines: {node: '>=10'} 44 51 45 52 '@emnapi/runtime@1.3.1': 46 53 resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} ··· 207 214 '@swc/helpers@0.5.15': 208 215 resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} 209 216 217 + '@tailwindcss/node@4.0.14': 218 + resolution: {integrity: sha512-Ux9NbFkKWYE4rfUFz6M5JFLs/GEYP6ysxT8uSyPn6aTbh2K3xDE1zz++eVK4Vwx799fzMF8CID9sdHn4j/Ab8w==} 219 + 220 + '@tailwindcss/oxide-android-arm64@4.0.14': 221 + resolution: {integrity: sha512-VBFKC2rFyfJ5J8lRwjy6ub3rgpY186kAcYgiUr8ArR8BAZzMruyeKJ6mlsD22Zp5ZLcPW/FXMasJiJBx0WsdQg==} 222 + engines: {node: '>= 10'} 223 + cpu: [arm64] 224 + os: [android] 225 + 226 + '@tailwindcss/oxide-darwin-arm64@4.0.14': 227 + resolution: {integrity: sha512-U3XOwLrefGr2YQZ9DXasDSNWGPZBCh8F62+AExBEDMLDfvLLgI/HDzY8Oq8p/JtqkAY38sWPOaNnRwEGKU5Zmg==} 228 + engines: {node: '>= 10'} 229 + cpu: [arm64] 230 + os: [darwin] 231 + 232 + '@tailwindcss/oxide-darwin-x64@4.0.14': 233 + resolution: {integrity: sha512-V5AjFuc3ndWGnOi1d379UsODb0TzAS2DYIP/lwEbfvafUaD2aNZIcbwJtYu2DQqO2+s/XBvDVA+w4yUyaewRwg==} 234 + engines: {node: '>= 10'} 235 + cpu: [x64] 236 + os: [darwin] 237 + 238 + '@tailwindcss/oxide-freebsd-x64@4.0.14': 239 + resolution: {integrity: sha512-tXvtxbaZfcPfqBwW3f53lTcyH6EDT+1eT7yabwcfcxTs+8yTPqxsDUhrqe9MrnEzpNkd+R/QAjJapfd4tjWdLg==} 240 + engines: {node: '>= 10'} 241 + cpu: [x64] 242 + os: [freebsd] 243 + 244 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.14': 245 + resolution: {integrity: sha512-cSeLNWWqIWeSTmBntQvyY2/2gcLX8rkPFfDDTQVF8qbRcRMVPLxBvFVJyfSAYRNch6ZyVH2GI6dtgALOBDpdNA==} 246 + engines: {node: '>= 10'} 247 + cpu: [arm] 248 + os: [linux] 249 + 250 + '@tailwindcss/oxide-linux-arm64-gnu@4.0.14': 251 + resolution: {integrity: sha512-bwDWLBalXFMDItcSXzFk6y7QKvj6oFlaY9vM+agTlwFL1n1OhDHYLZkSjaYsh6KCeG0VB0r7H8PUJVOM1LRZyg==} 252 + engines: {node: '>= 10'} 253 + cpu: [arm64] 254 + os: [linux] 255 + 256 + '@tailwindcss/oxide-linux-arm64-musl@4.0.14': 257 + resolution: {integrity: sha512-gVkJdnR/L6iIcGYXx64HGJRmlme2FGr/aZH0W6u4A3RgPMAb+6ELRLi+UBiH83RXBm9vwCfkIC/q8T51h8vUJQ==} 258 + engines: {node: '>= 10'} 259 + cpu: [arm64] 260 + os: [linux] 261 + 262 + '@tailwindcss/oxide-linux-x64-gnu@4.0.14': 263 + resolution: {integrity: sha512-EE+EQ+c6tTpzsg+LGO1uuusjXxYx0Q00JE5ubcIGfsogSKth8n8i2BcS2wYTQe4jXGs+BQs35l78BIPzgwLddw==} 264 + engines: {node: '>= 10'} 265 + cpu: [x64] 266 + os: [linux] 267 + 268 + '@tailwindcss/oxide-linux-x64-musl@4.0.14': 269 + resolution: {integrity: sha512-KCCOzo+L6XPT0oUp2Jwh233ETRQ/F6cwUnMnR0FvMUCbkDAzHbcyOgpfuAtRa5HD0WbTbH4pVD+S0pn1EhNfbw==} 270 + engines: {node: '>= 10'} 271 + cpu: [x64] 272 + os: [linux] 273 + 274 + '@tailwindcss/oxide-win32-arm64-msvc@4.0.14': 275 + resolution: {integrity: sha512-AHObFiFL9lNYcm3tZSPqa/cHGpM5wOrNmM2uOMoKppp+0Hom5uuyRh0QkOp7jftsHZdrZUpmoz0Mp6vhh2XtUg==} 276 + engines: {node: '>= 10'} 277 + cpu: [arm64] 278 + os: [win32] 279 + 280 + '@tailwindcss/oxide-win32-x64-msvc@4.0.14': 281 + resolution: {integrity: sha512-rNXXMDJfCJLw/ZaFTOLOHoGULxyXfh2iXTGiChFiYTSgKBKQHIGEpV0yn5N25WGzJJ+VBnRjHzlmDqRV+d//oQ==} 282 + engines: {node: '>= 10'} 283 + cpu: [x64] 284 + os: [win32] 285 + 286 + '@tailwindcss/oxide@4.0.14': 287 + resolution: {integrity: sha512-M8VCNyO/NBi5vJ2cRcI9u8w7Si+i76a7o1vveoGtbbjpEYJZYiyc7f2VGps/DqawO56l3tImIbq2OT/533jcrA==} 288 + engines: {node: '>= 10'} 289 + 290 + '@tailwindcss/postcss@4.0.14': 291 + resolution: {integrity: sha512-+uIR6KtKhla1XeIanF27KtrfYy+PX+R679v5LxbkmEZlhQe3g8rk+wKj7Xgt++rWGRuFLGMXY80Ek8JNn+kN/g==} 292 + 210 293 '@types/node@22.13.4': 211 294 resolution: {integrity: sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==} 212 295 ··· 249 332 resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} 250 333 engines: {node: '>=8'} 251 334 335 + enhanced-resolve@5.18.1: 336 + resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} 337 + engines: {node: '>=10.13.0'} 338 + 252 339 geist@1.3.1: 253 340 resolution: {integrity: sha512-Q4gC1pBVPN+D579pBaz0TRRnGA4p9UK6elDY/xizXdFk/g4EKR5g0I+4p/Kj6gM0SajDBZ/0FvDV9ey9ud7BWw==} 254 341 peerDependencies: 255 342 next: '>=13.2.0' 343 + 344 + graceful-fs@4.2.11: 345 + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 256 346 257 347 is-arrayish@0.3.2: 258 348 resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 259 349 350 + jiti@2.4.2: 351 + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} 352 + hasBin: true 353 + 354 + lightningcss-darwin-arm64@1.29.2: 355 + resolution: {integrity: sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==} 356 + engines: {node: '>= 12.0.0'} 357 + cpu: [arm64] 358 + os: [darwin] 359 + 360 + lightningcss-darwin-x64@1.29.2: 361 + resolution: {integrity: sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==} 362 + engines: {node: '>= 12.0.0'} 363 + cpu: [x64] 364 + os: [darwin] 365 + 366 + lightningcss-freebsd-x64@1.29.2: 367 + resolution: {integrity: sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==} 368 + engines: {node: '>= 12.0.0'} 369 + cpu: [x64] 370 + os: [freebsd] 371 + 372 + lightningcss-linux-arm-gnueabihf@1.29.2: 373 + resolution: {integrity: sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==} 374 + engines: {node: '>= 12.0.0'} 375 + cpu: [arm] 376 + os: [linux] 377 + 378 + lightningcss-linux-arm64-gnu@1.29.2: 379 + resolution: {integrity: sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==} 380 + engines: {node: '>= 12.0.0'} 381 + cpu: [arm64] 382 + os: [linux] 383 + 384 + lightningcss-linux-arm64-musl@1.29.2: 385 + resolution: {integrity: sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==} 386 + engines: {node: '>= 12.0.0'} 387 + cpu: [arm64] 388 + os: [linux] 389 + 390 + lightningcss-linux-x64-gnu@1.29.2: 391 + resolution: {integrity: sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==} 392 + engines: {node: '>= 12.0.0'} 393 + cpu: [x64] 394 + os: [linux] 395 + 396 + lightningcss-linux-x64-musl@1.29.2: 397 + resolution: {integrity: sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==} 398 + engines: {node: '>= 12.0.0'} 399 + cpu: [x64] 400 + os: [linux] 401 + 402 + lightningcss-win32-arm64-msvc@1.29.2: 403 + resolution: {integrity: sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==} 404 + engines: {node: '>= 12.0.0'} 405 + cpu: [arm64] 406 + os: [win32] 407 + 408 + lightningcss-win32-x64-msvc@1.29.2: 409 + resolution: {integrity: sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==} 410 + engines: {node: '>= 12.0.0'} 411 + cpu: [x64] 412 + os: [win32] 413 + 414 + lightningcss@1.29.2: 415 + resolution: {integrity: sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==} 416 + engines: {node: '>= 12.0.0'} 417 + 260 418 nanoid@3.3.8: 261 419 resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} 262 420 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} ··· 342 500 tailwindcss@4.0.14: 343 501 resolution: {integrity: sha512-92YT2dpt671tFiHH/e1ok9D987N9fHD5VWoly1CdPD/Cd1HMglvZwP3nx2yTj2lbXDAHt8QssZkxTLCCTNL+xw==} 344 502 503 + tapable@2.2.1: 504 + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} 505 + engines: {node: '>=6'} 506 + 345 507 tslib@2.8.1: 346 508 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 347 509 ··· 354 516 resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} 355 517 356 518 snapshots: 519 + 520 + '@alloc/quick-lru@5.2.0': {} 357 521 358 522 '@emnapi/runtime@1.3.1': 359 523 dependencies: ··· 467 631 dependencies: 468 632 tslib: 2.8.1 469 633 634 + '@tailwindcss/node@4.0.14': 635 + dependencies: 636 + enhanced-resolve: 5.18.1 637 + jiti: 2.4.2 638 + tailwindcss: 4.0.14 639 + 640 + '@tailwindcss/oxide-android-arm64@4.0.14': 641 + optional: true 642 + 643 + '@tailwindcss/oxide-darwin-arm64@4.0.14': 644 + optional: true 645 + 646 + '@tailwindcss/oxide-darwin-x64@4.0.14': 647 + optional: true 648 + 649 + '@tailwindcss/oxide-freebsd-x64@4.0.14': 650 + optional: true 651 + 652 + '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.14': 653 + optional: true 654 + 655 + '@tailwindcss/oxide-linux-arm64-gnu@4.0.14': 656 + optional: true 657 + 658 + '@tailwindcss/oxide-linux-arm64-musl@4.0.14': 659 + optional: true 660 + 661 + '@tailwindcss/oxide-linux-x64-gnu@4.0.14': 662 + optional: true 663 + 664 + '@tailwindcss/oxide-linux-x64-musl@4.0.14': 665 + optional: true 666 + 667 + '@tailwindcss/oxide-win32-arm64-msvc@4.0.14': 668 + optional: true 669 + 670 + '@tailwindcss/oxide-win32-x64-msvc@4.0.14': 671 + optional: true 672 + 673 + '@tailwindcss/oxide@4.0.14': 674 + optionalDependencies: 675 + '@tailwindcss/oxide-android-arm64': 4.0.14 676 + '@tailwindcss/oxide-darwin-arm64': 4.0.14 677 + '@tailwindcss/oxide-darwin-x64': 4.0.14 678 + '@tailwindcss/oxide-freebsd-x64': 4.0.14 679 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.14 680 + '@tailwindcss/oxide-linux-arm64-gnu': 4.0.14 681 + '@tailwindcss/oxide-linux-arm64-musl': 4.0.14 682 + '@tailwindcss/oxide-linux-x64-gnu': 4.0.14 683 + '@tailwindcss/oxide-linux-x64-musl': 4.0.14 684 + '@tailwindcss/oxide-win32-arm64-msvc': 4.0.14 685 + '@tailwindcss/oxide-win32-x64-msvc': 4.0.14 686 + 687 + '@tailwindcss/postcss@4.0.14': 688 + dependencies: 689 + '@alloc/quick-lru': 5.2.0 690 + '@tailwindcss/node': 4.0.14 691 + '@tailwindcss/oxide': 4.0.14 692 + lightningcss: 1.29.2 693 + postcss: 8.5.3 694 + tailwindcss: 4.0.14 695 + 470 696 '@types/node@22.13.4': 471 697 dependencies: 472 698 undici-types: 6.20.0 ··· 509 735 510 736 csstype@3.1.3: {} 511 737 512 - detect-libc@2.0.3: 513 - optional: true 738 + detect-libc@2.0.3: {} 739 + 740 + enhanced-resolve@5.18.1: 741 + dependencies: 742 + graceful-fs: 4.2.11 743 + tapable: 2.2.1 514 744 515 745 geist@1.3.1(next@15.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): 516 746 dependencies: 517 747 next: 15.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 518 748 749 + graceful-fs@4.2.11: {} 750 + 519 751 is-arrayish@0.3.2: 520 752 optional: true 521 753 754 + jiti@2.4.2: {} 755 + 756 + lightningcss-darwin-arm64@1.29.2: 757 + optional: true 758 + 759 + lightningcss-darwin-x64@1.29.2: 760 + optional: true 761 + 762 + lightningcss-freebsd-x64@1.29.2: 763 + optional: true 764 + 765 + lightningcss-linux-arm-gnueabihf@1.29.2: 766 + optional: true 767 + 768 + lightningcss-linux-arm64-gnu@1.29.2: 769 + optional: true 770 + 771 + lightningcss-linux-arm64-musl@1.29.2: 772 + optional: true 773 + 774 + lightningcss-linux-x64-gnu@1.29.2: 775 + optional: true 776 + 777 + lightningcss-linux-x64-musl@1.29.2: 778 + optional: true 779 + 780 + lightningcss-win32-arm64-msvc@1.29.2: 781 + optional: true 782 + 783 + lightningcss-win32-x64-msvc@1.29.2: 784 + optional: true 785 + 786 + lightningcss@1.29.2: 787 + dependencies: 788 + detect-libc: 2.0.3 789 + optionalDependencies: 790 + lightningcss-darwin-arm64: 1.29.2 791 + lightningcss-darwin-x64: 1.29.2 792 + lightningcss-freebsd-x64: 1.29.2 793 + lightningcss-linux-arm-gnueabihf: 1.29.2 794 + lightningcss-linux-arm64-gnu: 1.29.2 795 + lightningcss-linux-arm64-musl: 1.29.2 796 + lightningcss-linux-x64-gnu: 1.29.2 797 + lightningcss-linux-x64-musl: 1.29.2 798 + lightningcss-win32-arm64-msvc: 1.29.2 799 + lightningcss-win32-x64-msvc: 1.29.2 800 + 522 801 nanoid@3.3.8: {} 523 802 524 803 next@15.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0): ··· 614 893 react: 19.0.0 615 894 616 895 tailwindcss@4.0.14: {} 896 + 897 + tapable@2.2.1: {} 617 898 618 899 tslib@2.8.1: {} 619 900