mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
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"
|
||
|
|
}
|