1 Star 0 Fork 0

Eugene-Forest/ts-hi-print

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Eugene-Forest 提交于 2024-10-14 16:29 . feat:添加 package 配置
{
"name": "ts-hiprint",
"private": false,
"version": "0.0.14",
"author": "PengWQ",
"type": "module",
"main": "dist/index.umd.cjs",
"module": "dist/index.umd.cjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords":[
"vue",
"hiprint",
"@sv-print/hiprint",
"print"
],
"url":"https://gitee.com/eugene-forest/ts-hi-print.git",
"license": "MIT",
"description": "@sv-print/hiprint核心包的Type类型封装",
"scripts": {
"dev": "vite",
"build:example": "vue-tsc -b && vite build --mode dev",
"build": "vue-tsc -b && vite build --mode prod",
"preview": "vite preview"
},
"dependencies": {
"@sv-print/hiprint": "^0.2.8",
"element-plus": "^2.8.4",
"jquery": "^3.7.1",
"vue": "^3.4.37",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.1.2",
"terser": "^5.34.1",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.2.4",
"vue-tsc": "^2.0.29"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/eugene-forest/ts-hi-print.git
git@gitee.com:eugene-forest/ts-hi-print.git
eugene-forest
ts-hi-print
ts-hi-print
main

搜索帮助