17 lines
622 B
JSON
17 lines
622 B
JSON
{
|
|
"name": "hyapp-h5",
|
|
"version": "1.0.0",
|
|
"description": "H5 project",
|
|
"scripts": {
|
|
"dev:h5": "python3 scripts/h5_dev_server.py --host 127.0.0.1 --port 8788 --directory .",
|
|
"dev:manager-center": "python3 scripts/h5_dev_server.py --host 127.0.0.1 --port 8788 --directory .",
|
|
"aslan:webview": "node scripts/aslan_flutter_webview.js",
|
|
"format": "prettier --write \"**/*.{js,html,css,json,md}\"",
|
|
"format:check": "prettier --check \"**/*.{js,html,css,json,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"playwright-core": "^1.61.1",
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|