mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
34 lines
968 B
JSON
34 lines
968 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"version": "1.2.0-beta.9",
|
|
"scripts": {
|
|
"clean:top": "rimraf dist",
|
|
"dev": "vuepress dev src",
|
|
"build": "npm run clean:top && vuepress build src -d dist"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.9",
|
|
"@tmagic/design": "1.2.0-beta.9",
|
|
"@tmagic/element-plus-adapter": "1.2.0-beta.9",
|
|
"@tmagic/form": "1.2.0-beta.9",
|
|
"@tmagic/schema": "1.2.0-beta.9",
|
|
"@tmagic/utils": "1.2.0-beta.9",
|
|
"element-plus": "^2.2.19",
|
|
"highlight.js": "^11.2.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"serialize-javascript": "^6.0.0",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/bundler-vite": "^2.0.0-beta.51",
|
|
"@vuepress/cli": "^2.0.0-beta.51",
|
|
"@vuepress/client": "^2.0.0-beta.51",
|
|
"@vuepress/plugin-search": "^2.0.0-beta.51",
|
|
"@vuepress/theme-default": "^2.0.0-beta.51",
|
|
"vite": "~3.1.3",
|
|
"vuepress": "^2.0.0-beta.51"
|
|
}
|
|
}
|