1 Star 0 Fork 19

张梦佳/nf-press-edit_帮助文档的管理平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
% 提交于 2022-05-03 13:12 . 改版本号
{
"name": "@naturefw/press-edit",
"version": "0.1.24",
"description": "帮助文档在线编辑和展示",
"keyword": "vite vue3 nfPress VuePress",
"files": [
"dist"
],
"main": "./dist/nf-press-edit.es.js",
"module": "./dist/nf-press-edit.es.js",
"exports": {
".": {
"import": "./dist/nf-press-edit.es.js",
"require": "./dist/nf-press-edit.es.js"
}
},
"private": false,
"license": "MIT",
"auther": "jin yang (jyk). Email: [email protected]",
"scripts": {
"dev": "vite",
"build": "vite build --mode project",
"lib": "vite build --mode lib",
"libumd": "vite build --mode libumd",
"serve": "vite preview",
"api": "node api/server.js"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@kangc/v-md-editor": "^2.3.13",
"@naturefw/nf-state": "^0.3.5",
"@naturefw/nf-tool": "^0.1.0",
"@naturefw/storage": "^0.2.6",
"@naturefw/ui-elp": "^0.1.17",
"element-plus": "^2.1.11",
"vite-plugin-prismjs": "^0.0.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"vite": "^2.7.2",
"vue": "^3.2.25"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang_meng_jia7/nf-press-edit.git
[email protected]:zhang_meng_jia7/nf-press-edit.git
zhang_meng_jia7
nf-press-edit
nf-press-edit_帮助文档的管理平台
master

搜索帮助