Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
0c7ac051
提交
0c7ac051
编写于
4月 02, 2023
作者:
chitanda
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 插件补充package.json
上级
743b30ae
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
325 行增加
和
0 行删除
+325
-0
package.json
...lugins/@ibiz-template-plugin/sy-gs-web@0.0.1/package.json
+108
-0
package.json
...ns/@ibiz-template-plugin/sy-pms-portal@0.0.1/package.json
+108
-0
package.json
...c/plugins/@ibiz-template-plugin/sy-web@0.0.1/package.json
+109
-0
未找到文件。
app_Web/public/plugins/@ibiz-template-plugin/sy-gs-web@0.0.1/package.json
0 → 100644
浏览文件 @
0c7ac051
{
"name"
:
"@ibiz-template-plugin/sy-gs-web"
,
"version"
:
"0.0.1-beta.1"
,
"description"
:
"ibiz full-dynamic-vue 模板项目扩展插件示例"
,
"author"
:
"chitanda"
,
"license"
:
"MIT"
,
"type"
:
"module"
,
"main"
:
"dist/ibiz-template-plugin.es.js"
,
"module"
:
"dist/ibiz-template-plugin.es.js"
,
"types"
:
"dist/types/index.d.ts"
,
"system"
:
"dist/index.legacy.js"
,
"files"
:
[
"dist"
,
"src"
,
"CHANGELOG.md"
,
"README.md"
],
"scripts"
:
{
"dev"
:
"vite build --watch"
,
"build"
:
"vue-tsc --noEmit && vite build"
,
"preview"
:
"vite preview"
,
"publish:next"
:
"npm run build && npm publish --access public --tag next"
,
"publish:npm"
:
"npm run build && npm publish --access public"
},
"dependencies"
:
{
"@ibiz-template/command"
:
"^0.0.1-beta.50"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.50"
,
"@ibiz-template/core"
:
"^0.0.1-beta.50"
,
"@ibiz-template/model"
:
"^0.0.1-beta.50"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.50"
,
"@ibiz-template/service"
:
"^0.0.1-beta.50"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.50"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.50"
,
"async-validator"
:
"^4.2.5"
,
"axios"
:
"^1.1.3"
,
"core-js"
:
"3"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
"pluralize"
:
"^8.0.0"
,
"qs"
:
"^6.11.0"
,
"qx-util"
:
"^0.4.8"
,
"ramda"
:
"^0.28.0"
,
"view-design"
:
"^4.7.0"
,
"vue"
:
"^2.7.13"
,
"vue-router"
:
"^3.6.5"
},
"peerDependencies"
:
{
"@ibiz-template/command"
:
"^0.0.1-beta.50"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.50"
,
"@ibiz-template/core"
:
"^0.0.1-beta.50"
,
"@ibiz-template/model"
:
"^0.0.1-beta.50"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.50"
,
"@ibiz-template/service"
:
"^0.0.1-beta.50"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.50"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.50"
,
"async-validator"
:
"^4.2.5"
,
"axios"
:
"^1.1.3"
,
"core-js"
:
"3"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
"pluralize"
:
"^8.0.0"
,
"qs"
:
"^6.11.0"
,
"qx-util"
:
"^0.4.8"
,
"ramda"
:
"^0.28.0"
,
"view-design"
:
"^4.7.0"
,
"vue"
:
"^2.7.13"
,
"vue-router"
:
"^3.6.5"
},
"devDependencies"
:
{
"@commitlint/cli"
:
"^17.2.0"
,
"@commitlint/config-conventional"
:
"^17.2.0"
,
"@qx-chitanda/vite-plugin-lib-legacy"
:
"^0.0.4"
,
"@typescript-eslint/eslint-plugin"
:
"^5.42.0"
,
"@typescript-eslint/parser"
:
"^5.42.0"
,
"@vitejs/plugin-legacy"
:
"^2.3.0"
,
"@vitejs/plugin-vue2"
:
"^2.0.0"
,
"@vitejs/plugin-vue2-jsx"
:
"^1.0.3"
,
"eslint"
:
"^8.26.0"
,
"eslint-config-airbnb-base"
:
"^15.0.0"
,
"eslint-config-prettier"
:
"^8.5.0"
,
"eslint-plugin-import"
:
"^2.26.0"
,
"eslint-plugin-prettier"
:
"^4.2.1"
,
"eslint-plugin-vue"
:
"^9.7.0"
,
"husky"
:
"^8.0.1"
,
"lint-staged"
:
"^13.0.3"
,
"postcss"
:
"^8.4.18"
,
"prettier"
:
"^2.7.1"
,
"rollup-plugin-visualizer"
:
"^5.8.3"
,
"sass"
:
"^1.55.0"
,
"stylelint"
:
"^14.14.0"
,
"stylelint-config-prettier"
:
"^9.0.3"
,
"stylelint-config-recess-order"
:
"^3.0.0"
,
"stylelint-config-standard"
:
"^29.0.0"
,
"stylelint-config-standard-scss"
:
"^6.0.0"
,
"stylelint-scss"
:
"^4.3.0"
,
"terser"
:
"^5.15.1"
,
"typescript"
:
"^4.8.4"
,
"vite"
:
"^3.2.2"
,
"vite-plugin-dts"
:
"^1.6.6"
,
"vite-plugin-eslint"
:
"^1.8.1"
,
"vue-eslint-parser"
:
"^9.1.0"
,
"vue-tsc"
:
"^1.0.9"
},
"lint-staged"
:
{
"*.{ts,vue}"
:
"eslint --fix"
,
"*.less"
:
"stylelint --syntax=scss"
}
}
\ No newline at end of file
app_Web/public/plugins/@ibiz-template-plugin/sy-pms-portal@0.0.1/package.json
0 → 100644
浏览文件 @
0c7ac051
{
"name"
:
"@ibiz-template-plugin/sy-pms-portal"
,
"version"
:
"0.0.1-beta.1"
,
"description"
:
"ibiz full-dynamic-vue 模板项目扩展插件示例"
,
"author"
:
"chitanda"
,
"license"
:
"MIT"
,
"type"
:
"module"
,
"main"
:
"dist/ibiz-template-plugin.es.js"
,
"module"
:
"dist/ibiz-template-plugin.es.js"
,
"types"
:
"dist/types/index.d.ts"
,
"system"
:
"dist/index.legacy.js"
,
"files"
:
[
"dist"
,
"src"
,
"CHANGELOG.md"
,
"README.md"
],
"scripts"
:
{
"dev"
:
"vite build --watch"
,
"build"
:
"vue-tsc --noEmit && vite build"
,
"preview"
:
"vite preview"
,
"publish:next"
:
"npm run build && npm publish --access public --tag next"
,
"publish:npm"
:
"npm run build && npm publish --access public"
},
"dependencies"
:
{
"@ibiz-template/command"
:
"^0.0.1-beta.50"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.50"
,
"@ibiz-template/core"
:
"^0.0.1-beta.50"
,
"@ibiz-template/model"
:
"^0.0.1-beta.50"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.50"
,
"@ibiz-template/service"
:
"^0.0.1-beta.50"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.50"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.50"
,
"async-validator"
:
"^4.2.5"
,
"axios"
:
"^1.1.3"
,
"core-js"
:
"3"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
"pluralize"
:
"^8.0.0"
,
"qs"
:
"^6.11.0"
,
"qx-util"
:
"^0.4.8"
,
"ramda"
:
"^0.28.0"
,
"view-design"
:
"^4.7.0"
,
"vue"
:
"^2.7.14"
,
"vue-router"
:
"^3.6.5"
},
"peerDependencies"
:
{
"@ibiz-template/command"
:
"^0.0.1-beta.50"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.50"
,
"@ibiz-template/core"
:
"^0.0.1-beta.50"
,
"@ibiz-template/model"
:
"^0.0.1-beta.50"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.50"
,
"@ibiz-template/service"
:
"^0.0.1-beta.50"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.50"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.50"
,
"async-validator"
:
"^4.2.5"
,
"axios"
:
"^1.1.3"
,
"core-js"
:
"3"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
"pluralize"
:
"^8.0.0"
,
"qs"
:
"^6.11.0"
,
"qx-util"
:
"^0.4.8"
,
"ramda"
:
"^0.28.0"
,
"view-design"
:
"^4.7.0"
,
"vue"
:
"^2.7.14"
,
"vue-router"
:
"^3.6.5"
},
"devDependencies"
:
{
"@commitlint/cli"
:
"^17.2.0"
,
"@commitlint/config-conventional"
:
"^17.2.0"
,
"@qx-chitanda/vite-plugin-lib-legacy"
:
"^0.0.4"
,
"@typescript-eslint/eslint-plugin"
:
"^5.43.0"
,
"@typescript-eslint/parser"
:
"^5.43.0"
,
"@vitejs/plugin-legacy"
:
"^2.3.1"
,
"@vitejs/plugin-vue2"
:
"^2.0.1"
,
"@vitejs/plugin-vue2-jsx"
:
"^1.0.3"
,
"eslint"
:
"^8.27.0"
,
"eslint-config-airbnb-base"
:
"^15.0.0"
,
"eslint-config-prettier"
:
"^8.5.0"
,
"eslint-plugin-import"
:
"^2.26.0"
,
"eslint-plugin-prettier"
:
"^4.2.1"
,
"eslint-plugin-vue"
:
"^9.7.0"
,
"husky"
:
"^8.0.2"
,
"lint-staged"
:
"^13.0.3"
,
"postcss"
:
"^8.4.19"
,
"prettier"
:
"^2.7.1"
,
"rollup-plugin-visualizer"
:
"^5.8.3"
,
"sass"
:
"^1.56.1"
,
"stylelint"
:
"^14.15.0"
,
"stylelint-config-prettier"
:
"^9.0.4"
,
"stylelint-config-recess-order"
:
"^3.0.0"
,
"stylelint-config-standard"
:
"^29.0.0"
,
"stylelint-config-standard-scss"
:
"^6.1.0"
,
"stylelint-scss"
:
"^4.3.0"
,
"terser"
:
"^5.15.1"
,
"typescript"
:
"^4.9.3"
,
"vite"
:
"^3.2.4"
,
"vite-plugin-dts"
:
"^1.7.1"
,
"vite-plugin-eslint"
:
"^1.8.1"
,
"vue-eslint-parser"
:
"^9.1.0"
,
"vue-tsc"
:
"^1.0.9"
},
"lint-staged"
:
{
"*.{ts,vue}"
:
"eslint --fix"
,
"*.less"
:
"stylelint --syntax=scss"
}
}
\ No newline at end of file
app_Web/public/plugins/@ibiz-template-plugin/sy-web@0.0.1/package.json
0 → 100644
浏览文件 @
0c7ac051
{
"name"
:
"@ibiz-template-plugin/sy-web"
,
"version"
:
"0.0.1-beta.1"
,
"description"
:
"ibiz full-dynamic-vue 模板项目扩展插件示例"
,
"author"
:
"chitanda"
,
"license"
:
"MIT"
,
"type"
:
"module"
,
"main"
:
"dist/ibiz-template-plugin.es.js"
,
"module"
:
"dist/ibiz-template-plugin.es.js"
,
"types"
:
"dist/types/index.d.ts"
,
"system"
:
"dist/index.legacy.js"
,
"files"
:
[
"dist"
,
"src"
,
"CHANGELOG.md"
,
"README.md"
],
"scripts"
:
{
"dev"
:
"vite build --watch"
,
"build"
:
"vue-tsc --noEmit && vite build"
,
"preview"
:
"vite preview"
,
"publish:next"
:
"npm run build && npm publish --access public --tag next"
,
"publish:npm"
:
"npm run build && npm publish --access public"
},
"dependencies"
:
{
"@ibiz-template/command"
:
"^0.0.1-beta.50"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.50"
,
"@ibiz-template/core"
:
"^0.0.1-beta.50"
,
"@ibiz-template/model"
:
"^0.0.1-beta.50"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.50"
,
"@ibiz-template/service"
:
"^0.0.1-beta.50"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.50"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.50"
,
"async-validator"
:
"^4.2.5"
,
"axios"
:
"^1.1.3"
,
"core-js"
:
"3"
,
"dayjs"
:
"^1.11.6"
,
"js-base64"
:
"^3.7.4"
,
"lodash-es"
:
"^4.17.21"
,
"pluralize"
:
"^8.0.0"
,
"qs"
:
"^6.11.0"
,
"qx-util"
:
"^0.4.8"
,
"ramda"
:
"^0.28.0"
,
"view-design"
:
"^4.7.0"
,
"vue"
:
"^2.7.14"
,
"vue-router"
:
"^3.6.5"
},
"peerDependencies"
:
{
"@ibiz-template/command"
:
"^0.0.1-beta.50"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.50"
,
"@ibiz-template/core"
:
"^0.0.1-beta.50"
,
"@ibiz-template/model"
:
"^0.0.1-beta.50"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.50"
,
"@ibiz-template/service"
:
"^0.0.1-beta.50"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.50"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.50"
,
"async-validator"
:
"^4.2.5"
,
"axios"
:
"^1.1.3"
,
"core-js"
:
"3"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
"pluralize"
:
"^8.0.0"
,
"qs"
:
"^6.11.0"
,
"qx-util"
:
"^0.4.8"
,
"ramda"
:
"^0.28.0"
,
"view-design"
:
"^4.7.0"
,
"vue"
:
"^2.7.14"
,
"vue-router"
:
"^3.6.5"
},
"devDependencies"
:
{
"@commitlint/cli"
:
"^17.2.0"
,
"@commitlint/config-conventional"
:
"^17.2.0"
,
"@qx-chitanda/vite-plugin-lib-legacy"
:
"^0.0.4"
,
"@typescript-eslint/eslint-plugin"
:
"^5.43.0"
,
"@typescript-eslint/parser"
:
"^5.43.0"
,
"@vitejs/plugin-legacy"
:
"^2.3.1"
,
"@vitejs/plugin-vue2"
:
"^2.0.1"
,
"@vitejs/plugin-vue2-jsx"
:
"^1.0.3"
,
"eslint"
:
"^8.27.0"
,
"eslint-config-airbnb-base"
:
"^15.0.0"
,
"eslint-config-prettier"
:
"^8.5.0"
,
"eslint-plugin-import"
:
"^2.26.0"
,
"eslint-plugin-prettier"
:
"^4.2.1"
,
"eslint-plugin-vue"
:
"^9.7.0"
,
"husky"
:
"^8.0.2"
,
"lint-staged"
:
"^13.0.3"
,
"postcss"
:
"^8.4.19"
,
"prettier"
:
"^2.7.1"
,
"rollup-plugin-visualizer"
:
"^5.8.3"
,
"sass"
:
"^1.56.1"
,
"stylelint"
:
"^14.15.0"
,
"stylelint-config-prettier"
:
"^9.0.4"
,
"stylelint-config-recess-order"
:
"^3.0.0"
,
"stylelint-config-standard"
:
"^29.0.0"
,
"stylelint-config-standard-scss"
:
"^6.1.0"
,
"stylelint-scss"
:
"^4.3.0"
,
"terser"
:
"^5.15.1"
,
"typescript"
:
"^4.9.3"
,
"vite"
:
"^3.2.4"
,
"vite-plugin-dts"
:
"^1.7.1"
,
"vite-plugin-eslint"
:
"^1.8.1"
,
"vue-eslint-parser"
:
"^9.1.0"
,
"vue-tsc"
:
"^1.0.9"
},
"lint-staged"
:
{
"*.{ts,vue}"
:
"eslint --fix"
,
"*.less"
:
"stylelint --syntax=scss"
}
}
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录