mirror of
https://github.com/element-plus/element-plus.git
synced 2025-12-19 09:09:40 +08:00
* chore: upgrade deps * chore: replace __ExtractPublicPropTypes with ExtractPublicPropTypes * fix: get rid of type errors * fix: resolve test errors with @vue/test-utils v2.4.6 * fix: resolve test errors with Vue 3.5.22 * ci: set pnpm flag * chore: update the Vue peer dependency version * Apply suggestion from @tolking Co-authored-by: qiang <qw13131wang@gmail.com> * docs: update example code Co-authored-by: warmthsea <2586244885@qq.com> * chore: remove csstype (#22487) * chore: fix merge code type error * chore: fix test:ssr error - Cannot read properties of undefined (reading 'getSSRProps') * chore: fix typecheck:vitest error * chore: update pnpm yaml file * test: fix collapse accordion error * chore: update deps * chore: fix type error * chore: lock file * chore: sync change sync with the remove of vue macro * refactor: use computed instead of eagerComputed * fix: timeline.test.tsx typecheck * chore: clean lock file try dont throw CodeFactor issues in ci did: - rm pnpm-lock.yaml - rm -rf ./**/node_modules - pnpm store prune - pnpm cache delete - pnpm install Also stay in 3.1.0 for vue-tsc in order to avoid the warnings of template refs, see https://github.com/vuejs/language-tools/issues/5815 * chore: format code --------- Co-authored-by: Dsaquel <291874700n@gmail.com> Co-authored-by: qiang <qw13131wang@gmail.com> Co-authored-by: warmthsea <2586244885@qq.com> Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com> Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com> Co-authored-by: btea <2356281422@qq.com>
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"name": "@element-plus/docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm gen-locale && vitepress dev .",
|
|
"build": "pnpm gen-llms && NODE_ENV=production && vitepress build .",
|
|
"serve": "NODE_ENV=production vitepress serve . --port 5001",
|
|
"gen-llms": "tsx .vitepress/build/generate-llms.ts",
|
|
"gen-locale": "rimraf .vitepress/i18n && tsx .vitepress/build/crowdin-generate.ts",
|
|
"crowdin-credentials": "tsx .vitepress/build/crowdin-credentials.ts"
|
|
},
|
|
"dependencies": {
|
|
"@docsearch/js": "^3.1.0",
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"@element-plus/metadata": "workspace:*",
|
|
"@vue/shared": "catalog:",
|
|
"@vueuse/core": "catalog:",
|
|
"clipboard-copy": "^4.0.1",
|
|
"element-plus": "npm:element-plus@latest",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crowdin/cli": "^4.5.0",
|
|
"@element-plus/build": "workspace:*",
|
|
"@element-plus/build-constants": "workspace:*",
|
|
"@element-plus/build-utils": "workspace:*",
|
|
"@iconify-json/ri": "^1.1.3",
|
|
"@mdit-vue/shared": "^2.1.3",
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
|
"chalk": "^4.1.2",
|
|
"consola": "^2.15.3",
|
|
"tinyglobby": "^0.2.15",
|
|
"markdown-it-container": "^3.0.0",
|
|
"unocss": "^66.5.6",
|
|
"unplugin-icons": "^0.14.15",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite-plugin-inspect": "^0.8.7",
|
|
"vite-plugin-mkcert": "^1.17.6",
|
|
"vitepress": "^1.2.3",
|
|
"vitepress-plugin-group-icons": "^1.3.4",
|
|
"vue": "3.4.31"
|
|
}
|
|
}
|