@@ -1,6 +1,12 @@
{
- "name": "develop",
+ "name": "unimall",
"lockfileVersion": 2,
"requires": true,
- "packages": {}
+ "packages": {
+ "node_modules/@dcloudio/uni-ui": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/@dcloudio/uni-ui/-/uni-ui-1.3.1.tgz",
+ "integrity": "sha512-QVW52gmwi3SMBtDj2J8wKpdURpFpc0VbdDaBb4m0913DhQ4yDUe/V0eSZlbkKpeJ4e7KBXosb6bYiDlXZ+3YaA=="
+ }
}
@@ -1,6 +1,24 @@
+ "": {
+ "dependencies": {
+ "@dcloudio/uni-ui": "^1.3.1"
+ },
+ "@dcloudio/uni-ui": {
@@ -1 +1,5 @@
-{}
+{
+}
@@ -1,6 +1,7 @@
"easycom": {
- "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
+ "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue",
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
},
"lazyCodeLoading": "requiredComponents",
"tabBar": {