mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00

* ci: 使用 pkg-pr-new 预发布 PR 并生成预览模板 * update * update * update * ci: 更换文件名 --------- Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"name": "layui-example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "generated by pkg.pr.new",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "servor --reload"
|
|
},
|
|
"dependencies": {
|
|
"servor": "^4.0.2",
|
|
"layui": "latest"
|
|
},
|
|
"author": "pkg.pr.new",
|
|
"license": "ISC"
|
|
} |