mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-06-21 09:20:14 +08:00
20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"name": "lilishop-uniapp",
|
|
"version": "4.5.3",
|
|
"description": "Lilishop uni-app mobile client (Vue 3)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"migrate:vue3": "node scripts/migrate-vue3.js && node scripts/migrate-filters-usage.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"sass": "^1.89.2",
|
|
"uview-plus": "^3.4.72",
|
|
"vuex": "^4.1.0"
|
|
}
|
|
}
|