mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"i18nExtractor": {
|
|
"localePath": ".vitepress/theme/locales",
|
|
"keyPrefixMaxDepth": 5,
|
|
"stripKeyPrefix": "src_pages"
|
|
},
|
|
"scripts": {
|
|
"dev": "VITE_API_BASE_URL=https://openapi.longbridge.xyz vitepress dev",
|
|
"build:canary": "VITE_API_BASE_URL=https://openapi.longbridge.xyz vitepress build",
|
|
"build:prod": "VITE_API_BASE_URL=https://openapi.longportapp.com vitepress build",
|
|
"preview": "vitepress preview",
|
|
"lunaria:build": "lunaria build",
|
|
"lunaria:open": "open-cli .vitepress/dist/_translations/index.html"
|
|
},
|
|
"devDependencies": {
|
|
"@lunariajs/core": "^0.1.1",
|
|
"@unocss/extractor-mdc": "^66.1.2",
|
|
"@unocss/transformer-variant-group": "^66.1.2",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-container": "^4.0.0",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"open-cli": "^8.0.0",
|
|
"parse5": "^7.3.0",
|
|
"postcss-rtlcss": "^5.7.0",
|
|
"sass-embedded": "^1.89.2",
|
|
"unocss": "^66.1.2",
|
|
"vitepress": "2.0.0-alpha.8",
|
|
"vitepress-plugin-group-icons": "^1.5.2",
|
|
"vitepress-plugin-llms": "^1.6.0",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@jsonforms/core": "^3.5.1",
|
|
"@jsonforms/vue": "^3.5.1",
|
|
"@jsonforms/vue-vanilla": "^3.5.1",
|
|
"cheerio": "^1.1.0",
|
|
"gray-matter": "^4.0.3",
|
|
"shiki": "^3.6.0",
|
|
"ufo": "^1.6.1",
|
|
"vue-i18n": "11"
|
|
}
|
|
}
|