tmagic-editor/docs/package.json
2022-08-30 20:18:50 +08:00

32 lines
850 B
JSON

{
"name": "docs",
"private": true,
"version": "1.1.0",
"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/form": "1.1.0",
"@tmagic/schema": "1.1.0",
"@tmagic/utils": "1.1.0",
"element-plus": "^2.2.6",
"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.49",
"@vuepress/cli": "^2.0.0-beta.49",
"@vuepress/client": "^2.0.0-beta.49",
"@vuepress/plugin-search": "^2.0.0-beta.49",
"@vuepress/theme-default": "^2.0.0-beta.49",
"vite": "~2.9.14",
"vuepress": "^2.0.0-beta.49"
}
}