@@ -1,13 +1,12 @@ |
| 1 | 1 | { |
| 2 | 2 | "name": "tarmac-web", |
| 3 | | - "version": "1.0.0", |
| 3 | + "version": "0.1.0", |
| 4 | 4 | "lockfileVersion": 3, |
| 5 | 5 | "requires": true, |
| 6 | 6 | "packages": { |
| 7 | 7 | "": { |
| 8 | 8 | "name": "tarmac-web", |
| 9 | | - "version": "1.0.0", |
| 10 | | - "license": "ISC", |
| 9 | + "version": "0.1.0", |
| 11 | 10 | "dependencies": { |
| 12 | 11 | "@mdx-js/loader": "^3.1.1", |
| 13 | 12 | "@mdx-js/react": "^3.1.1", |
@@ -20,6 +19,7 @@ |
| 20 | 19 | "remark-gfm": "^4.0.1" |
| 21 | 20 | }, |
| 22 | 21 | "devDependencies": { |
| 22 | + "@tailwindcss/postcss": "^4.2.2", |
| 23 | 23 | "@types/node": "^25.5.0", |
| 24 | 24 | "@types/react": "^19.2.14", |
| 25 | 25 | "@types/react-dom": "^19.2.3", |
@@ -30,6 +30,19 @@ |
| 30 | 30 | "typescript": "^5.9.3" |
| 31 | 31 | } |
| 32 | 32 | }, |
| 33 | + "node_modules/@alloc/quick-lru": { |
| 34 | + "version": "5.2.0", |
| 35 | + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", |
| 36 | + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", |
| 37 | + "dev": true, |
| 38 | + "license": "MIT", |
| 39 | + "engines": { |
| 40 | + "node": ">=10" |
| 41 | + }, |
| 42 | + "funding": { |
| 43 | + "url": "https://github.com/sponsors/sindresorhus" |
| 44 | + } |
| 45 | + }, |
| 33 | 46 | "node_modules/@babel/code-frame": { |
| 34 | 47 | "version": "7.29.0", |
| 35 | 48 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", |
@@ -1386,6 +1399,277 @@ |
| 1386 | 1399 | "tslib": "^2.8.0" |
| 1387 | 1400 | } |
| 1388 | 1401 | }, |
| 1402 | + "node_modules/@tailwindcss/node": { |
| 1403 | + "version": "4.2.2", |
| 1404 | + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz", |
| 1405 | + "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==", |
| 1406 | + "dev": true, |
| 1407 | + "license": "MIT", |
| 1408 | + "dependencies": { |
| 1409 | + "@jridgewell/remapping": "^2.3.5", |
| 1410 | + "enhanced-resolve": "^5.19.0", |
| 1411 | + "jiti": "^2.6.1", |
| 1412 | + "lightningcss": "1.32.0", |
| 1413 | + "magic-string": "^0.30.21", |
| 1414 | + "source-map-js": "^1.2.1", |
| 1415 | + "tailwindcss": "4.2.2" |
| 1416 | + } |
| 1417 | + }, |
| 1418 | + "node_modules/@tailwindcss/oxide": { |
| 1419 | + "version": "4.2.2", |
| 1420 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz", |
| 1421 | + "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==", |
| 1422 | + "dev": true, |
| 1423 | + "license": "MIT", |
| 1424 | + "engines": { |
| 1425 | + "node": ">= 20" |
| 1426 | + }, |
| 1427 | + "optionalDependencies": { |
| 1428 | + "@tailwindcss/oxide-android-arm64": "4.2.2", |
| 1429 | + "@tailwindcss/oxide-darwin-arm64": "4.2.2", |
| 1430 | + "@tailwindcss/oxide-darwin-x64": "4.2.2", |
| 1431 | + "@tailwindcss/oxide-freebsd-x64": "4.2.2", |
| 1432 | + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2", |
| 1433 | + "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2", |
| 1434 | + "@tailwindcss/oxide-linux-arm64-musl": "4.2.2", |
| 1435 | + "@tailwindcss/oxide-linux-x64-gnu": "4.2.2", |
| 1436 | + "@tailwindcss/oxide-linux-x64-musl": "4.2.2", |
| 1437 | + "@tailwindcss/oxide-wasm32-wasi": "4.2.2", |
| 1438 | + "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2", |
| 1439 | + "@tailwindcss/oxide-win32-x64-msvc": "4.2.2" |
| 1440 | + } |
| 1441 | + }, |
| 1442 | + "node_modules/@tailwindcss/oxide-android-arm64": { |
| 1443 | + "version": "4.2.2", |
| 1444 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz", |
| 1445 | + "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==", |
| 1446 | + "cpu": [ |
| 1447 | + "arm64" |
| 1448 | + ], |
| 1449 | + "dev": true, |
| 1450 | + "license": "MIT", |
| 1451 | + "optional": true, |
| 1452 | + "os": [ |
| 1453 | + "android" |
| 1454 | + ], |
| 1455 | + "engines": { |
| 1456 | + "node": ">= 20" |
| 1457 | + } |
| 1458 | + }, |
| 1459 | + "node_modules/@tailwindcss/oxide-darwin-arm64": { |
| 1460 | + "version": "4.2.2", |
| 1461 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz", |
| 1462 | + "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==", |
| 1463 | + "cpu": [ |
| 1464 | + "arm64" |
| 1465 | + ], |
| 1466 | + "dev": true, |
| 1467 | + "license": "MIT", |
| 1468 | + "optional": true, |
| 1469 | + "os": [ |
| 1470 | + "darwin" |
| 1471 | + ], |
| 1472 | + "engines": { |
| 1473 | + "node": ">= 20" |
| 1474 | + } |
| 1475 | + }, |
| 1476 | + "node_modules/@tailwindcss/oxide-darwin-x64": { |
| 1477 | + "version": "4.2.2", |
| 1478 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz", |
| 1479 | + "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==", |
| 1480 | + "cpu": [ |
| 1481 | + "x64" |
| 1482 | + ], |
| 1483 | + "dev": true, |
| 1484 | + "license": "MIT", |
| 1485 | + "optional": true, |
| 1486 | + "os": [ |
| 1487 | + "darwin" |
| 1488 | + ], |
| 1489 | + "engines": { |
| 1490 | + "node": ">= 20" |
| 1491 | + } |
| 1492 | + }, |
| 1493 | + "node_modules/@tailwindcss/oxide-freebsd-x64": { |
| 1494 | + "version": "4.2.2", |
| 1495 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz", |
| 1496 | + "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==", |
| 1497 | + "cpu": [ |
| 1498 | + "x64" |
| 1499 | + ], |
| 1500 | + "dev": true, |
| 1501 | + "license": "MIT", |
| 1502 | + "optional": true, |
| 1503 | + "os": [ |
| 1504 | + "freebsd" |
| 1505 | + ], |
| 1506 | + "engines": { |
| 1507 | + "node": ">= 20" |
| 1508 | + } |
| 1509 | + }, |
| 1510 | + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { |
| 1511 | + "version": "4.2.2", |
| 1512 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz", |
| 1513 | + "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==", |
| 1514 | + "cpu": [ |
| 1515 | + "arm" |
| 1516 | + ], |
| 1517 | + "dev": true, |
| 1518 | + "license": "MIT", |
| 1519 | + "optional": true, |
| 1520 | + "os": [ |
| 1521 | + "linux" |
| 1522 | + ], |
| 1523 | + "engines": { |
| 1524 | + "node": ">= 20" |
| 1525 | + } |
| 1526 | + }, |
| 1527 | + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { |
| 1528 | + "version": "4.2.2", |
| 1529 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz", |
| 1530 | + "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==", |
| 1531 | + "cpu": [ |
| 1532 | + "arm64" |
| 1533 | + ], |
| 1534 | + "dev": true, |
| 1535 | + "license": "MIT", |
| 1536 | + "optional": true, |
| 1537 | + "os": [ |
| 1538 | + "linux" |
| 1539 | + ], |
| 1540 | + "engines": { |
| 1541 | + "node": ">= 20" |
| 1542 | + } |
| 1543 | + }, |
| 1544 | + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { |
| 1545 | + "version": "4.2.2", |
| 1546 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz", |
| 1547 | + "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==", |
| 1548 | + "cpu": [ |
| 1549 | + "arm64" |
| 1550 | + ], |
| 1551 | + "dev": true, |
| 1552 | + "license": "MIT", |
| 1553 | + "optional": true, |
| 1554 | + "os": [ |
| 1555 | + "linux" |
| 1556 | + ], |
| 1557 | + "engines": { |
| 1558 | + "node": ">= 20" |
| 1559 | + } |
| 1560 | + }, |
| 1561 | + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { |
| 1562 | + "version": "4.2.2", |
| 1563 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz", |
| 1564 | + "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==", |
| 1565 | + "cpu": [ |
| 1566 | + "x64" |
| 1567 | + ], |
| 1568 | + "dev": true, |
| 1569 | + "license": "MIT", |
| 1570 | + "optional": true, |
| 1571 | + "os": [ |
| 1572 | + "linux" |
| 1573 | + ], |
| 1574 | + "engines": { |
| 1575 | + "node": ">= 20" |
| 1576 | + } |
| 1577 | + }, |
| 1578 | + "node_modules/@tailwindcss/oxide-linux-x64-musl": { |
| 1579 | + "version": "4.2.2", |
| 1580 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz", |
| 1581 | + "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==", |
| 1582 | + "cpu": [ |
| 1583 | + "x64" |
| 1584 | + ], |
| 1585 | + "dev": true, |
| 1586 | + "license": "MIT", |
| 1587 | + "optional": true, |
| 1588 | + "os": [ |
| 1589 | + "linux" |
| 1590 | + ], |
| 1591 | + "engines": { |
| 1592 | + "node": ">= 20" |
| 1593 | + } |
| 1594 | + }, |
| 1595 | + "node_modules/@tailwindcss/oxide-wasm32-wasi": { |
| 1596 | + "version": "4.2.2", |
| 1597 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz", |
| 1598 | + "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==", |
| 1599 | + "bundleDependencies": [ |
| 1600 | + "@napi-rs/wasm-runtime", |
| 1601 | + "@emnapi/core", |
| 1602 | + "@emnapi/runtime", |
| 1603 | + "@tybys/wasm-util", |
| 1604 | + "@emnapi/wasi-threads", |
| 1605 | + "tslib" |
| 1606 | + ], |
| 1607 | + "cpu": [ |
| 1608 | + "wasm32" |
| 1609 | + ], |
| 1610 | + "dev": true, |
| 1611 | + "license": "MIT", |
| 1612 | + "optional": true, |
| 1613 | + "dependencies": { |
| 1614 | + "@emnapi/core": "^1.8.1", |
| 1615 | + "@emnapi/runtime": "^1.8.1", |
| 1616 | + "@emnapi/wasi-threads": "^1.1.0", |
| 1617 | + "@napi-rs/wasm-runtime": "^1.1.1", |
| 1618 | + "@tybys/wasm-util": "^0.10.1", |
| 1619 | + "tslib": "^2.8.1" |
| 1620 | + }, |
| 1621 | + "engines": { |
| 1622 | + "node": ">=14.0.0" |
| 1623 | + } |
| 1624 | + }, |
| 1625 | + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { |
| 1626 | + "version": "4.2.2", |
| 1627 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", |
| 1628 | + "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==", |
| 1629 | + "cpu": [ |
| 1630 | + "arm64" |
| 1631 | + ], |
| 1632 | + "dev": true, |
| 1633 | + "license": "MIT", |
| 1634 | + "optional": true, |
| 1635 | + "os": [ |
| 1636 | + "win32" |
| 1637 | + ], |
| 1638 | + "engines": { |
| 1639 | + "node": ">= 20" |
| 1640 | + } |
| 1641 | + }, |
| 1642 | + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { |
| 1643 | + "version": "4.2.2", |
| 1644 | + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz", |
| 1645 | + "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==", |
| 1646 | + "cpu": [ |
| 1647 | + "x64" |
| 1648 | + ], |
| 1649 | + "dev": true, |
| 1650 | + "license": "MIT", |
| 1651 | + "optional": true, |
| 1652 | + "os": [ |
| 1653 | + "win32" |
| 1654 | + ], |
| 1655 | + "engines": { |
| 1656 | + "node": ">= 20" |
| 1657 | + } |
| 1658 | + }, |
| 1659 | + "node_modules/@tailwindcss/postcss": { |
| 1660 | + "version": "4.2.2", |
| 1661 | + "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.2.tgz", |
| 1662 | + "integrity": "sha512-n4goKQbW8RVXIbNKRB/45LzyUqN451deQK0nzIeauVEqjlI49slUlgKYJM2QyUzap/PcpnS7kzSUmPb1sCRvYQ==", |
| 1663 | + "dev": true, |
| 1664 | + "license": "MIT", |
| 1665 | + "dependencies": { |
| 1666 | + "@alloc/quick-lru": "^5.2.0", |
| 1667 | + "@tailwindcss/node": "4.2.2", |
| 1668 | + "@tailwindcss/oxide": "4.2.2", |
| 1669 | + "postcss": "^8.5.6", |
| 1670 | + "tailwindcss": "4.2.2" |
| 1671 | + } |
| 1672 | + }, |
| 1389 | 1673 | "node_modules/@tybys/wasm-util": { |
| 1390 | 1674 | "version": "0.10.1", |
| 1391 | 1675 | "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", |
@@ -2814,8 +3098,8 @@ |
| 2814 | 3098 | "version": "2.1.2", |
| 2815 | 3099 | "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", |
| 2816 | 3100 | "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", |
| 3101 | + "devOptional": true, |
| 2817 | 3102 | "license": "Apache-2.0", |
| 2818 | | - "optional": true, |
| 2819 | 3103 | "engines": { |
| 2820 | 3104 | "node": ">=8" |
| 2821 | 3105 | } |
@@ -2875,6 +3159,20 @@ |
| 2875 | 3159 | "dev": true, |
| 2876 | 3160 | "license": "MIT" |
| 2877 | 3161 | }, |
| 3162 | + "node_modules/enhanced-resolve": { |
| 3163 | + "version": "5.20.1", |
| 3164 | + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz", |
| 3165 | + "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==", |
| 3166 | + "dev": true, |
| 3167 | + "license": "MIT", |
| 3168 | + "dependencies": { |
| 3169 | + "graceful-fs": "^4.2.4", |
| 3170 | + "tapable": "^2.3.0" |
| 3171 | + }, |
| 3172 | + "engines": { |
| 3173 | + "node": ">=10.13.0" |
| 3174 | + } |
| 3175 | + }, |
| 2878 | 3176 | "node_modules/es-abstract": { |
| 2879 | 3177 | "version": "1.24.1", |
| 2880 | 3178 | "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz", |
@@ -4007,6 +4305,13 @@ |
| 4007 | 4305 | "url": "https://github.com/sponsors/ljharb" |
| 4008 | 4306 | } |
| 4009 | 4307 | }, |
| 4308 | + "node_modules/graceful-fs": { |
| 4309 | + "version": "4.2.11", |
| 4310 | + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", |
| 4311 | + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", |
| 4312 | + "dev": true, |
| 4313 | + "license": "ISC" |
| 4314 | + }, |
| 4010 | 4315 | "node_modules/gray-matter": { |
| 4011 | 4316 | "version": "4.0.3", |
| 4012 | 4317 | "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", |
@@ -4758,6 +5063,16 @@ |
| 4758 | 5063 | "node": ">= 0.4" |
| 4759 | 5064 | } |
| 4760 | 5065 | }, |
| 5066 | + "node_modules/jiti": { |
| 5067 | + "version": "2.6.1", |
| 5068 | + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", |
| 5069 | + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", |
| 5070 | + "dev": true, |
| 5071 | + "license": "MIT", |
| 5072 | + "bin": { |
| 5073 | + "jiti": "lib/jiti-cli.mjs" |
| 5074 | + } |
| 5075 | + }, |
| 4761 | 5076 | "node_modules/js-tokens": { |
| 4762 | 5077 | "version": "4.0.0", |
| 4763 | 5078 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
@@ -4894,6 +5209,267 @@ |
| 4894 | 5209 | "node": ">= 0.8.0" |
| 4895 | 5210 | } |
| 4896 | 5211 | }, |
| 5212 | + "node_modules/lightningcss": { |
| 5213 | + "version": "1.32.0", |
| 5214 | + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", |
| 5215 | + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", |
| 5216 | + "dev": true, |
| 5217 | + "license": "MPL-2.0", |
| 5218 | + "dependencies": { |
| 5219 | + "detect-libc": "^2.0.3" |
| 5220 | + }, |
| 5221 | + "engines": { |
| 5222 | + "node": ">= 12.0.0" |
| 5223 | + }, |
| 5224 | + "funding": { |
| 5225 | + "type": "opencollective", |
| 5226 | + "url": "https://opencollective.com/parcel" |
| 5227 | + }, |
| 5228 | + "optionalDependencies": { |
| 5229 | + "lightningcss-android-arm64": "1.32.0", |
| 5230 | + "lightningcss-darwin-arm64": "1.32.0", |
| 5231 | + "lightningcss-darwin-x64": "1.32.0", |
| 5232 | + "lightningcss-freebsd-x64": "1.32.0", |
| 5233 | + "lightningcss-linux-arm-gnueabihf": "1.32.0", |
| 5234 | + "lightningcss-linux-arm64-gnu": "1.32.0", |
| 5235 | + "lightningcss-linux-arm64-musl": "1.32.0", |
| 5236 | + "lightningcss-linux-x64-gnu": "1.32.0", |
| 5237 | + "lightningcss-linux-x64-musl": "1.32.0", |
| 5238 | + "lightningcss-win32-arm64-msvc": "1.32.0", |
| 5239 | + "lightningcss-win32-x64-msvc": "1.32.0" |
| 5240 | + } |
| 5241 | + }, |
| 5242 | + "node_modules/lightningcss-android-arm64": { |
| 5243 | + "version": "1.32.0", |
| 5244 | + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", |
| 5245 | + "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", |
| 5246 | + "cpu": [ |
| 5247 | + "arm64" |
| 5248 | + ], |
| 5249 | + "dev": true, |
| 5250 | + "license": "MPL-2.0", |
| 5251 | + "optional": true, |
| 5252 | + "os": [ |
| 5253 | + "android" |
| 5254 | + ], |
| 5255 | + "engines": { |
| 5256 | + "node": ">= 12.0.0" |
| 5257 | + }, |
| 5258 | + "funding": { |
| 5259 | + "type": "opencollective", |
| 5260 | + "url": "https://opencollective.com/parcel" |
| 5261 | + } |
| 5262 | + }, |
| 5263 | + "node_modules/lightningcss-darwin-arm64": { |
| 5264 | + "version": "1.32.0", |
| 5265 | + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", |
| 5266 | + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", |
| 5267 | + "cpu": [ |
| 5268 | + "arm64" |
| 5269 | + ], |
| 5270 | + "dev": true, |
| 5271 | + "license": "MPL-2.0", |
| 5272 | + "optional": true, |
| 5273 | + "os": [ |
| 5274 | + "darwin" |
| 5275 | + ], |
| 5276 | + "engines": { |
| 5277 | + "node": ">= 12.0.0" |
| 5278 | + }, |
| 5279 | + "funding": { |
| 5280 | + "type": "opencollective", |
| 5281 | + "url": "https://opencollective.com/parcel" |
| 5282 | + } |
| 5283 | + }, |
| 5284 | + "node_modules/lightningcss-darwin-x64": { |
| 5285 | + "version": "1.32.0", |
| 5286 | + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", |
| 5287 | + "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", |
| 5288 | + "cpu": [ |
| 5289 | + "x64" |
| 5290 | + ], |
| 5291 | + "dev": true, |
| 5292 | + "license": "MPL-2.0", |
| 5293 | + "optional": true, |
| 5294 | + "os": [ |
| 5295 | + "darwin" |
| 5296 | + ], |
| 5297 | + "engines": { |
| 5298 | + "node": ">= 12.0.0" |
| 5299 | + }, |
| 5300 | + "funding": { |
| 5301 | + "type": "opencollective", |
| 5302 | + "url": "https://opencollective.com/parcel" |
| 5303 | + } |
| 5304 | + }, |
| 5305 | + "node_modules/lightningcss-freebsd-x64": { |
| 5306 | + "version": "1.32.0", |
| 5307 | + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", |
| 5308 | + "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", |
| 5309 | + "cpu": [ |
| 5310 | + "x64" |
| 5311 | + ], |
| 5312 | + "dev": true, |
| 5313 | + "license": "MPL-2.0", |
| 5314 | + "optional": true, |
| 5315 | + "os": [ |
| 5316 | + "freebsd" |
| 5317 | + ], |
| 5318 | + "engines": { |
| 5319 | + "node": ">= 12.0.0" |
| 5320 | + }, |
| 5321 | + "funding": { |
| 5322 | + "type": "opencollective", |
| 5323 | + "url": "https://opencollective.com/parcel" |
| 5324 | + } |
| 5325 | + }, |
| 5326 | + "node_modules/lightningcss-linux-arm-gnueabihf": { |
| 5327 | + "version": "1.32.0", |
| 5328 | + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", |
| 5329 | + "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", |
| 5330 | + "cpu": [ |
| 5331 | + "arm" |
| 5332 | + ], |
| 5333 | + "dev": true, |
| 5334 | + "license": "MPL-2.0", |
| 5335 | + "optional": true, |
| 5336 | + "os": [ |
| 5337 | + "linux" |
| 5338 | + ], |
| 5339 | + "engines": { |
| 5340 | + "node": ">= 12.0.0" |
| 5341 | + }, |
| 5342 | + "funding": { |
| 5343 | + "type": "opencollective", |
| 5344 | + "url": "https://opencollective.com/parcel" |
| 5345 | + } |
| 5346 | + }, |
| 5347 | + "node_modules/lightningcss-linux-arm64-gnu": { |
| 5348 | + "version": "1.32.0", |
| 5349 | + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", |
| 5350 | + "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", |
| 5351 | + "cpu": [ |
| 5352 | + "arm64" |
| 5353 | + ], |
| 5354 | + "dev": true, |
| 5355 | + "license": "MPL-2.0", |
| 5356 | + "optional": true, |
| 5357 | + "os": [ |
| 5358 | + "linux" |
| 5359 | + ], |
| 5360 | + "engines": { |
| 5361 | + "node": ">= 12.0.0" |
| 5362 | + }, |
| 5363 | + "funding": { |
| 5364 | + "type": "opencollective", |
| 5365 | + "url": "https://opencollective.com/parcel" |
| 5366 | + } |
| 5367 | + }, |
| 5368 | + "node_modules/lightningcss-linux-arm64-musl": { |
| 5369 | + "version": "1.32.0", |
| 5370 | + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", |
| 5371 | + "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", |
| 5372 | + "cpu": [ |
| 5373 | + "arm64" |
| 5374 | + ], |
| 5375 | + "dev": true, |
| 5376 | + "license": "MPL-2.0", |
| 5377 | + "optional": true, |
| 5378 | + "os": [ |
| 5379 | + "linux" |
| 5380 | + ], |
| 5381 | + "engines": { |
| 5382 | + "node": ">= 12.0.0" |
| 5383 | + }, |
| 5384 | + "funding": { |
| 5385 | + "type": "opencollective", |
| 5386 | + "url": "https://opencollective.com/parcel" |
| 5387 | + } |
| 5388 | + }, |
| 5389 | + "node_modules/lightningcss-linux-x64-gnu": { |
| 5390 | + "version": "1.32.0", |
| 5391 | + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", |
| 5392 | + "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", |
| 5393 | + "cpu": [ |
| 5394 | + "x64" |
| 5395 | + ], |
| 5396 | + "dev": true, |
| 5397 | + "license": "MPL-2.0", |
| 5398 | + "optional": true, |
| 5399 | + "os": [ |
| 5400 | + "linux" |
| 5401 | + ], |
| 5402 | + "engines": { |
| 5403 | + "node": ">= 12.0.0" |
| 5404 | + }, |
| 5405 | + "funding": { |
| 5406 | + "type": "opencollective", |
| 5407 | + "url": "https://opencollective.com/parcel" |
| 5408 | + } |
| 5409 | + }, |
| 5410 | + "node_modules/lightningcss-linux-x64-musl": { |
| 5411 | + "version": "1.32.0", |
| 5412 | + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", |
| 5413 | + "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", |
| 5414 | + "cpu": [ |
| 5415 | + "x64" |
| 5416 | + ], |
| 5417 | + "dev": true, |
| 5418 | + "license": "MPL-2.0", |
| 5419 | + "optional": true, |
| 5420 | + "os": [ |
| 5421 | + "linux" |
| 5422 | + ], |
| 5423 | + "engines": { |
| 5424 | + "node": ">= 12.0.0" |
| 5425 | + }, |
| 5426 | + "funding": { |
| 5427 | + "type": "opencollective", |
| 5428 | + "url": "https://opencollective.com/parcel" |
| 5429 | + } |
| 5430 | + }, |
| 5431 | + "node_modules/lightningcss-win32-arm64-msvc": { |
| 5432 | + "version": "1.32.0", |
| 5433 | + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", |
| 5434 | + "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", |
| 5435 | + "cpu": [ |
| 5436 | + "arm64" |
| 5437 | + ], |
| 5438 | + "dev": true, |
| 5439 | + "license": "MPL-2.0", |
| 5440 | + "optional": true, |
| 5441 | + "os": [ |
| 5442 | + "win32" |
| 5443 | + ], |
| 5444 | + "engines": { |
| 5445 | + "node": ">= 12.0.0" |
| 5446 | + }, |
| 5447 | + "funding": { |
| 5448 | + "type": "opencollective", |
| 5449 | + "url": "https://opencollective.com/parcel" |
| 5450 | + } |
| 5451 | + }, |
| 5452 | + "node_modules/lightningcss-win32-x64-msvc": { |
| 5453 | + "version": "1.32.0", |
| 5454 | + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", |
| 5455 | + "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", |
| 5456 | + "cpu": [ |
| 5457 | + "x64" |
| 5458 | + ], |
| 5459 | + "dev": true, |
| 5460 | + "license": "MPL-2.0", |
| 5461 | + "optional": true, |
| 5462 | + "os": [ |
| 5463 | + "win32" |
| 5464 | + ], |
| 5465 | + "engines": { |
| 5466 | + "node": ">= 12.0.0" |
| 5467 | + }, |
| 5468 | + "funding": { |
| 5469 | + "type": "opencollective", |
| 5470 | + "url": "https://opencollective.com/parcel" |
| 5471 | + } |
| 5472 | + }, |
| 4897 | 5473 | "node_modules/locate-path": { |
| 4898 | 5474 | "version": "6.0.0", |
| 4899 | 5475 | "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", |
@@ -4950,6 +5526,16 @@ |
| 4950 | 5526 | "yallist": "^3.0.2" |
| 4951 | 5527 | } |
| 4952 | 5528 | }, |
| 5529 | + "node_modules/magic-string": { |
| 5530 | + "version": "0.30.21", |
| 5531 | + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", |
| 5532 | + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", |
| 5533 | + "dev": true, |
| 5534 | + "license": "MIT", |
| 5535 | + "dependencies": { |
| 5536 | + "@jridgewell/sourcemap-codec": "^1.5.5" |
| 5537 | + } |
| 5538 | + }, |
| 4953 | 5539 | "node_modules/markdown-extensions": { |
| 4954 | 5540 | "version": "2.0.0", |
| 4955 | 5541 | "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", |
@@ -7452,6 +8038,20 @@ |
| 7452 | 8038 | "dev": true, |
| 7453 | 8039 | "license": "MIT" |
| 7454 | 8040 | }, |
| 8041 | + "node_modules/tapable": { |
| 8042 | + "version": "2.3.0", |
| 8043 | + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", |
| 8044 | + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", |
| 8045 | + "dev": true, |
| 8046 | + "license": "MIT", |
| 8047 | + "engines": { |
| 8048 | + "node": ">=6" |
| 8049 | + }, |
| 8050 | + "funding": { |
| 8051 | + "type": "opencollective", |
| 8052 | + "url": "https://opencollective.com/webpack" |
| 8053 | + } |
| 8054 | + }, |
| 7455 | 8055 | "node_modules/tinyglobby": { |
| 7456 | 8056 | "version": "0.2.15", |
| 7457 | 8057 | "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", |