mirror of
https://github.com/layui/layui.git
synced 2026-02-09 02:09:18 +08:00
18 lines
323 B
JSON
18 lines
323 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"
|
|
}
|