mini/package.json
2025-04-13 01:27:54 +08:00

19 lines
412 B
JSON

{
"name": "meida",
"version": "1.0.0",
"description": "微信小程序衣橱项目",
"main": "app.js",
"scripts": {
"dev": "miniprogram-ci preview",
"lint": "eslint .",
"format": "prettier --write ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@beefast-wxmp/img-uploader": "^0.1.6",
"@beefast-wxmp/list-view": "^0.0.1",
"@beefast-wxmp/nav-bar": "^0.0.3"
}
}