mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
build(docs): vendor CSS dependencies
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
|
@import 'font-awesome/css/font-awesome.min.css';
|
||||||
@import url('https://cdn.jsdelivr.net/npm/@mdi/font@6.9.96/css/materialdesignicons.min.css');
|
@import '@mdi/font/css/materialdesignicons.min.css';
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--vp-c-brand: #ff3670;
|
--vp-c-brand: #ff3670;
|
||||||
|
@@ -15,7 +15,9 @@
|
|||||||
"fetch-contributors": "tsx .vitepress/scripts/fetch-contributors.ts"
|
"fetch-contributors": "tsx .vitepress/scripts/fetch-contributors.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@mdi/font": "^6.9.96",
|
||||||
"@vueuse/core": "^10.1.0",
|
"@vueuse/core": "^10.1.0",
|
||||||
|
"font-awesome": "^4.7.0",
|
||||||
"jiti": "^1.18.2",
|
"jiti": "^1.18.2",
|
||||||
"vue": "^3.3",
|
"vue": "^3.3",
|
||||||
"mermaid": "workspace:^"
|
"mermaid": "workspace:^"
|
||||||
|
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
@@ -421,9 +421,15 @@ importers:
|
|||||||
|
|
||||||
packages/mermaid/src/docs:
|
packages/mermaid/src/docs:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@mdi/font':
|
||||||
|
specifier: ^6.9.96
|
||||||
|
version: 6.9.96
|
||||||
'@vueuse/core':
|
'@vueuse/core':
|
||||||
specifier: ^10.1.0
|
specifier: ^10.1.0
|
||||||
version: 10.8.0(vue@3.4.20)
|
version: 10.8.0(vue@3.4.20)
|
||||||
|
font-awesome:
|
||||||
|
specifier: ^4.7.0
|
||||||
|
version: 4.7.0
|
||||||
jiti:
|
jiti:
|
||||||
specifier: ^1.18.2
|
specifier: ^1.18.2
|
||||||
version: 1.21.0
|
version: 1.21.0
|
||||||
@@ -4547,6 +4553,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
|
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@mdi/font@6.9.96:
|
||||||
|
resolution: {integrity: sha512-z3QVZStyHVwkDsFR7A7F2PIvZJPWgdSFw4BEEy2Gc9HUN5NfK9mGbjgaYClRcbMWiYEV45srmiYtczmBtCqR8w==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@microsoft/tsdoc-config@0.16.2:
|
/@microsoft/tsdoc-config@0.16.2:
|
||||||
resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==}
|
resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -10194,6 +10204,11 @@ packages:
|
|||||||
debug: 4.3.4(supports-color@8.1.1)
|
debug: 4.3.4(supports-color@8.1.1)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/font-awesome@4.7.0:
|
||||||
|
resolution: {integrity: sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg==}
|
||||||
|
engines: {node: '>=0.10.3'}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/for-each@0.3.3:
|
/for-each@0.3.3:
|
||||||
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user