2021-09-17 00:18:50 +08:00
|
|
|
{
|
|
|
|
"name": "@element-plus/docs",
|
2021-12-30 19:00:11 +08:00
|
|
|
"private": true,
|
2021-09-17 00:18:50 +08:00
|
|
|
"scripts": {
|
2021-09-30 19:26:30 +08:00
|
|
|
"dev": "pnpm gen-locale && vitepress dev .",
|
2022-09-08 14:13:16 +08:00
|
|
|
"build": "NODE_ENV=production && vitepress build . && tsx .vitepress/build/rebuild-pwa.ts",
|
|
|
|
"serve": "NODE_ENV=production vitepress serve . --port 5001",
|
2022-05-24 19:31:16 +08:00
|
|
|
"gen-locale": "rimraf .vitepress/i18n && tsx .vitepress/build/crowdin-generate.ts",
|
|
|
|
"crowdin-credentials": "tsx .vitepress/build/crowdin-credentials.ts"
|
2021-09-17 00:18:50 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-08 01:36:24 +08:00
|
|
|
"@docsearch/js": "^3.1.0",
|
2023-11-27 16:27:16 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2022-05-02 15:15:47 +08:00
|
|
|
"@element-plus/metadata": "workspace:*",
|
2022-06-08 01:36:24 +08:00
|
|
|
"@vue/shared": "^3.2.37",
|
2022-08-13 14:43:58 +08:00
|
|
|
"@vueuse/core": "^9.1.0",
|
2022-05-17 21:46:20 +08:00
|
|
|
"axios": "^0.27.2",
|
2022-02-21 15:35:45 +08:00
|
|
|
"clipboard-copy": "^4.0.1",
|
2021-10-30 17:24:35 +08:00
|
|
|
"element-plus": "npm:element-plus@latest",
|
2022-05-17 21:46:20 +08:00
|
|
|
"markdown-it": "^13.0.1",
|
2022-02-21 15:35:45 +08:00
|
|
|
"normalize.css": "^8.0.1",
|
2022-02-21 21:36:34 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2022-06-08 01:36:24 +08:00
|
|
|
"prism-theme-vars": "^0.2.3",
|
|
|
|
"vue": "^3.2.37"
|
2021-09-17 00:18:50 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-14 21:43:43 +08:00
|
|
|
"@crowdin/cli": "^3.7.10",
|
2022-06-08 01:36:24 +08:00
|
|
|
"@docsearch/react": "^3.1.0",
|
2022-03-15 19:23:38 +08:00
|
|
|
"@element-plus/build": "workspace:*",
|
2022-04-08 14:17:44 +08:00
|
|
|
"@element-plus/build-constants": "workspace:*",
|
2022-05-02 15:15:47 +08:00
|
|
|
"@element-plus/build-utils": "workspace:*",
|
2022-06-28 06:34:17 +08:00
|
|
|
"@iconify-json/ri": "^1.1.3",
|
2022-02-21 15:35:45 +08:00
|
|
|
"@types/markdown-it": "^12.2.3",
|
2022-05-02 15:15:47 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
|
|
"chalk": "^4.1.2",
|
|
|
|
"consola": "^2.15.3",
|
2022-02-21 15:35:45 +08:00
|
|
|
"escape-html": "^1.0.3",
|
2022-05-02 15:15:47 +08:00
|
|
|
"fast-glob": "^3.2.11",
|
2022-02-21 15:35:45 +08:00
|
|
|
"markdown-it-container": "^3.0.0",
|
2022-07-11 18:06:59 +08:00
|
|
|
"octokit": "^2.0.3",
|
2022-05-02 15:15:47 +08:00
|
|
|
"prismjs": "^1.28.0",
|
2022-06-08 01:36:24 +08:00
|
|
|
"unocss": "0.33.5",
|
2022-06-28 06:34:17 +08:00
|
|
|
"unplugin-icons": "^0.14.6",
|
|
|
|
"unplugin-vue-components": "^0.20.1",
|
2022-09-16 22:57:41 +08:00
|
|
|
"unplugin-vue-macros": "^0.11.2",
|
|
|
|
"vite": "^2.9.15",
|
2022-04-19 08:45:52 +08:00
|
|
|
"vite-plugin-inspect": "^0.5.0",
|
2022-06-15 01:48:52 +08:00
|
|
|
"vite-plugin-mkcert": "^1.7.2",
|
2022-05-17 21:46:20 +08:00
|
|
|
"vite-plugin-pwa": "^0.12.0",
|
|
|
|
"vitepress": "^0.22.4"
|
2021-09-17 00:18:50 +08:00
|
|
|
}
|
|
|
|
}
|