@yoamigo.com/cli 0.1.17 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yoamigo.com/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"description": "CLI for creating and managing YoAmigo templates",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"dist",
|
|
14
14
|
"templates",
|
|
15
|
+
"!templates/*/node_modules",
|
|
16
|
+
"!templates/*/dist",
|
|
17
|
+
"!templates/*/.vite",
|
|
15
18
|
"LICENSE",
|
|
16
19
|
"README.md"
|
|
17
20
|
],
|
|
@@ -8,7 +8,14 @@
|
|
|
8
8
|
"name": "my-yoamigo-template",
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@
|
|
11
|
+
"@tiptap/core": "^3.11.1",
|
|
12
|
+
"@tiptap/extension-link": "^3.11.1",
|
|
13
|
+
"@tiptap/extension-text-style": "^3.11.1",
|
|
14
|
+
"@tiptap/pm": "^3.11.1",
|
|
15
|
+
"@tiptap/react": "^3.11.1",
|
|
16
|
+
"@tiptap/starter-kit": "^3.11.1",
|
|
17
|
+
"@yoamigo.com/core": "^0.1.7",
|
|
18
|
+
"dompurify": "^3.2.3",
|
|
12
19
|
"react": "^19.2.1",
|
|
13
20
|
"react-dom": "^19.2.1"
|
|
14
21
|
},
|
|
@@ -777,6 +784,34 @@
|
|
|
777
784
|
"node": ">=18"
|
|
778
785
|
}
|
|
779
786
|
},
|
|
787
|
+
"node_modules/@floating-ui/core": {
|
|
788
|
+
"version": "1.7.3",
|
|
789
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
|
|
790
|
+
"integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
|
|
791
|
+
"license": "MIT",
|
|
792
|
+
"optional": true,
|
|
793
|
+
"dependencies": {
|
|
794
|
+
"@floating-ui/utils": "^0.2.10"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"node_modules/@floating-ui/dom": {
|
|
798
|
+
"version": "1.7.4",
|
|
799
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
|
|
800
|
+
"integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
|
|
801
|
+
"license": "MIT",
|
|
802
|
+
"optional": true,
|
|
803
|
+
"dependencies": {
|
|
804
|
+
"@floating-ui/core": "^1.7.3",
|
|
805
|
+
"@floating-ui/utils": "^0.2.10"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"node_modules/@floating-ui/utils": {
|
|
809
|
+
"version": "0.2.10",
|
|
810
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
|
|
811
|
+
"integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
|
|
812
|
+
"license": "MIT",
|
|
813
|
+
"optional": true
|
|
814
|
+
},
|
|
780
815
|
"node_modules/@jridgewell/gen-mapping": {
|
|
781
816
|
"version": "0.3.13",
|
|
782
817
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
@@ -880,6 +915,12 @@
|
|
|
880
915
|
"vite": ">=2.0.0"
|
|
881
916
|
}
|
|
882
917
|
},
|
|
918
|
+
"node_modules/@remirror/core-constants": {
|
|
919
|
+
"version": "3.0.0",
|
|
920
|
+
"resolved": "https://registry.npmjs.org/@remirror/core-constants/-/core-constants-3.0.0.tgz",
|
|
921
|
+
"integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==",
|
|
922
|
+
"license": "MIT"
|
|
923
|
+
},
|
|
883
924
|
"node_modules/@rolldown/pluginutils": {
|
|
884
925
|
"version": "1.0.0-beta.53",
|
|
885
926
|
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
|
|
@@ -1456,6 +1497,453 @@
|
|
|
1456
1497
|
"tailwindcss": "4.1.18"
|
|
1457
1498
|
}
|
|
1458
1499
|
},
|
|
1500
|
+
"node_modules/@tiptap/core": {
|
|
1501
|
+
"version": "3.13.0",
|
|
1502
|
+
"resolved": "https://registry.npmjs.org/@tiptap/core/-/core-3.13.0.tgz",
|
|
1503
|
+
"integrity": "sha512-iUelgiTMgPVMpY5ZqASUpk8mC8HuR9FWKaDzK27w9oWip9tuB54Z8mePTxNcQaSPb6ErzEaC8x8egrRt7OsdGQ==",
|
|
1504
|
+
"license": "MIT",
|
|
1505
|
+
"funding": {
|
|
1506
|
+
"type": "github",
|
|
1507
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1508
|
+
},
|
|
1509
|
+
"peerDependencies": {
|
|
1510
|
+
"@tiptap/pm": "^3.13.0"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
"node_modules/@tiptap/extension-blockquote": {
|
|
1514
|
+
"version": "3.13.0",
|
|
1515
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.13.0.tgz",
|
|
1516
|
+
"integrity": "sha512-K1z/PAIIwEmiWbzrP//4cC7iG1TZknDlF1yb42G7qkx2S2X4P0NiqX7sKOej3yqrPjKjGwPujLMSuDnCF87QkQ==",
|
|
1517
|
+
"license": "MIT",
|
|
1518
|
+
"funding": {
|
|
1519
|
+
"type": "github",
|
|
1520
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1521
|
+
},
|
|
1522
|
+
"peerDependencies": {
|
|
1523
|
+
"@tiptap/core": "^3.13.0"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"node_modules/@tiptap/extension-bold": {
|
|
1527
|
+
"version": "3.13.0",
|
|
1528
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.13.0.tgz",
|
|
1529
|
+
"integrity": "sha512-VYiDN9EEwR6ShaDLclG8mphkb/wlIzqfk7hxaKboq1G+NSDj8PcaSI9hldKKtTCLeaSNu6UR5nkdu/YHdzYWTw==",
|
|
1530
|
+
"license": "MIT",
|
|
1531
|
+
"funding": {
|
|
1532
|
+
"type": "github",
|
|
1533
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1534
|
+
},
|
|
1535
|
+
"peerDependencies": {
|
|
1536
|
+
"@tiptap/core": "^3.13.0"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"node_modules/@tiptap/extension-bubble-menu": {
|
|
1540
|
+
"version": "3.13.0",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.13.0.tgz",
|
|
1542
|
+
"integrity": "sha512-qZ3j2DBsqP9DjG2UlExQ+tHMRhAnWlCKNreKddKocb/nAFrPdBCtvkqIEu+68zPlbLD4ukpoyjUklRJg+NipFg==",
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"optional": true,
|
|
1545
|
+
"dependencies": {
|
|
1546
|
+
"@floating-ui/dom": "^1.0.0"
|
|
1547
|
+
},
|
|
1548
|
+
"funding": {
|
|
1549
|
+
"type": "github",
|
|
1550
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1551
|
+
},
|
|
1552
|
+
"peerDependencies": {
|
|
1553
|
+
"@tiptap/core": "^3.13.0",
|
|
1554
|
+
"@tiptap/pm": "^3.13.0"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"node_modules/@tiptap/extension-bullet-list": {
|
|
1558
|
+
"version": "3.13.0",
|
|
1559
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-3.13.0.tgz",
|
|
1560
|
+
"integrity": "sha512-fFQmmEUoPzRGiQJ/KKutG35ZX21GE+1UCDo8Q6PoWH7Al9lex47nvyeU1BiDYOhcTKgIaJRtEH5lInsOsRJcSA==",
|
|
1561
|
+
"license": "MIT",
|
|
1562
|
+
"funding": {
|
|
1563
|
+
"type": "github",
|
|
1564
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1565
|
+
},
|
|
1566
|
+
"peerDependencies": {
|
|
1567
|
+
"@tiptap/extension-list": "^3.13.0"
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
"node_modules/@tiptap/extension-code": {
|
|
1571
|
+
"version": "3.13.0",
|
|
1572
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-3.13.0.tgz",
|
|
1573
|
+
"integrity": "sha512-sF5raBni6iSVpXWvwJCAcOXw5/kZ+djDHx1YSGWhopm4+fsj0xW7GvVO+VTwiFjZGKSw+K5NeAxzcQTJZd3Vhw==",
|
|
1574
|
+
"license": "MIT",
|
|
1575
|
+
"funding": {
|
|
1576
|
+
"type": "github",
|
|
1577
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1578
|
+
},
|
|
1579
|
+
"peerDependencies": {
|
|
1580
|
+
"@tiptap/core": "^3.13.0"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
"node_modules/@tiptap/extension-code-block": {
|
|
1584
|
+
"version": "3.13.0",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-3.13.0.tgz",
|
|
1586
|
+
"integrity": "sha512-kIwfQ4iqootsWg9e74iYJK54/YMIj6ahUxEltjZRML5z/h4gTDcQt2eTpnEC8yjDjHeUVOR94zH9auCySyk9CQ==",
|
|
1587
|
+
"license": "MIT",
|
|
1588
|
+
"funding": {
|
|
1589
|
+
"type": "github",
|
|
1590
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1591
|
+
},
|
|
1592
|
+
"peerDependencies": {
|
|
1593
|
+
"@tiptap/core": "^3.13.0",
|
|
1594
|
+
"@tiptap/pm": "^3.13.0"
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"node_modules/@tiptap/extension-document": {
|
|
1598
|
+
"version": "3.13.0",
|
|
1599
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.13.0.tgz",
|
|
1600
|
+
"integrity": "sha512-RjU7hTJwjKXIdY57o/Pc+Yr8swLkrwT7PBQ/m+LCX5oO/V2wYoWCjoBYnK5KSHrWlNy/aLzC33BvLeqZZ9nzlQ==",
|
|
1601
|
+
"license": "MIT",
|
|
1602
|
+
"funding": {
|
|
1603
|
+
"type": "github",
|
|
1604
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1605
|
+
},
|
|
1606
|
+
"peerDependencies": {
|
|
1607
|
+
"@tiptap/core": "^3.13.0"
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
"node_modules/@tiptap/extension-dropcursor": {
|
|
1611
|
+
"version": "3.13.0",
|
|
1612
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.13.0.tgz",
|
|
1613
|
+
"integrity": "sha512-m7GPT3c/83ni+bbU8c+3dpNa8ug+aQ4phNB1Q52VQG3oTonDJnZS7WCtn3lB/Hi1LqoqMtEHwhepU2eD+JeXqQ==",
|
|
1614
|
+
"license": "MIT",
|
|
1615
|
+
"funding": {
|
|
1616
|
+
"type": "github",
|
|
1617
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1618
|
+
},
|
|
1619
|
+
"peerDependencies": {
|
|
1620
|
+
"@tiptap/extensions": "^3.13.0"
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
"node_modules/@tiptap/extension-floating-menu": {
|
|
1624
|
+
"version": "3.13.0",
|
|
1625
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.13.0.tgz",
|
|
1626
|
+
"integrity": "sha512-OsezV2cMofZM4c13gvgi93IEYBUzZgnu8BXTYZQiQYekz4bX4uulBmLa1KOA9EN71FzS+SoLkXHU0YzlbLjlxA==",
|
|
1627
|
+
"license": "MIT",
|
|
1628
|
+
"optional": true,
|
|
1629
|
+
"funding": {
|
|
1630
|
+
"type": "github",
|
|
1631
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1632
|
+
},
|
|
1633
|
+
"peerDependencies": {
|
|
1634
|
+
"@floating-ui/dom": "^1.0.0",
|
|
1635
|
+
"@tiptap/core": "^3.13.0",
|
|
1636
|
+
"@tiptap/pm": "^3.13.0"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
"node_modules/@tiptap/extension-gapcursor": {
|
|
1640
|
+
"version": "3.13.0",
|
|
1641
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-3.13.0.tgz",
|
|
1642
|
+
"integrity": "sha512-KVxjQKkd964nin+1IdM2Dvej/Jy4JTMcMgq5seusUhJ9T9P8F9s2D5Iefwgkps3OCzub/aF+eAsZe+1P5KSIgA==",
|
|
1643
|
+
"license": "MIT",
|
|
1644
|
+
"funding": {
|
|
1645
|
+
"type": "github",
|
|
1646
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1647
|
+
},
|
|
1648
|
+
"peerDependencies": {
|
|
1649
|
+
"@tiptap/extensions": "^3.13.0"
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
"node_modules/@tiptap/extension-hard-break": {
|
|
1653
|
+
"version": "3.13.0",
|
|
1654
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.13.0.tgz",
|
|
1655
|
+
"integrity": "sha512-nH1OBaO+/pakhu+P1jF208mPgB70IKlrR/9d46RMYoYbqJTNf4KVLx5lHAOHytIhjcNg+MjyTfJWfkK+dyCCyg==",
|
|
1656
|
+
"license": "MIT",
|
|
1657
|
+
"funding": {
|
|
1658
|
+
"type": "github",
|
|
1659
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1660
|
+
},
|
|
1661
|
+
"peerDependencies": {
|
|
1662
|
+
"@tiptap/core": "^3.13.0"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
"node_modules/@tiptap/extension-heading": {
|
|
1666
|
+
"version": "3.13.0",
|
|
1667
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.13.0.tgz",
|
|
1668
|
+
"integrity": "sha512-8VKWX8waYPtUWN97J89em9fOtxNteh6pvUEd0htcOAtoxjt2uZjbW5N4lKyWhNKifZBrVhH2Cc2NUPuftCVgxw==",
|
|
1669
|
+
"license": "MIT",
|
|
1670
|
+
"funding": {
|
|
1671
|
+
"type": "github",
|
|
1672
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1673
|
+
},
|
|
1674
|
+
"peerDependencies": {
|
|
1675
|
+
"@tiptap/core": "^3.13.0"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
"node_modules/@tiptap/extension-horizontal-rule": {
|
|
1679
|
+
"version": "3.13.0",
|
|
1680
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.13.0.tgz",
|
|
1681
|
+
"integrity": "sha512-ZUFyORtjj22ib8ykbxRhWFQOTZjNKqOsMQjaAGof30cuD2DN5J5pMz7Haj2fFRtLpugWYH+f0Mi+WumQXC3hCw==",
|
|
1682
|
+
"license": "MIT",
|
|
1683
|
+
"funding": {
|
|
1684
|
+
"type": "github",
|
|
1685
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1686
|
+
},
|
|
1687
|
+
"peerDependencies": {
|
|
1688
|
+
"@tiptap/core": "^3.13.0",
|
|
1689
|
+
"@tiptap/pm": "^3.13.0"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
"node_modules/@tiptap/extension-italic": {
|
|
1693
|
+
"version": "3.13.0",
|
|
1694
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.13.0.tgz",
|
|
1695
|
+
"integrity": "sha512-XbVTgmzk1kgUMTirA6AGdLTcKHUvEJoh3R4qMdPtwwygEOe7sBuvKuLtF6AwUtpnOM+Y3tfWUTNEDWv9AcEdww==",
|
|
1696
|
+
"license": "MIT",
|
|
1697
|
+
"funding": {
|
|
1698
|
+
"type": "github",
|
|
1699
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1700
|
+
},
|
|
1701
|
+
"peerDependencies": {
|
|
1702
|
+
"@tiptap/core": "^3.13.0"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"node_modules/@tiptap/extension-link": {
|
|
1706
|
+
"version": "3.13.0",
|
|
1707
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.13.0.tgz",
|
|
1708
|
+
"integrity": "sha512-LuFPJ5GoL12GHW4A+USsj60O90pLcwUPdvEUSWewl9USyG6gnLnY/j5ZOXPYH7LiwYW8+lhq7ABwrDF2PKyBbA==",
|
|
1709
|
+
"license": "MIT",
|
|
1710
|
+
"dependencies": {
|
|
1711
|
+
"linkifyjs": "^4.3.2"
|
|
1712
|
+
},
|
|
1713
|
+
"funding": {
|
|
1714
|
+
"type": "github",
|
|
1715
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1716
|
+
},
|
|
1717
|
+
"peerDependencies": {
|
|
1718
|
+
"@tiptap/core": "^3.13.0",
|
|
1719
|
+
"@tiptap/pm": "^3.13.0"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"node_modules/@tiptap/extension-list": {
|
|
1723
|
+
"version": "3.13.0",
|
|
1724
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.13.0.tgz",
|
|
1725
|
+
"integrity": "sha512-MMFH0jQ4LeCPkJJFyZ77kt6eM/vcKujvTbMzW1xSHCIEA6s4lEcx9QdZMPpfmnOvTzeoVKR4nsu2t2qT9ZXzAw==",
|
|
1726
|
+
"license": "MIT",
|
|
1727
|
+
"funding": {
|
|
1728
|
+
"type": "github",
|
|
1729
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1730
|
+
},
|
|
1731
|
+
"peerDependencies": {
|
|
1732
|
+
"@tiptap/core": "^3.13.0",
|
|
1733
|
+
"@tiptap/pm": "^3.13.0"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"node_modules/@tiptap/extension-list-item": {
|
|
1737
|
+
"version": "3.13.0",
|
|
1738
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-3.13.0.tgz",
|
|
1739
|
+
"integrity": "sha512-63NbcS/XeQP2jcdDEnEAE3rjJICDj8y1SN1h/MsJmSt1LusnEo8WQ2ub86QELO6XnD3M04V03cY6Knf6I5mTkw==",
|
|
1740
|
+
"license": "MIT",
|
|
1741
|
+
"funding": {
|
|
1742
|
+
"type": "github",
|
|
1743
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1744
|
+
},
|
|
1745
|
+
"peerDependencies": {
|
|
1746
|
+
"@tiptap/extension-list": "^3.13.0"
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
"node_modules/@tiptap/extension-list-keymap": {
|
|
1750
|
+
"version": "3.13.0",
|
|
1751
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-list-keymap/-/extension-list-keymap-3.13.0.tgz",
|
|
1752
|
+
"integrity": "sha512-P+HtIa1iwosb1feFc8B/9MN5EAwzS+/dZ0UH0CTF2E4wnp5Z9OMxKl1IYjfiCwHzZrU5Let+S/maOvJR/EmV0g==",
|
|
1753
|
+
"license": "MIT",
|
|
1754
|
+
"funding": {
|
|
1755
|
+
"type": "github",
|
|
1756
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1757
|
+
},
|
|
1758
|
+
"peerDependencies": {
|
|
1759
|
+
"@tiptap/extension-list": "^3.13.0"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"node_modules/@tiptap/extension-ordered-list": {
|
|
1763
|
+
"version": "3.13.0",
|
|
1764
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.13.0.tgz",
|
|
1765
|
+
"integrity": "sha512-QuDyLzuK/3vCvx9GeKhgvHWrGECBzmJyAx6gli2HY+Iil7XicbfltV4nvhIxgxzpx3LDHLKzJN9pBi+2MzX60g==",
|
|
1766
|
+
"license": "MIT",
|
|
1767
|
+
"funding": {
|
|
1768
|
+
"type": "github",
|
|
1769
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1770
|
+
},
|
|
1771
|
+
"peerDependencies": {
|
|
1772
|
+
"@tiptap/extension-list": "^3.13.0"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"node_modules/@tiptap/extension-paragraph": {
|
|
1776
|
+
"version": "3.13.0",
|
|
1777
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.13.0.tgz",
|
|
1778
|
+
"integrity": "sha512-9csQde1i0yeZI5oQQ9e1GYNtGL2JcC2d8Fwtw9FsGC8yz2W0h+Fmk+3bc2kobbtO5LGqupSc1fKM8fAg5rSRDg==",
|
|
1779
|
+
"license": "MIT",
|
|
1780
|
+
"funding": {
|
|
1781
|
+
"type": "github",
|
|
1782
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1783
|
+
},
|
|
1784
|
+
"peerDependencies": {
|
|
1785
|
+
"@tiptap/core": "^3.13.0"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
"node_modules/@tiptap/extension-strike": {
|
|
1789
|
+
"version": "3.13.0",
|
|
1790
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.13.0.tgz",
|
|
1791
|
+
"integrity": "sha512-VHhWNqTAMOfrC48m2FcPIZB0nhl6XHQviAV16SBc+EFznKNv9tQUsqQrnuQ2y6ZVfqq5UxvZ3hKF/JlN/Ff7xw==",
|
|
1792
|
+
"license": "MIT",
|
|
1793
|
+
"funding": {
|
|
1794
|
+
"type": "github",
|
|
1795
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1796
|
+
},
|
|
1797
|
+
"peerDependencies": {
|
|
1798
|
+
"@tiptap/core": "^3.13.0"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
"node_modules/@tiptap/extension-text": {
|
|
1802
|
+
"version": "3.13.0",
|
|
1803
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.13.0.tgz",
|
|
1804
|
+
"integrity": "sha512-VcZIna93rixw7hRkHGCxDbL3kvJWi80vIT25a2pXg0WP1e7Pi3nBYvZIL4SQtkbBCji9EHrbZx3p8nNPzfazYw==",
|
|
1805
|
+
"license": "MIT",
|
|
1806
|
+
"funding": {
|
|
1807
|
+
"type": "github",
|
|
1808
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1809
|
+
},
|
|
1810
|
+
"peerDependencies": {
|
|
1811
|
+
"@tiptap/core": "^3.13.0"
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"node_modules/@tiptap/extension-text-style": {
|
|
1815
|
+
"version": "3.13.0",
|
|
1816
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-3.13.0.tgz",
|
|
1817
|
+
"integrity": "sha512-M7ob3pfYNYgFPihncEp33r9477hXQgC8j3iU8BsewvPlSx2bMSy5jp2XHDXyEX8dV6flr7acH4GkXXw+DHpaPA==",
|
|
1818
|
+
"license": "MIT",
|
|
1819
|
+
"funding": {
|
|
1820
|
+
"type": "github",
|
|
1821
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1822
|
+
},
|
|
1823
|
+
"peerDependencies": {
|
|
1824
|
+
"@tiptap/core": "^3.13.0"
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"node_modules/@tiptap/extension-underline": {
|
|
1828
|
+
"version": "3.13.0",
|
|
1829
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.13.0.tgz",
|
|
1830
|
+
"integrity": "sha512-VDQi+UYw0tFnfghpthJTFmtJ3yx90kXeDwFvhmT8G+O+si5VmP05xYDBYBmYCix5jqKigJxEASiBL0gYOgMDEg==",
|
|
1831
|
+
"license": "MIT",
|
|
1832
|
+
"funding": {
|
|
1833
|
+
"type": "github",
|
|
1834
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1835
|
+
},
|
|
1836
|
+
"peerDependencies": {
|
|
1837
|
+
"@tiptap/core": "^3.13.0"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"node_modules/@tiptap/extensions": {
|
|
1841
|
+
"version": "3.13.0",
|
|
1842
|
+
"resolved": "https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.13.0.tgz",
|
|
1843
|
+
"integrity": "sha512-i7O0ptSibEtTy+2PIPsNKEvhTvMaFJg1W4Oxfnbuxvaigs7cJV9Q0lwDUcc7CPsNw2T1+44wcxg431CzTvdYoA==",
|
|
1844
|
+
"license": "MIT",
|
|
1845
|
+
"funding": {
|
|
1846
|
+
"type": "github",
|
|
1847
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1848
|
+
},
|
|
1849
|
+
"peerDependencies": {
|
|
1850
|
+
"@tiptap/core": "^3.13.0",
|
|
1851
|
+
"@tiptap/pm": "^3.13.0"
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
"node_modules/@tiptap/pm": {
|
|
1855
|
+
"version": "3.13.0",
|
|
1856
|
+
"resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-3.13.0.tgz",
|
|
1857
|
+
"integrity": "sha512-WKR4ucALq+lwx0WJZW17CspeTpXorbIOpvKv5mulZica6QxqfMhn8n1IXCkDws/mCoLRx4Drk5d377tIjFNsvQ==",
|
|
1858
|
+
"license": "MIT",
|
|
1859
|
+
"dependencies": {
|
|
1860
|
+
"prosemirror-changeset": "^2.3.0",
|
|
1861
|
+
"prosemirror-collab": "^1.3.1",
|
|
1862
|
+
"prosemirror-commands": "^1.6.2",
|
|
1863
|
+
"prosemirror-dropcursor": "^1.8.1",
|
|
1864
|
+
"prosemirror-gapcursor": "^1.3.2",
|
|
1865
|
+
"prosemirror-history": "^1.4.1",
|
|
1866
|
+
"prosemirror-inputrules": "^1.4.0",
|
|
1867
|
+
"prosemirror-keymap": "^1.2.2",
|
|
1868
|
+
"prosemirror-markdown": "^1.13.1",
|
|
1869
|
+
"prosemirror-menu": "^1.2.4",
|
|
1870
|
+
"prosemirror-model": "^1.24.1",
|
|
1871
|
+
"prosemirror-schema-basic": "^1.2.3",
|
|
1872
|
+
"prosemirror-schema-list": "^1.5.0",
|
|
1873
|
+
"prosemirror-state": "^1.4.3",
|
|
1874
|
+
"prosemirror-tables": "^1.6.4",
|
|
1875
|
+
"prosemirror-trailing-node": "^3.0.0",
|
|
1876
|
+
"prosemirror-transform": "^1.10.2",
|
|
1877
|
+
"prosemirror-view": "^1.38.1"
|
|
1878
|
+
},
|
|
1879
|
+
"funding": {
|
|
1880
|
+
"type": "github",
|
|
1881
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
"node_modules/@tiptap/react": {
|
|
1885
|
+
"version": "3.13.0",
|
|
1886
|
+
"resolved": "https://registry.npmjs.org/@tiptap/react/-/react-3.13.0.tgz",
|
|
1887
|
+
"integrity": "sha512-VqpqNZ9qtPr3pWK4NsZYxXgLSEiAnzl6oS7tEGmkkvJbcGSC+F7R13Xc9twv/zT5QCLxaHdEbmxHbuAIkrMgJQ==",
|
|
1888
|
+
"license": "MIT",
|
|
1889
|
+
"dependencies": {
|
|
1890
|
+
"@types/use-sync-external-store": "^0.0.6",
|
|
1891
|
+
"fast-equals": "^5.3.3",
|
|
1892
|
+
"use-sync-external-store": "^1.4.0"
|
|
1893
|
+
},
|
|
1894
|
+
"funding": {
|
|
1895
|
+
"type": "github",
|
|
1896
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1897
|
+
},
|
|
1898
|
+
"optionalDependencies": {
|
|
1899
|
+
"@tiptap/extension-bubble-menu": "^3.13.0",
|
|
1900
|
+
"@tiptap/extension-floating-menu": "^3.13.0"
|
|
1901
|
+
},
|
|
1902
|
+
"peerDependencies": {
|
|
1903
|
+
"@tiptap/core": "^3.13.0",
|
|
1904
|
+
"@tiptap/pm": "^3.13.0",
|
|
1905
|
+
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
1906
|
+
"@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
1907
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
1908
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
"node_modules/@tiptap/starter-kit": {
|
|
1912
|
+
"version": "3.13.0",
|
|
1913
|
+
"resolved": "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-3.13.0.tgz",
|
|
1914
|
+
"integrity": "sha512-Ojn6sRub04CRuyQ+9wqN62JUOMv+rG1vXhc2s6DCBCpu28lkCMMW+vTe7kXJcEdbot82+5swPbERw9vohswFzg==",
|
|
1915
|
+
"license": "MIT",
|
|
1916
|
+
"dependencies": {
|
|
1917
|
+
"@tiptap/core": "^3.13.0",
|
|
1918
|
+
"@tiptap/extension-blockquote": "^3.13.0",
|
|
1919
|
+
"@tiptap/extension-bold": "^3.13.0",
|
|
1920
|
+
"@tiptap/extension-bullet-list": "^3.13.0",
|
|
1921
|
+
"@tiptap/extension-code": "^3.13.0",
|
|
1922
|
+
"@tiptap/extension-code-block": "^3.13.0",
|
|
1923
|
+
"@tiptap/extension-document": "^3.13.0",
|
|
1924
|
+
"@tiptap/extension-dropcursor": "^3.13.0",
|
|
1925
|
+
"@tiptap/extension-gapcursor": "^3.13.0",
|
|
1926
|
+
"@tiptap/extension-hard-break": "^3.13.0",
|
|
1927
|
+
"@tiptap/extension-heading": "^3.13.0",
|
|
1928
|
+
"@tiptap/extension-horizontal-rule": "^3.13.0",
|
|
1929
|
+
"@tiptap/extension-italic": "^3.13.0",
|
|
1930
|
+
"@tiptap/extension-link": "^3.13.0",
|
|
1931
|
+
"@tiptap/extension-list": "^3.13.0",
|
|
1932
|
+
"@tiptap/extension-list-item": "^3.13.0",
|
|
1933
|
+
"@tiptap/extension-list-keymap": "^3.13.0",
|
|
1934
|
+
"@tiptap/extension-ordered-list": "^3.13.0",
|
|
1935
|
+
"@tiptap/extension-paragraph": "^3.13.0",
|
|
1936
|
+
"@tiptap/extension-strike": "^3.13.0",
|
|
1937
|
+
"@tiptap/extension-text": "^3.13.0",
|
|
1938
|
+
"@tiptap/extension-underline": "^3.13.0",
|
|
1939
|
+
"@tiptap/extensions": "^3.13.0",
|
|
1940
|
+
"@tiptap/pm": "^3.13.0"
|
|
1941
|
+
},
|
|
1942
|
+
"funding": {
|
|
1943
|
+
"type": "github",
|
|
1944
|
+
"url": "https://github.com/sponsors/ueberdosis"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1459
1947
|
"node_modules/@types/babel__core": {
|
|
1460
1948
|
"version": "7.20.5",
|
|
1461
1949
|
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
@@ -1503,11 +1991,32 @@
|
|
|
1503
1991
|
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
1504
1992
|
"license": "MIT"
|
|
1505
1993
|
},
|
|
1994
|
+
"node_modules/@types/linkify-it": {
|
|
1995
|
+
"version": "5.0.0",
|
|
1996
|
+
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
1997
|
+
"integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
|
|
1998
|
+
"license": "MIT"
|
|
1999
|
+
},
|
|
2000
|
+
"node_modules/@types/markdown-it": {
|
|
2001
|
+
"version": "14.1.2",
|
|
2002
|
+
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
|
|
2003
|
+
"integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
|
|
2004
|
+
"license": "MIT",
|
|
2005
|
+
"dependencies": {
|
|
2006
|
+
"@types/linkify-it": "^5",
|
|
2007
|
+
"@types/mdurl": "^2"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"node_modules/@types/mdurl": {
|
|
2011
|
+
"version": "2.0.0",
|
|
2012
|
+
"resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
|
|
2013
|
+
"integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
|
|
2014
|
+
"license": "MIT"
|
|
2015
|
+
},
|
|
1506
2016
|
"node_modules/@types/react": {
|
|
1507
2017
|
"version": "19.2.7",
|
|
1508
2018
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
|
|
1509
2019
|
"integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
|
|
1510
|
-
"dev": true,
|
|
1511
2020
|
"license": "MIT",
|
|
1512
2021
|
"dependencies": {
|
|
1513
2022
|
"csstype": "^3.2.2"
|
|
@@ -1517,12 +2026,24 @@
|
|
|
1517
2026
|
"version": "19.2.3",
|
|
1518
2027
|
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
1519
2028
|
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
1520
|
-
"dev": true,
|
|
1521
2029
|
"license": "MIT",
|
|
1522
2030
|
"peerDependencies": {
|
|
1523
2031
|
"@types/react": "^19.2.0"
|
|
1524
2032
|
}
|
|
1525
2033
|
},
|
|
2034
|
+
"node_modules/@types/trusted-types": {
|
|
2035
|
+
"version": "2.0.7",
|
|
2036
|
+
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
2037
|
+
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
2038
|
+
"license": "MIT",
|
|
2039
|
+
"optional": true
|
|
2040
|
+
},
|
|
2041
|
+
"node_modules/@types/use-sync-external-store": {
|
|
2042
|
+
"version": "0.0.6",
|
|
2043
|
+
"resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
|
|
2044
|
+
"integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
|
|
2045
|
+
"license": "MIT"
|
|
2046
|
+
},
|
|
1526
2047
|
"node_modules/@vitejs/plugin-react": {
|
|
1527
2048
|
"version": "5.1.2",
|
|
1528
2049
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz",
|
|
@@ -1544,9 +2065,9 @@
|
|
|
1544
2065
|
}
|
|
1545
2066
|
},
|
|
1546
2067
|
"node_modules/@yoamigo.com/core": {
|
|
1547
|
-
"version": "0.1.
|
|
1548
|
-
"resolved": "https://registry.npmjs.org/@yoamigo.com/core/-/core-0.1.
|
|
1549
|
-
"integrity": "sha512-
|
|
2068
|
+
"version": "0.1.7",
|
|
2069
|
+
"resolved": "https://registry.npmjs.org/@yoamigo.com/core/-/core-0.1.7.tgz",
|
|
2070
|
+
"integrity": "sha512-vGSDiLNkI4dC1bLGzGlTVGdbRJvDtbRNXhtptDYPkqBHGhdJ+vk6r9Nb85RqbPJWCH8PAdqkAVSfmqjiJxNcUA==",
|
|
1550
2071
|
"license": "SEE LICENSE IN LICENSE",
|
|
1551
2072
|
"dependencies": {
|
|
1552
2073
|
"clsx": "^2.1.1",
|
|
@@ -1555,12 +2076,40 @@
|
|
|
1555
2076
|
},
|
|
1556
2077
|
"peerDependencies": {
|
|
1557
2078
|
"@preact/preset-vite": "^2.0.0",
|
|
2079
|
+
"@tiptap/core": "^3.0.0",
|
|
2080
|
+
"@tiptap/extension-link": "^3.0.0",
|
|
2081
|
+
"@tiptap/extension-text-style": "^3.0.0",
|
|
2082
|
+
"@tiptap/pm": "^3.0.0",
|
|
2083
|
+
"@tiptap/react": "^3.0.0",
|
|
2084
|
+
"@tiptap/starter-kit": "^3.0.0",
|
|
1558
2085
|
"@vitejs/plugin-react": "^5.0.0",
|
|
2086
|
+
"dompurify": "^3.0.0",
|
|
1559
2087
|
"react": "^18.0.0 || ^19.0.0",
|
|
1560
2088
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
1561
2089
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
1562
2090
|
},
|
|
1563
2091
|
"peerDependenciesMeta": {
|
|
2092
|
+
"@tiptap/core": {
|
|
2093
|
+
"optional": true
|
|
2094
|
+
},
|
|
2095
|
+
"@tiptap/extension-link": {
|
|
2096
|
+
"optional": true
|
|
2097
|
+
},
|
|
2098
|
+
"@tiptap/extension-text-style": {
|
|
2099
|
+
"optional": true
|
|
2100
|
+
},
|
|
2101
|
+
"@tiptap/pm": {
|
|
2102
|
+
"optional": true
|
|
2103
|
+
},
|
|
2104
|
+
"@tiptap/react": {
|
|
2105
|
+
"optional": true
|
|
2106
|
+
},
|
|
2107
|
+
"@tiptap/starter-kit": {
|
|
2108
|
+
"optional": true
|
|
2109
|
+
},
|
|
2110
|
+
"dompurify": {
|
|
2111
|
+
"optional": true
|
|
2112
|
+
},
|
|
1564
2113
|
"react": {
|
|
1565
2114
|
"optional": true
|
|
1566
2115
|
},
|
|
@@ -1572,6 +2121,12 @@
|
|
|
1572
2121
|
}
|
|
1573
2122
|
}
|
|
1574
2123
|
},
|
|
2124
|
+
"node_modules/argparse": {
|
|
2125
|
+
"version": "2.0.1",
|
|
2126
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2127
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2128
|
+
"license": "Python-2.0"
|
|
2129
|
+
},
|
|
1575
2130
|
"node_modules/babel-plugin-transform-hook-names": {
|
|
1576
2131
|
"version": "1.0.2",
|
|
1577
2132
|
"resolved": "https://registry.npmjs.org/babel-plugin-transform-hook-names/-/babel-plugin-transform-hook-names-1.0.2.tgz",
|
|
@@ -1664,6 +2219,12 @@
|
|
|
1664
2219
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1665
2220
|
"license": "MIT"
|
|
1666
2221
|
},
|
|
2222
|
+
"node_modules/crelt": {
|
|
2223
|
+
"version": "1.0.6",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz",
|
|
2225
|
+
"integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
|
|
2226
|
+
"license": "MIT"
|
|
2227
|
+
},
|
|
1667
2228
|
"node_modules/css-select": {
|
|
1668
2229
|
"version": "5.2.2",
|
|
1669
2230
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
|
|
@@ -1696,7 +2257,6 @@
|
|
|
1696
2257
|
"version": "3.2.3",
|
|
1697
2258
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
1698
2259
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
1699
|
-
"dev": true,
|
|
1700
2260
|
"license": "MIT"
|
|
1701
2261
|
},
|
|
1702
2262
|
"node_modules/debug": {
|
|
@@ -1767,6 +2327,15 @@
|
|
|
1767
2327
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
1768
2328
|
}
|
|
1769
2329
|
},
|
|
2330
|
+
"node_modules/dompurify": {
|
|
2331
|
+
"version": "3.3.1",
|
|
2332
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz",
|
|
2333
|
+
"integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==",
|
|
2334
|
+
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
2335
|
+
"optionalDependencies": {
|
|
2336
|
+
"@types/trusted-types": "^2.0.7"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
1770
2339
|
"node_modules/domutils": {
|
|
1771
2340
|
"version": "3.2.2",
|
|
1772
2341
|
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
|
|
@@ -1863,12 +2432,33 @@
|
|
|
1863
2432
|
"node": ">=6"
|
|
1864
2433
|
}
|
|
1865
2434
|
},
|
|
2435
|
+
"node_modules/escape-string-regexp": {
|
|
2436
|
+
"version": "4.0.0",
|
|
2437
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
2438
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
2439
|
+
"license": "MIT",
|
|
2440
|
+
"engines": {
|
|
2441
|
+
"node": ">=10"
|
|
2442
|
+
},
|
|
2443
|
+
"funding": {
|
|
2444
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
1866
2447
|
"node_modules/estree-walker": {
|
|
1867
2448
|
"version": "2.0.2",
|
|
1868
2449
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
1869
2450
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
1870
2451
|
"license": "MIT"
|
|
1871
2452
|
},
|
|
2453
|
+
"node_modules/fast-equals": {
|
|
2454
|
+
"version": "5.4.0",
|
|
2455
|
+
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz",
|
|
2456
|
+
"integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
|
|
2457
|
+
"license": "MIT",
|
|
2458
|
+
"engines": {
|
|
2459
|
+
"node": ">=6.0.0"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
1872
2462
|
"node_modules/fsevents": {
|
|
1873
2463
|
"version": "2.3.3",
|
|
1874
2464
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -2204,6 +2794,21 @@
|
|
|
2204
2794
|
"url": "https://opencollective.com/parcel"
|
|
2205
2795
|
}
|
|
2206
2796
|
},
|
|
2797
|
+
"node_modules/linkify-it": {
|
|
2798
|
+
"version": "5.0.0",
|
|
2799
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
2800
|
+
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
|
2801
|
+
"license": "MIT",
|
|
2802
|
+
"dependencies": {
|
|
2803
|
+
"uc.micro": "^2.0.0"
|
|
2804
|
+
}
|
|
2805
|
+
},
|
|
2806
|
+
"node_modules/linkifyjs": {
|
|
2807
|
+
"version": "4.3.2",
|
|
2808
|
+
"resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz",
|
|
2809
|
+
"integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
|
|
2810
|
+
"license": "MIT"
|
|
2811
|
+
},
|
|
2207
2812
|
"node_modules/lru-cache": {
|
|
2208
2813
|
"version": "5.1.1",
|
|
2209
2814
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -2222,6 +2827,29 @@
|
|
|
2222
2827
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2223
2828
|
}
|
|
2224
2829
|
},
|
|
2830
|
+
"node_modules/markdown-it": {
|
|
2831
|
+
"version": "14.1.0",
|
|
2832
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
|
|
2833
|
+
"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
|
|
2834
|
+
"license": "MIT",
|
|
2835
|
+
"dependencies": {
|
|
2836
|
+
"argparse": "^2.0.1",
|
|
2837
|
+
"entities": "^4.4.0",
|
|
2838
|
+
"linkify-it": "^5.0.0",
|
|
2839
|
+
"mdurl": "^2.0.0",
|
|
2840
|
+
"punycode.js": "^2.3.1",
|
|
2841
|
+
"uc.micro": "^2.1.0"
|
|
2842
|
+
},
|
|
2843
|
+
"bin": {
|
|
2844
|
+
"markdown-it": "bin/markdown-it.mjs"
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
"node_modules/mdurl": {
|
|
2848
|
+
"version": "2.0.0",
|
|
2849
|
+
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
2850
|
+
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
|
|
2851
|
+
"license": "MIT"
|
|
2852
|
+
},
|
|
2225
2853
|
"node_modules/mitt": {
|
|
2226
2854
|
"version": "3.0.1",
|
|
2227
2855
|
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
@@ -2280,6 +2908,12 @@
|
|
|
2280
2908
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
2281
2909
|
}
|
|
2282
2910
|
},
|
|
2911
|
+
"node_modules/orderedmap": {
|
|
2912
|
+
"version": "2.1.1",
|
|
2913
|
+
"resolved": "https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz",
|
|
2914
|
+
"integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==",
|
|
2915
|
+
"license": "MIT"
|
|
2916
|
+
},
|
|
2283
2917
|
"node_modules/picocolors": {
|
|
2284
2918
|
"version": "1.1.1",
|
|
2285
2919
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
@@ -2336,6 +2970,210 @@
|
|
|
2336
2970
|
"url": "https://opencollective.com/preact"
|
|
2337
2971
|
}
|
|
2338
2972
|
},
|
|
2973
|
+
"node_modules/prosemirror-changeset": {
|
|
2974
|
+
"version": "2.3.1",
|
|
2975
|
+
"resolved": "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz",
|
|
2976
|
+
"integrity": "sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==",
|
|
2977
|
+
"license": "MIT",
|
|
2978
|
+
"dependencies": {
|
|
2979
|
+
"prosemirror-transform": "^1.0.0"
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
"node_modules/prosemirror-collab": {
|
|
2983
|
+
"version": "1.3.1",
|
|
2984
|
+
"resolved": "https://registry.npmjs.org/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
|
|
2985
|
+
"integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
|
|
2986
|
+
"license": "MIT",
|
|
2987
|
+
"dependencies": {
|
|
2988
|
+
"prosemirror-state": "^1.0.0"
|
|
2989
|
+
}
|
|
2990
|
+
},
|
|
2991
|
+
"node_modules/prosemirror-commands": {
|
|
2992
|
+
"version": "1.7.1",
|
|
2993
|
+
"resolved": "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz",
|
|
2994
|
+
"integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==",
|
|
2995
|
+
"license": "MIT",
|
|
2996
|
+
"dependencies": {
|
|
2997
|
+
"prosemirror-model": "^1.0.0",
|
|
2998
|
+
"prosemirror-state": "^1.0.0",
|
|
2999
|
+
"prosemirror-transform": "^1.10.2"
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
"node_modules/prosemirror-dropcursor": {
|
|
3003
|
+
"version": "1.8.2",
|
|
3004
|
+
"resolved": "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz",
|
|
3005
|
+
"integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==",
|
|
3006
|
+
"license": "MIT",
|
|
3007
|
+
"dependencies": {
|
|
3008
|
+
"prosemirror-state": "^1.0.0",
|
|
3009
|
+
"prosemirror-transform": "^1.1.0",
|
|
3010
|
+
"prosemirror-view": "^1.1.0"
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
3013
|
+
"node_modules/prosemirror-gapcursor": {
|
|
3014
|
+
"version": "1.4.0",
|
|
3015
|
+
"resolved": "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz",
|
|
3016
|
+
"integrity": "sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==",
|
|
3017
|
+
"license": "MIT",
|
|
3018
|
+
"dependencies": {
|
|
3019
|
+
"prosemirror-keymap": "^1.0.0",
|
|
3020
|
+
"prosemirror-model": "^1.0.0",
|
|
3021
|
+
"prosemirror-state": "^1.0.0",
|
|
3022
|
+
"prosemirror-view": "^1.0.0"
|
|
3023
|
+
}
|
|
3024
|
+
},
|
|
3025
|
+
"node_modules/prosemirror-history": {
|
|
3026
|
+
"version": "1.5.0",
|
|
3027
|
+
"resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.5.0.tgz",
|
|
3028
|
+
"integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==",
|
|
3029
|
+
"license": "MIT",
|
|
3030
|
+
"dependencies": {
|
|
3031
|
+
"prosemirror-state": "^1.2.2",
|
|
3032
|
+
"prosemirror-transform": "^1.0.0",
|
|
3033
|
+
"prosemirror-view": "^1.31.0",
|
|
3034
|
+
"rope-sequence": "^1.3.0"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
3037
|
+
"node_modules/prosemirror-inputrules": {
|
|
3038
|
+
"version": "1.5.1",
|
|
3039
|
+
"resolved": "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz",
|
|
3040
|
+
"integrity": "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==",
|
|
3041
|
+
"license": "MIT",
|
|
3042
|
+
"dependencies": {
|
|
3043
|
+
"prosemirror-state": "^1.0.0",
|
|
3044
|
+
"prosemirror-transform": "^1.0.0"
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
"node_modules/prosemirror-keymap": {
|
|
3048
|
+
"version": "1.2.3",
|
|
3049
|
+
"resolved": "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz",
|
|
3050
|
+
"integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==",
|
|
3051
|
+
"license": "MIT",
|
|
3052
|
+
"dependencies": {
|
|
3053
|
+
"prosemirror-state": "^1.0.0",
|
|
3054
|
+
"w3c-keyname": "^2.2.0"
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
"node_modules/prosemirror-markdown": {
|
|
3058
|
+
"version": "1.13.2",
|
|
3059
|
+
"resolved": "https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.13.2.tgz",
|
|
3060
|
+
"integrity": "sha512-FPD9rHPdA9fqzNmIIDhhnYQ6WgNoSWX9StUZ8LEKapaXU9i6XgykaHKhp6XMyXlOWetmaFgGDS/nu/w9/vUc5g==",
|
|
3061
|
+
"license": "MIT",
|
|
3062
|
+
"dependencies": {
|
|
3063
|
+
"@types/markdown-it": "^14.0.0",
|
|
3064
|
+
"markdown-it": "^14.0.0",
|
|
3065
|
+
"prosemirror-model": "^1.25.0"
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
"node_modules/prosemirror-menu": {
|
|
3069
|
+
"version": "1.2.5",
|
|
3070
|
+
"resolved": "https://registry.npmjs.org/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz",
|
|
3071
|
+
"integrity": "sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ==",
|
|
3072
|
+
"license": "MIT",
|
|
3073
|
+
"dependencies": {
|
|
3074
|
+
"crelt": "^1.0.0",
|
|
3075
|
+
"prosemirror-commands": "^1.0.0",
|
|
3076
|
+
"prosemirror-history": "^1.0.0",
|
|
3077
|
+
"prosemirror-state": "^1.0.0"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
"node_modules/prosemirror-model": {
|
|
3081
|
+
"version": "1.25.4",
|
|
3082
|
+
"resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.4.tgz",
|
|
3083
|
+
"integrity": "sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==",
|
|
3084
|
+
"license": "MIT",
|
|
3085
|
+
"dependencies": {
|
|
3086
|
+
"orderedmap": "^2.0.0"
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3089
|
+
"node_modules/prosemirror-schema-basic": {
|
|
3090
|
+
"version": "1.2.4",
|
|
3091
|
+
"resolved": "https://registry.npmjs.org/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz",
|
|
3092
|
+
"integrity": "sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==",
|
|
3093
|
+
"license": "MIT",
|
|
3094
|
+
"dependencies": {
|
|
3095
|
+
"prosemirror-model": "^1.25.0"
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3098
|
+
"node_modules/prosemirror-schema-list": {
|
|
3099
|
+
"version": "1.5.1",
|
|
3100
|
+
"resolved": "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz",
|
|
3101
|
+
"integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==",
|
|
3102
|
+
"license": "MIT",
|
|
3103
|
+
"dependencies": {
|
|
3104
|
+
"prosemirror-model": "^1.0.0",
|
|
3105
|
+
"prosemirror-state": "^1.0.0",
|
|
3106
|
+
"prosemirror-transform": "^1.7.3"
|
|
3107
|
+
}
|
|
3108
|
+
},
|
|
3109
|
+
"node_modules/prosemirror-state": {
|
|
3110
|
+
"version": "1.4.4",
|
|
3111
|
+
"resolved": "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.4.tgz",
|
|
3112
|
+
"integrity": "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==",
|
|
3113
|
+
"license": "MIT",
|
|
3114
|
+
"dependencies": {
|
|
3115
|
+
"prosemirror-model": "^1.0.0",
|
|
3116
|
+
"prosemirror-transform": "^1.0.0",
|
|
3117
|
+
"prosemirror-view": "^1.27.0"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
"node_modules/prosemirror-tables": {
|
|
3121
|
+
"version": "1.8.3",
|
|
3122
|
+
"resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.3.tgz",
|
|
3123
|
+
"integrity": "sha512-wbqCR/RlRPRe41a4LFtmhKElzBEfBTdtAYWNIGHM6X2e24NN/MTNUKyXjjphfAfdQce37Kh/5yf765mLPYDe7Q==",
|
|
3124
|
+
"license": "MIT",
|
|
3125
|
+
"dependencies": {
|
|
3126
|
+
"prosemirror-keymap": "^1.2.3",
|
|
3127
|
+
"prosemirror-model": "^1.25.4",
|
|
3128
|
+
"prosemirror-state": "^1.4.4",
|
|
3129
|
+
"prosemirror-transform": "^1.10.5",
|
|
3130
|
+
"prosemirror-view": "^1.41.4"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
"node_modules/prosemirror-trailing-node": {
|
|
3134
|
+
"version": "3.0.0",
|
|
3135
|
+
"resolved": "https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz",
|
|
3136
|
+
"integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==",
|
|
3137
|
+
"license": "MIT",
|
|
3138
|
+
"dependencies": {
|
|
3139
|
+
"@remirror/core-constants": "3.0.0",
|
|
3140
|
+
"escape-string-regexp": "^4.0.0"
|
|
3141
|
+
},
|
|
3142
|
+
"peerDependencies": {
|
|
3143
|
+
"prosemirror-model": "^1.22.1",
|
|
3144
|
+
"prosemirror-state": "^1.4.2",
|
|
3145
|
+
"prosemirror-view": "^1.33.8"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
"node_modules/prosemirror-transform": {
|
|
3149
|
+
"version": "1.10.5",
|
|
3150
|
+
"resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.10.5.tgz",
|
|
3151
|
+
"integrity": "sha512-RPDQCxIDhIBb1o36xxwsaeAvivO8VLJcgBtzmOwQ64bMtsVFh5SSuJ6dWSxO1UsHTiTXPCgQm3PDJt7p6IOLbw==",
|
|
3152
|
+
"license": "MIT",
|
|
3153
|
+
"dependencies": {
|
|
3154
|
+
"prosemirror-model": "^1.21.0"
|
|
3155
|
+
}
|
|
3156
|
+
},
|
|
3157
|
+
"node_modules/prosemirror-view": {
|
|
3158
|
+
"version": "1.41.4",
|
|
3159
|
+
"resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.4.tgz",
|
|
3160
|
+
"integrity": "sha512-WkKgnyjNncri03Gjaz3IFWvCAE94XoiEgvtr0/r2Xw7R8/IjK3sKLSiDoCHWcsXSAinVaKlGRZDvMCsF1kbzjA==",
|
|
3161
|
+
"license": "MIT",
|
|
3162
|
+
"dependencies": {
|
|
3163
|
+
"prosemirror-model": "^1.20.0",
|
|
3164
|
+
"prosemirror-state": "^1.0.0",
|
|
3165
|
+
"prosemirror-transform": "^1.1.0"
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
"node_modules/punycode.js": {
|
|
3169
|
+
"version": "2.3.1",
|
|
3170
|
+
"resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
3171
|
+
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
|
3172
|
+
"license": "MIT",
|
|
3173
|
+
"engines": {
|
|
3174
|
+
"node": ">=6"
|
|
3175
|
+
}
|
|
3176
|
+
},
|
|
2339
3177
|
"node_modules/react": {
|
|
2340
3178
|
"version": "19.2.3",
|
|
2341
3179
|
"resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
|
|
@@ -2416,6 +3254,12 @@
|
|
|
2416
3254
|
"fsevents": "~2.3.2"
|
|
2417
3255
|
}
|
|
2418
3256
|
},
|
|
3257
|
+
"node_modules/rope-sequence": {
|
|
3258
|
+
"version": "1.3.4",
|
|
3259
|
+
"resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz",
|
|
3260
|
+
"integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
|
|
3261
|
+
"license": "MIT"
|
|
3262
|
+
},
|
|
2419
3263
|
"node_modules/scheduler": {
|
|
2420
3264
|
"version": "0.27.0",
|
|
2421
3265
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
@@ -2547,6 +3391,12 @@
|
|
|
2547
3391
|
"node": ">=14.17"
|
|
2548
3392
|
}
|
|
2549
3393
|
},
|
|
3394
|
+
"node_modules/uc.micro": {
|
|
3395
|
+
"version": "2.1.0",
|
|
3396
|
+
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
3397
|
+
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
|
|
3398
|
+
"license": "MIT"
|
|
3399
|
+
},
|
|
2550
3400
|
"node_modules/update-browserslist-db": {
|
|
2551
3401
|
"version": "1.2.2",
|
|
2552
3402
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
|
|
@@ -2706,6 +3556,12 @@
|
|
|
2706
3556
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2707
3557
|
}
|
|
2708
3558
|
},
|
|
3559
|
+
"node_modules/w3c-keyname": {
|
|
3560
|
+
"version": "2.2.8",
|
|
3561
|
+
"resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
|
|
3562
|
+
"integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
|
|
3563
|
+
"license": "MIT"
|
|
3564
|
+
},
|
|
2709
3565
|
"node_modules/wouter": {
|
|
2710
3566
|
"version": "3.8.1",
|
|
2711
3567
|
"resolved": "https://registry.npmjs.org/wouter/-/wouter-3.8.1.tgz",
|
|
@@ -9,7 +9,14 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@
|
|
12
|
+
"@tiptap/core": "^3.11.1",
|
|
13
|
+
"@tiptap/extension-link": "^3.11.1",
|
|
14
|
+
"@tiptap/extension-text-style": "^3.11.1",
|
|
15
|
+
"@tiptap/pm": "^3.11.1",
|
|
16
|
+
"@tiptap/react": "^3.11.1",
|
|
17
|
+
"@tiptap/starter-kit": "^3.11.1",
|
|
18
|
+
"@yoamigo.com/core": "^0.1.7",
|
|
19
|
+
"dompurify": "^3.2.3",
|
|
13
20
|
"react": "^19.2.1",
|
|
14
21
|
"react-dom": "^19.2.1"
|
|
15
22
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{
|
|
1
|
+
export default {
|
|
2
2
|
"site.name": "My Website",
|
|
3
3
|
"hero.title": "Build Something Amazing",
|
|
4
4
|
"hero.subtitle": "Create beautiful, modern websites with our intuitive template system. Click any text to customize it in the builder.",
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
"contact.addressTitle": "Address",
|
|
25
25
|
"contact.addressValue": "123 Main Street, Suite 100\nSan Francisco, CA 94102",
|
|
26
26
|
"footer.copyright": "© 2025 My Website. All rights reserved."
|
|
27
|
-
}
|
|
27
|
+
} as const satisfies Record<string, string>
|
|
@@ -2,7 +2,7 @@ import { StrictMode } from 'react'
|
|
|
2
2
|
import { createRoot } from 'react-dom/client'
|
|
3
3
|
import { ContentStoreProvider, registerContent } from '@yoamigo.com/core'
|
|
4
4
|
import App from './App'
|
|
5
|
-
import content from './content
|
|
5
|
+
import content from './content'
|
|
6
6
|
import './styles/globals.css'
|
|
7
7
|
|
|
8
8
|
// Register content for the content store
|