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-01-26 15:56:49 +08:00
|
|
|
"@vueuse/core": "7.5.5",
|
2022-01-18 16:46:43 +08:00
|
|
|
"axios": "0.25.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",
|
2021-12-31 21:43:29 +08:00
|
|
|
"@iconify-json/ri": "1.0.2",
|
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",
|
2021-12-31 21:43:29 +08:00
|
|
|
"unplugin-icons": "0.13.0",
|
2022-02-06 04:15:33 +08:00
|
|
|
"unplugin-vue-components": "0.17.16",
|
2022-01-19 16:22:13 +08:00
|
|
|
"vite": "2.7.13",
|
2022-01-04 22:54:36 +08:00
|
|
|
"vite-plugin-inspect": "0.3.13",
|
2022-01-18 06:33:33 +08:00
|
|
|
"vite-plugin-windicss": "1.6.3",
|
2022-01-19 14:21:36 +08:00
|
|
|
"vitepress": "0.21.6"
|
2021-09-17 00:18:50 +08:00
|
|
|
}
|
|
|
|
}
|