mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
9f1ffc06cb
* chore(element-plus): update @element-plus/icons-vue version closed #14944 #14948 * chore: update * chore: update * chore(element-plus): update * chore(element-plus): update * fix: lockfile * fix: dts * fix: types --------- Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
53 lines
1.7 KiB
JSON
53 lines
1.7 KiB
JSON
{
|
|
"name": "@element-plus/docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm gen-locale && vitepress dev .",
|
|
"build": "NODE_ENV=production && vitepress build . && tsx .vitepress/build/rebuild-pwa.ts",
|
|
"serve": "NODE_ENV=production vitepress serve . --port 5001",
|
|
"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.1",
|
|
"@element-plus/metadata": "workspace:*",
|
|
"@vue/shared": "^3.2.37",
|
|
"@vueuse/core": "^9.1.0",
|
|
"axios": "^0.27.2",
|
|
"clipboard-copy": "^4.0.1",
|
|
"element-plus": "npm:element-plus@latest",
|
|
"markdown-it": "^13.0.1",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"prism-theme-vars": "^0.2.3",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@crowdin/cli": "^3.7.10",
|
|
"@docsearch/react": "^3.1.0",
|
|
"@element-plus/build": "workspace:*",
|
|
"@element-plus/build-constants": "workspace:*",
|
|
"@element-plus/build-utils": "workspace:*",
|
|
"@iconify-json/ri": "^1.1.3",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"chalk": "^4.1.2",
|
|
"consola": "^2.15.3",
|
|
"escape-html": "^1.0.3",
|
|
"fast-glob": "^3.2.11",
|
|
"markdown-it-container": "^3.0.0",
|
|
"octokit": "^2.0.3",
|
|
"prismjs": "^1.28.0",
|
|
"unocss": "0.33.5",
|
|
"unplugin-icons": "^0.14.6",
|
|
"unplugin-vue-components": "^0.20.1",
|
|
"unplugin-vue-macros": "^0.11.2",
|
|
"vite": "^2.9.15",
|
|
"vite-plugin-inspect": "^0.5.0",
|
|
"vite-plugin-mkcert": "^1.7.2",
|
|
"vite-plugin-pwa": "^0.12.0",
|
|
"vitepress": "^0.22.4"
|
|
}
|
|
}
|