mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(docs): document add changelog page - Add changelog and markdown component for changelog.md - Add changelog page - Add some locale for change log - Fix a bug that caused ToC not working * Add minimal width to changelog selector * Add width to changelog selector * fix selector width issue
22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"name": "@element-plus/docs",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vitepress dev .",
|
|
"build": "NODE_ENV=production && vitepress build .",
|
|
"serve": "NODE_ENV=production && vitepress serve ."
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^6.4.0",
|
|
"axios": "^0.21.4",
|
|
"element-plus": "npm:element-plus@latest",
|
|
"marked": "^3.0.4",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crowdin/cli": "^3.6.5",
|
|
"vitepress": "^0.17.2"
|
|
}
|
|
}
|