@lark-apaas/coding-template-vite-react 0.1.14 → 0.1.15
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 +1 -1
- package/template/package-lock.json +320 -2
- package/template/package.json +2 -0
- package/template/src/index.css +2 -1
- package/template/src/typography.css +41 -0
package/package.json
CHANGED
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
39
39
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
40
40
|
"@radix-ui/react-tooltip": "^1.1.18",
|
|
41
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
41
42
|
"class-variance-authority": "^0.7.1",
|
|
42
43
|
"clsx": "^2.1.1",
|
|
43
44
|
"cmdk": "^1.1.1",
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"react-resizable-panels": "^4.7.6",
|
|
60
61
|
"react-router-dom": "^7.13.2",
|
|
61
62
|
"recharts": "^3.8.0",
|
|
63
|
+
"remark-gfm": "^4.0.1",
|
|
62
64
|
"sonner": "^2.0.7",
|
|
63
65
|
"tailwind-merge": "^3.5.0",
|
|
64
66
|
"tailwindcss": "^4.2.2",
|
|
@@ -3730,6 +3732,31 @@
|
|
|
3730
3732
|
"node": ">= 20"
|
|
3731
3733
|
}
|
|
3732
3734
|
},
|
|
3735
|
+
"node_modules/@tailwindcss/typography": {
|
|
3736
|
+
"version": "0.5.19",
|
|
3737
|
+
"resolved": "https://registry.npmmirror.com/@tailwindcss/typography/-/typography-0.5.19.tgz",
|
|
3738
|
+
"integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==",
|
|
3739
|
+
"license": "MIT",
|
|
3740
|
+
"dependencies": {
|
|
3741
|
+
"postcss-selector-parser": "6.0.10"
|
|
3742
|
+
},
|
|
3743
|
+
"peerDependencies": {
|
|
3744
|
+
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3747
|
+
"node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": {
|
|
3748
|
+
"version": "6.0.10",
|
|
3749
|
+
"resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
|
|
3750
|
+
"integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
|
|
3751
|
+
"license": "MIT",
|
|
3752
|
+
"dependencies": {
|
|
3753
|
+
"cssesc": "^3.0.0",
|
|
3754
|
+
"util-deprecate": "^1.0.2"
|
|
3755
|
+
},
|
|
3756
|
+
"engines": {
|
|
3757
|
+
"node": ">=4"
|
|
3758
|
+
}
|
|
3759
|
+
},
|
|
3733
3760
|
"node_modules/@tailwindcss/vite": {
|
|
3734
3761
|
"version": "4.3.0",
|
|
3735
3762
|
"resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.3.0.tgz",
|
|
@@ -5458,7 +5485,6 @@
|
|
|
5458
5485
|
"version": "3.0.0",
|
|
5459
5486
|
"resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
|
|
5460
5487
|
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
5461
|
-
"dev": true,
|
|
5462
5488
|
"license": "MIT",
|
|
5463
5489
|
"bin": {
|
|
5464
5490
|
"cssesc": "bin/cssesc"
|
|
@@ -8579,6 +8605,16 @@
|
|
|
8579
8605
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
8580
8606
|
}
|
|
8581
8607
|
},
|
|
8608
|
+
"node_modules/markdown-table": {
|
|
8609
|
+
"version": "3.0.4",
|
|
8610
|
+
"resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
8611
|
+
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
|
|
8612
|
+
"license": "MIT",
|
|
8613
|
+
"funding": {
|
|
8614
|
+
"type": "github",
|
|
8615
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
8616
|
+
}
|
|
8617
|
+
},
|
|
8582
8618
|
"node_modules/math-intrinsics": {
|
|
8583
8619
|
"version": "1.1.0",
|
|
8584
8620
|
"resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -8599,6 +8635,34 @@
|
|
|
8599
8635
|
"url": "https://github.com/sponsors/wooorm"
|
|
8600
8636
|
}
|
|
8601
8637
|
},
|
|
8638
|
+
"node_modules/mdast-util-find-and-replace": {
|
|
8639
|
+
"version": "3.0.2",
|
|
8640
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
8641
|
+
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
8642
|
+
"license": "MIT",
|
|
8643
|
+
"dependencies": {
|
|
8644
|
+
"@types/mdast": "^4.0.0",
|
|
8645
|
+
"escape-string-regexp": "^5.0.0",
|
|
8646
|
+
"unist-util-is": "^6.0.0",
|
|
8647
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
8648
|
+
},
|
|
8649
|
+
"funding": {
|
|
8650
|
+
"type": "opencollective",
|
|
8651
|
+
"url": "https://opencollective.com/unified"
|
|
8652
|
+
}
|
|
8653
|
+
},
|
|
8654
|
+
"node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
|
|
8655
|
+
"version": "5.0.0",
|
|
8656
|
+
"resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
8657
|
+
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
8658
|
+
"license": "MIT",
|
|
8659
|
+
"engines": {
|
|
8660
|
+
"node": ">=12"
|
|
8661
|
+
},
|
|
8662
|
+
"funding": {
|
|
8663
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8664
|
+
}
|
|
8665
|
+
},
|
|
8602
8666
|
"node_modules/mdast-util-from-markdown": {
|
|
8603
8667
|
"version": "2.0.3",
|
|
8604
8668
|
"resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz",
|
|
@@ -8623,6 +8687,107 @@
|
|
|
8623
8687
|
"url": "https://opencollective.com/unified"
|
|
8624
8688
|
}
|
|
8625
8689
|
},
|
|
8690
|
+
"node_modules/mdast-util-gfm": {
|
|
8691
|
+
"version": "3.1.0",
|
|
8692
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
8693
|
+
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
8694
|
+
"license": "MIT",
|
|
8695
|
+
"dependencies": {
|
|
8696
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8697
|
+
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
8698
|
+
"mdast-util-gfm-footnote": "^2.0.0",
|
|
8699
|
+
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
8700
|
+
"mdast-util-gfm-table": "^2.0.0",
|
|
8701
|
+
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
8702
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
8703
|
+
},
|
|
8704
|
+
"funding": {
|
|
8705
|
+
"type": "opencollective",
|
|
8706
|
+
"url": "https://opencollective.com/unified"
|
|
8707
|
+
}
|
|
8708
|
+
},
|
|
8709
|
+
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
8710
|
+
"version": "2.0.1",
|
|
8711
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
8712
|
+
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
8713
|
+
"license": "MIT",
|
|
8714
|
+
"dependencies": {
|
|
8715
|
+
"@types/mdast": "^4.0.0",
|
|
8716
|
+
"ccount": "^2.0.0",
|
|
8717
|
+
"devlop": "^1.0.0",
|
|
8718
|
+
"mdast-util-find-and-replace": "^3.0.0",
|
|
8719
|
+
"micromark-util-character": "^2.0.0"
|
|
8720
|
+
},
|
|
8721
|
+
"funding": {
|
|
8722
|
+
"type": "opencollective",
|
|
8723
|
+
"url": "https://opencollective.com/unified"
|
|
8724
|
+
}
|
|
8725
|
+
},
|
|
8726
|
+
"node_modules/mdast-util-gfm-footnote": {
|
|
8727
|
+
"version": "2.1.0",
|
|
8728
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
8729
|
+
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
8730
|
+
"license": "MIT",
|
|
8731
|
+
"dependencies": {
|
|
8732
|
+
"@types/mdast": "^4.0.0",
|
|
8733
|
+
"devlop": "^1.1.0",
|
|
8734
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8735
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
8736
|
+
"micromark-util-normalize-identifier": "^2.0.0"
|
|
8737
|
+
},
|
|
8738
|
+
"funding": {
|
|
8739
|
+
"type": "opencollective",
|
|
8740
|
+
"url": "https://opencollective.com/unified"
|
|
8741
|
+
}
|
|
8742
|
+
},
|
|
8743
|
+
"node_modules/mdast-util-gfm-strikethrough": {
|
|
8744
|
+
"version": "2.0.0",
|
|
8745
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
8746
|
+
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
8747
|
+
"license": "MIT",
|
|
8748
|
+
"dependencies": {
|
|
8749
|
+
"@types/mdast": "^4.0.0",
|
|
8750
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8751
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
8752
|
+
},
|
|
8753
|
+
"funding": {
|
|
8754
|
+
"type": "opencollective",
|
|
8755
|
+
"url": "https://opencollective.com/unified"
|
|
8756
|
+
}
|
|
8757
|
+
},
|
|
8758
|
+
"node_modules/mdast-util-gfm-table": {
|
|
8759
|
+
"version": "2.0.0",
|
|
8760
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
8761
|
+
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
8762
|
+
"license": "MIT",
|
|
8763
|
+
"dependencies": {
|
|
8764
|
+
"@types/mdast": "^4.0.0",
|
|
8765
|
+
"devlop": "^1.0.0",
|
|
8766
|
+
"markdown-table": "^3.0.0",
|
|
8767
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8768
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
8769
|
+
},
|
|
8770
|
+
"funding": {
|
|
8771
|
+
"type": "opencollective",
|
|
8772
|
+
"url": "https://opencollective.com/unified"
|
|
8773
|
+
}
|
|
8774
|
+
},
|
|
8775
|
+
"node_modules/mdast-util-gfm-task-list-item": {
|
|
8776
|
+
"version": "2.0.0",
|
|
8777
|
+
"resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
8778
|
+
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
8779
|
+
"license": "MIT",
|
|
8780
|
+
"dependencies": {
|
|
8781
|
+
"@types/mdast": "^4.0.0",
|
|
8782
|
+
"devlop": "^1.0.0",
|
|
8783
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
8784
|
+
"mdast-util-to-markdown": "^2.0.0"
|
|
8785
|
+
},
|
|
8786
|
+
"funding": {
|
|
8787
|
+
"type": "opencollective",
|
|
8788
|
+
"url": "https://opencollective.com/unified"
|
|
8789
|
+
}
|
|
8790
|
+
},
|
|
8626
8791
|
"node_modules/mdast-util-mdx-expression": {
|
|
8627
8792
|
"version": "2.0.1",
|
|
8628
8793
|
"resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
|
|
@@ -8869,6 +9034,127 @@
|
|
|
8869
9034
|
"micromark-util-types": "^2.0.0"
|
|
8870
9035
|
}
|
|
8871
9036
|
},
|
|
9037
|
+
"node_modules/micromark-extension-gfm": {
|
|
9038
|
+
"version": "3.0.0",
|
|
9039
|
+
"resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
9040
|
+
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
9041
|
+
"license": "MIT",
|
|
9042
|
+
"dependencies": {
|
|
9043
|
+
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
9044
|
+
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
9045
|
+
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
9046
|
+
"micromark-extension-gfm-table": "^2.0.0",
|
|
9047
|
+
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
9048
|
+
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
9049
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
9050
|
+
"micromark-util-types": "^2.0.0"
|
|
9051
|
+
},
|
|
9052
|
+
"funding": {
|
|
9053
|
+
"type": "opencollective",
|
|
9054
|
+
"url": "https://opencollective.com/unified"
|
|
9055
|
+
}
|
|
9056
|
+
},
|
|
9057
|
+
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
9058
|
+
"version": "2.1.0",
|
|
9059
|
+
"resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
9060
|
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
9061
|
+
"license": "MIT",
|
|
9062
|
+
"dependencies": {
|
|
9063
|
+
"micromark-util-character": "^2.0.0",
|
|
9064
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
9065
|
+
"micromark-util-symbol": "^2.0.0",
|
|
9066
|
+
"micromark-util-types": "^2.0.0"
|
|
9067
|
+
},
|
|
9068
|
+
"funding": {
|
|
9069
|
+
"type": "opencollective",
|
|
9070
|
+
"url": "https://opencollective.com/unified"
|
|
9071
|
+
}
|
|
9072
|
+
},
|
|
9073
|
+
"node_modules/micromark-extension-gfm-footnote": {
|
|
9074
|
+
"version": "2.1.0",
|
|
9075
|
+
"resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
9076
|
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
9077
|
+
"license": "MIT",
|
|
9078
|
+
"dependencies": {
|
|
9079
|
+
"devlop": "^1.0.0",
|
|
9080
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
9081
|
+
"micromark-factory-space": "^2.0.0",
|
|
9082
|
+
"micromark-util-character": "^2.0.0",
|
|
9083
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
9084
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
9085
|
+
"micromark-util-symbol": "^2.0.0",
|
|
9086
|
+
"micromark-util-types": "^2.0.0"
|
|
9087
|
+
},
|
|
9088
|
+
"funding": {
|
|
9089
|
+
"type": "opencollective",
|
|
9090
|
+
"url": "https://opencollective.com/unified"
|
|
9091
|
+
}
|
|
9092
|
+
},
|
|
9093
|
+
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
9094
|
+
"version": "2.1.0",
|
|
9095
|
+
"resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
9096
|
+
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
9097
|
+
"license": "MIT",
|
|
9098
|
+
"dependencies": {
|
|
9099
|
+
"devlop": "^1.0.0",
|
|
9100
|
+
"micromark-util-chunked": "^2.0.0",
|
|
9101
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
9102
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
9103
|
+
"micromark-util-symbol": "^2.0.0",
|
|
9104
|
+
"micromark-util-types": "^2.0.0"
|
|
9105
|
+
},
|
|
9106
|
+
"funding": {
|
|
9107
|
+
"type": "opencollective",
|
|
9108
|
+
"url": "https://opencollective.com/unified"
|
|
9109
|
+
}
|
|
9110
|
+
},
|
|
9111
|
+
"node_modules/micromark-extension-gfm-table": {
|
|
9112
|
+
"version": "2.1.1",
|
|
9113
|
+
"resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
9114
|
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
9115
|
+
"license": "MIT",
|
|
9116
|
+
"dependencies": {
|
|
9117
|
+
"devlop": "^1.0.0",
|
|
9118
|
+
"micromark-factory-space": "^2.0.0",
|
|
9119
|
+
"micromark-util-character": "^2.0.0",
|
|
9120
|
+
"micromark-util-symbol": "^2.0.0",
|
|
9121
|
+
"micromark-util-types": "^2.0.0"
|
|
9122
|
+
},
|
|
9123
|
+
"funding": {
|
|
9124
|
+
"type": "opencollective",
|
|
9125
|
+
"url": "https://opencollective.com/unified"
|
|
9126
|
+
}
|
|
9127
|
+
},
|
|
9128
|
+
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
9129
|
+
"version": "2.0.0",
|
|
9130
|
+
"resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
9131
|
+
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
9132
|
+
"license": "MIT",
|
|
9133
|
+
"dependencies": {
|
|
9134
|
+
"micromark-util-types": "^2.0.0"
|
|
9135
|
+
},
|
|
9136
|
+
"funding": {
|
|
9137
|
+
"type": "opencollective",
|
|
9138
|
+
"url": "https://opencollective.com/unified"
|
|
9139
|
+
}
|
|
9140
|
+
},
|
|
9141
|
+
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
9142
|
+
"version": "2.1.0",
|
|
9143
|
+
"resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
9144
|
+
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
9145
|
+
"license": "MIT",
|
|
9146
|
+
"dependencies": {
|
|
9147
|
+
"devlop": "^1.0.0",
|
|
9148
|
+
"micromark-factory-space": "^2.0.0",
|
|
9149
|
+
"micromark-util-character": "^2.0.0",
|
|
9150
|
+
"micromark-util-symbol": "^2.0.0",
|
|
9151
|
+
"micromark-util-types": "^2.0.0"
|
|
9152
|
+
},
|
|
9153
|
+
"funding": {
|
|
9154
|
+
"type": "opencollective",
|
|
9155
|
+
"url": "https://opencollective.com/unified"
|
|
9156
|
+
}
|
|
9157
|
+
},
|
|
8872
9158
|
"node_modules/micromark-factory-destination": {
|
|
8873
9159
|
"version": "2.0.1",
|
|
8874
9160
|
"resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
@@ -10435,6 +10721,24 @@
|
|
|
10435
10721
|
"node": ">= 0.10"
|
|
10436
10722
|
}
|
|
10437
10723
|
},
|
|
10724
|
+
"node_modules/remark-gfm": {
|
|
10725
|
+
"version": "4.0.1",
|
|
10726
|
+
"resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
10727
|
+
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
10728
|
+
"license": "MIT",
|
|
10729
|
+
"dependencies": {
|
|
10730
|
+
"@types/mdast": "^4.0.0",
|
|
10731
|
+
"mdast-util-gfm": "^3.0.0",
|
|
10732
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
10733
|
+
"remark-parse": "^11.0.0",
|
|
10734
|
+
"remark-stringify": "^11.0.0",
|
|
10735
|
+
"unified": "^11.0.0"
|
|
10736
|
+
},
|
|
10737
|
+
"funding": {
|
|
10738
|
+
"type": "opencollective",
|
|
10739
|
+
"url": "https://opencollective.com/unified"
|
|
10740
|
+
}
|
|
10741
|
+
},
|
|
10438
10742
|
"node_modules/remark-parse": {
|
|
10439
10743
|
"version": "11.0.0",
|
|
10440
10744
|
"resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
@@ -10468,6 +10772,21 @@
|
|
|
10468
10772
|
"url": "https://opencollective.com/unified"
|
|
10469
10773
|
}
|
|
10470
10774
|
},
|
|
10775
|
+
"node_modules/remark-stringify": {
|
|
10776
|
+
"version": "11.0.0",
|
|
10777
|
+
"resolved": "https://registry.npmmirror.com/remark-stringify/-/remark-stringify-11.0.0.tgz",
|
|
10778
|
+
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
10779
|
+
"license": "MIT",
|
|
10780
|
+
"dependencies": {
|
|
10781
|
+
"@types/mdast": "^4.0.0",
|
|
10782
|
+
"mdast-util-to-markdown": "^2.0.0",
|
|
10783
|
+
"unified": "^11.0.0"
|
|
10784
|
+
},
|
|
10785
|
+
"funding": {
|
|
10786
|
+
"type": "opencollective",
|
|
10787
|
+
"url": "https://opencollective.com/unified"
|
|
10788
|
+
}
|
|
10789
|
+
},
|
|
10471
10790
|
"node_modules/require-directory": {
|
|
10472
10791
|
"version": "2.1.1",
|
|
10473
10792
|
"resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -12168,7 +12487,6 @@
|
|
|
12168
12487
|
"version": "1.0.2",
|
|
12169
12488
|
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
12170
12489
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
12171
|
-
"dev": true,
|
|
12172
12490
|
"license": "MIT"
|
|
12173
12491
|
},
|
|
12174
12492
|
"node_modules/vaul": {
|
package/template/package.json
CHANGED
|
@@ -64,9 +64,11 @@
|
|
|
64
64
|
"react-resizable-panels": "^4.7.6",
|
|
65
65
|
"react-router-dom": "^7.13.2",
|
|
66
66
|
"recharts": "^3.8.0",
|
|
67
|
+
"remark-gfm": "^4.0.1",
|
|
67
68
|
"sonner": "^2.0.7",
|
|
68
69
|
"tailwind-merge": "^3.5.0",
|
|
69
70
|
"tailwindcss": "^4.2.2",
|
|
71
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
70
72
|
"tw-animate-css": "^1.2.0",
|
|
71
73
|
"vaul": "^1.1.2",
|
|
72
74
|
"zod": "^4.3.6"
|
package/template/src/index.css
CHANGED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@plugin "@tailwindcss/typography";
|
|
2
|
+
|
|
3
|
+
@utility prose {
|
|
4
|
+
--tw-prose-body: var(--foreground);
|
|
5
|
+
--tw-prose-headings: var(--foreground);
|
|
6
|
+
--tw-prose-lead: var(--muted-foreground);
|
|
7
|
+
--tw-prose-links: var(--primary);
|
|
8
|
+
--tw-prose-bold: var(--foreground);
|
|
9
|
+
--tw-prose-counters: var(--muted-foreground);
|
|
10
|
+
--tw-prose-bullets: var(--primary);
|
|
11
|
+
--tw-prose-hr: var(--border);
|
|
12
|
+
--tw-prose-quotes: var(--foreground);
|
|
13
|
+
--tw-prose-quote-borders: var(--border);
|
|
14
|
+
--tw-prose-captions: var(--muted-foreground);
|
|
15
|
+
--tw-prose-kbd: var(--foreground);
|
|
16
|
+
--tw-prose-kbd-shadows: --alpha(var(--foreground) / 90%);
|
|
17
|
+
--tw-prose-code: var(--foreground);
|
|
18
|
+
--tw-prose-pre-code: var(--accent-foreground);
|
|
19
|
+
--tw-prose-pre-bg: var(--accent);
|
|
20
|
+
--tw-prose-th-borders: var(--border);
|
|
21
|
+
--tw-prose-td-borders: var(--border);
|
|
22
|
+
|
|
23
|
+
--tw-prose-invert-body: var(--foreground);
|
|
24
|
+
--tw-prose-invert-headings: var(--foreground);
|
|
25
|
+
--tw-prose-invert-lead: var(--muted-foreground);
|
|
26
|
+
--tw-prose-invert-links: var(--primary);
|
|
27
|
+
--tw-prose-invert-bold: var(--foreground);
|
|
28
|
+
--tw-prose-invert-counters: var(--muted-foreground);
|
|
29
|
+
--tw-prose-invert-bullets: var(--primary);
|
|
30
|
+
--tw-prose-invert-hr: var(--border);
|
|
31
|
+
--tw-prose-invert-quotes: var(--foreground);
|
|
32
|
+
--tw-prose-invert-quote-borders: var(--border);
|
|
33
|
+
--tw-prose-invert-captions: var(--muted-foreground);
|
|
34
|
+
--tw-prose-invert-kbd: var(--foreground);
|
|
35
|
+
--tw-prose-invert-kbd-shadows: --alpha(var(--foreground) / 90%);
|
|
36
|
+
--tw-prose-invert-code: var(--foreground);
|
|
37
|
+
--tw-prose-invert-pre-code: var(--accent-foreground);
|
|
38
|
+
--tw-prose-invert-pre-bg: var(--accent);
|
|
39
|
+
--tw-prose-invert-th-borders: var(--border);
|
|
40
|
+
--tw-prose-invert-td-borders: var(--border);
|
|
41
|
+
}
|