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 .",
|
2021-09-27 14:42:05 +08:00
|
|
|
"build": "cross-env NODE_ENV=production && vitepress build .",
|
2022-01-10 19:25:48 +08:00
|
|
|
"serve": "cross-env NODE_ENV=production vitepress serve . --port 5001",
|
2021-10-25 17:07:48 +08:00
|
|
|
"gen-locale": "rimraf .vitepress/i18n && sucrase-node .vitepress/build/crowdin-generate.ts",
|
|
|
|
"crowdin-credentials": "sucrase-node .vitepress/build/crowdin-credentials.ts"
|
2021-09-17 00:18:50 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-06 03:27:01 +08:00
|
|
|
"@docsearch/js": "3.0.0-alpha.50",
|
2022-02-06 04:17:16 +08:00
|
|
|
"@docsearch/react": "3.0.0-alpha.50",
|
2022-02-13 18:59:27 +08:00
|
|
|
"@vueuse/core": "7.6.2",
|
2022-02-15 04:03:28 +08:00
|
|
|
"axios": "0.26.0",
|
2021-10-30 18:28:29 +08:00
|
|
|
"clipboard-copy": "4.0.1",
|
2021-10-30 17:24:35 +08:00
|
|
|
"element-plus": "npm:element-plus@latest",
|
2021-10-30 18:28:29 +08:00
|
|
|
"normalize.css": "8.0.1",
|
|
|
|
"nprogress": "0.2.0"
|
2021-09-17 00:18:50 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-15 05:15:32 +08:00
|
|
|
"@crowdin/cli": "3.7.7",
|
2022-02-15 04:02:57 +08:00
|
|
|
"@iconify-json/ri": "1.1.0",
|
2021-10-30 17:09:09 +08:00
|
|
|
"@types/markdown-it": "12.2.3",
|
|
|
|
"cross-env": "7.0.3",
|
2021-12-12 23:21:22 +08:00
|
|
|
"escape-html": "1.0.3",
|
2022-01-09 20:19:11 +08:00
|
|
|
"markdown-it": "12.3.2",
|
2021-10-30 17:09:09 +08:00
|
|
|
"markdown-it-container": "3.0.0",
|
2022-02-09 15:39:23 +08:00
|
|
|
"unplugin-icons": "0.13.1",
|
2022-02-09 00:28:00 +08:00
|
|
|
"unplugin-vue-components": "0.17.18",
|
2022-02-15 04:02:21 +08:00
|
|
|
"vite": "2.8.2",
|
2022-02-10 19:41:50 +08:00
|
|
|
"vite-plugin-inspect": "0.3.14",
|
2022-02-09 15:40:04 +08:00
|
|
|
"vite-plugin-windicss": "1.7.0",
|
2022-02-15 08:56:13 +08:00
|
|
|
"vitepress": "0.22.2"
|
2021-09-17 00:18:50 +08:00
|
|
|
}
|
|
|
|
}
|