diff --git a/lerna.json b/lerna.json index d6707ca0cd64d48d212b90abe2e72f24b092572f..834c1c48edfd982f8d313cd9b31225ece16495a3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.0.0" + "version": "3.0.0-alpha-3000020210521005" } diff --git a/packages/size-check/package.json b/packages/size-check/package.json index 9fca2e030f36644e7f3b2e966c43f4bc5d53760c..0350ef8cff02d599424fe6f2c04e27cf5c9d6998 100644 --- a/packages/size-check/package.json +++ b/packages/size-check/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@dcloudio/size-check", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "buildOptions": { "bundler": "vite" }, diff --git a/packages/uni-api/package.json b/packages/uni-api/package.json index 3cdf1544dc2e393db78734087889753130b3b525..801f9b095500fc9d2882ab858615afaf60148620 100644 --- a/packages/uni-api/package.json +++ b/packages/uni-api/package.json @@ -1,17 +1,16 @@ -{ - "private": true, - "name": "@dcloudio/uni-api", - "version": "3.0.0", - "description": "@dcloudio/uni-api", - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-api" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - }, - "dependencies": {} -} +{ + "private": true, + "name": "@dcloudio/uni-api", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-api", + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-api" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-app/package.json b/packages/uni-app/package.json index 75f13b2998248cd2ed6b6bb3451f896673b516a2..f63f36e8a367c7ad7600d7bfb9d0c3b5d9b35c90 100644 --- a/packages/uni-app/package.json +++ b/packages/uni-app/package.json @@ -1,21 +1,21 @@ -{ - "name": "@dcloudio/uni-app", - "version": "3.0.0", - "description": "@dcloudio/uni-app", - "main": "./dist/uni-app.cjs.js", - "module": "./dist/uni-app.es.js", - "types": "./dist/uni-app.d.ts", - "files": [ - "dist" - ], - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-app" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "name": "@dcloudio/uni-app", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-app", + "main": "./dist/uni-app.cjs.js", + "module": "./dist/uni-app.es.js", + "types": "./dist/uni-app.d.ts", + "files": [ + "dist" + ], + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-app" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-cli-shared/package.json b/packages/uni-cli-shared/package.json index a78b479f0302fac46509ff0727b6fd67742e7ba2..0de8c46f0159b9b317a5abf11ce6898678b468a0 100644 --- a/packages/uni-cli-shared/package.json +++ b/packages/uni-cli-shared/package.json @@ -1,34 +1,34 @@ -{ - "name": "@dcloudio/uni-cli-shared", - "version": "3.0.0", - "description": "@dcloudio/uni-cli-shared", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist/**/*.js", - "dist/**/*.d.ts", - "lib" - ], - "buildOptions": { - "bundler": "tsc" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-cli-shared" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - }, - "dependencies": { - "debug": "^4.3.1", - "jsonc-parser": "^3.0.0", - "slash": "^3.0.0", - "tapable": "^2.2.0", - "xregexp": "3.1.0" - }, - "peerDependencies": { - "@dcloudio/uni-shared": "^3.0.0" - } -} +{ + "name": "@dcloudio/uni-cli-shared", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-cli-shared", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "files": [ + "dist/**/*.js", + "dist/**/*.d.ts", + "lib" + ], + "buildOptions": { + "bundler": "tsc" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-cli-shared" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + }, + "dependencies": { + "debug": "^4.3.1", + "jsonc-parser": "^3.0.0", + "slash": "^3.0.0", + "tapable": "^2.2.0", + "xregexp": "3.1.0" + }, + "peerDependencies": { + "@dcloudio/uni-shared": "^3.0.0-alpha-3000020210521005" + } +} diff --git a/packages/uni-cloud/package.json b/packages/uni-cloud/package.json index 5c6cabe5ae1310cf8e35320129dead457c45aece..50ac2eebe4c2f54163c56400c62fac95e7edf9e8 100644 --- a/packages/uni-cloud/package.json +++ b/packages/uni-cloud/package.json @@ -1,24 +1,24 @@ -{ - "name": "@dcloudio/uni-cloud", - "version": "3.0.0", - "description": "@dcloudio/uni-cloud", - "main": "dist/uni-cloud.cjs.js", - "module": "dist/uni-cloud.es.js", - "files": [ - "dist", - "lib" - ], - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-cloud" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - }, - "uni-app": { - "name": "uniCloud" - } -} +{ + "name": "@dcloudio/uni-cloud", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-cloud", + "main": "dist/uni-cloud.cjs.js", + "module": "dist/uni-cloud.es.js", + "files": [ + "dist", + "lib" + ], + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-cloud" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + }, + "uni-app": { + "name": "uniCloud" + } +} diff --git a/packages/uni-components/package.json b/packages/uni-components/package.json index 6bb673c848475218eef7f08877e3a09e3b920b9a..6e608d061d6c261a632acb5b6c1e15e39dbb8a39 100644 --- a/packages/uni-components/package.json +++ b/packages/uni-components/package.json @@ -1,18 +1,18 @@ -{ - "name": "@dcloudio/uni-components", - "version": "3.0.0", - "description": "@dcloudio/uni-components", - "main": "index.js", - "files": [ - "style" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-components" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "name": "@dcloudio/uni-components", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-components", + "main": "index.js", + "files": [ + "style" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-components" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-core/package.json b/packages/uni-core/package.json index 77d773ffcc6ab31f6fe9960ab55540807d35bbc8..c5957e8f46945a45cacf000de120c1ff95a87490 100644 --- a/packages/uni-core/package.json +++ b/packages/uni-core/package.json @@ -1,16 +1,16 @@ -{ - "private": true, - "name": "@dcloudio/uni-core", - "version": "3.0.0", - "description": "@dcloudio/uni-core", - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-core" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "private": true, + "name": "@dcloudio/uni-core", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-core", + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-core" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-h5-vue/package.json b/packages/uni-h5-vue/package.json index 6b50a4a6198ee463b28796d8c863f01610e8d28d..58c9ef32a2a8009f3d830c7ca7c4a60d7c593aab 100644 --- a/packages/uni-h5-vue/package.json +++ b/packages/uni-h5-vue/package.json @@ -1,20 +1,20 @@ -{ - "name": "@dcloudio/uni-h5-vue", - "version": "3.0.0", - "description": "@dcloudio/uni-h5-vue", - "main": "dist/vue.runtime.cjs.js", - "module": "dist/vue.runtime.esm.js", - "files": [ - "dist" - ], - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-mp-vue" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "name": "@dcloudio/uni-h5-vue", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-h5-vue", + "main": "dist/vue.runtime.cjs.js", + "module": "dist/vue.runtime.esm.js", + "files": [ + "dist" + ], + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-mp-vue" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-h5/package.json b/packages/uni-h5/package.json index 4932a76ff9b9e30876d2486cacb97c3f9a4fb81f..bafcc53afd1a4b3ff234abdb47adafa2df5db4c7 100644 --- a/packages/uni-h5/package.json +++ b/packages/uni-h5/package.json @@ -1,34 +1,34 @@ -{ - "name": "@dcloudio/uni-h5", - "version": "3.0.0", - "description": "@dcloudio/uni-h5", - "main": "./dist/uni-h5.cjs.js", - "module": "./dist/uni-h5.es.js", - "files": [ - "dist", - "style" - ], - "sideEffects": false, - "buildOptions": { - "bundler": "vite" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-h5" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - }, - "dependencies": { - "localstorage-polyfill": "^1.0.1", - "pako": "^2.0.3", - "safe-area-insets": "^1.4.1", - "xmlhttprequest": "^1.8.0" - }, - "peerDependencies": { - "@vue/shared": "^3.1.0-beta.3", - "vue-router": "^4.0.8" - } -} +{ + "name": "@dcloudio/uni-h5", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-h5", + "main": "./dist/uni-h5.cjs.js", + "module": "./dist/uni-h5.es.js", + "files": [ + "dist", + "style" + ], + "sideEffects": false, + "buildOptions": { + "bundler": "vite" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-h5" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + }, + "dependencies": { + "localstorage-polyfill": "^1.0.1", + "pako": "^2.0.3", + "safe-area-insets": "^1.4.1", + "xmlhttprequest": "^1.8.0" + }, + "peerDependencies": { + "@vue/shared": "^3.1.0-beta.3", + "vue-router": "^4.0.8" + } +} diff --git a/packages/uni-i18n/package.json b/packages/uni-i18n/package.json index cc032e0a8e0d17c34bbc85d7e800976f24be1985..61746efa72ed08affbd024278cc895c552c621e2 100644 --- a/packages/uni-i18n/package.json +++ b/packages/uni-i18n/package.json @@ -1,21 +1,21 @@ -{ - "name": "@dcloudio/uni-i18n", - "version": "0.0.5", - "description": "@dcloudio/uni-i18n", - "main": "./dist/uni-i18n.cjs.js", - "module": "./dist/uni-i18n.es.js", - "types": "./dist/uni-i18n.d.ts", - "files": [ - "dist" - ], - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-i18n" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "name": "@dcloudio/uni-i18n", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-i18n", + "main": "./dist/uni-i18n.cjs.js", + "module": "./dist/uni-i18n.es.js", + "types": "./dist/uni-i18n.d.ts", + "files": [ + "dist" + ], + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-i18n" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-mp-alipay/package.json b/packages/uni-mp-alipay/package.json index 3c0e67bb2d7981a75ce329590cd84bb4396e2e80..ce8c9c3226d55f63b6d9a6ebaf8c079cc644eaf7 100644 --- a/packages/uni-mp-alipay/package.json +++ b/packages/uni-mp-alipay/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-alipay", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "description": "uni-app mp-alipay", "main": "dist/index.js", "repository": { diff --git a/packages/uni-mp-baidu/package.json b/packages/uni-mp-baidu/package.json index 33cdfb34c349100757a5a41405b95941393ec562..c20a34650979eb79c07dd29070ab9f2a1b91cd04 100644 --- a/packages/uni-mp-baidu/package.json +++ b/packages/uni-mp-baidu/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-baidu", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "description": "uni-app mp-baidu", "main": "dist/index.js", "repository": { diff --git a/packages/uni-mp-core/package.json b/packages/uni-mp-core/package.json index 7b11df7082fdbab9a4a8939aa56f3330293befdc..3d6b04d8200cc557b8d21e180f50b6d98ab5c022 100644 --- a/packages/uni-mp-core/package.json +++ b/packages/uni-mp-core/package.json @@ -1,16 +1,16 @@ -{ - "private": true, - "name": "@dcloudio/uni-mp-core", - "version": "3.0.0", - "description": "@dcloudio/uni-mp-core", - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-mp-core" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "private": true, + "name": "@dcloudio/uni-mp-core", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-mp-core", + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-mp-core" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-mp-qq/package.json b/packages/uni-mp-qq/package.json index 1f8ecfc96be6a87e5df338aac7ec4bf7f646c998..02039865011c8ab809577477a4a3c945fdeebf8d 100644 --- a/packages/uni-mp-qq/package.json +++ b/packages/uni-mp-qq/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-qq", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "description": "uni-app mp-qq", "main": "dist/index.js", "repository": { diff --git a/packages/uni-mp-toutiao/package.json b/packages/uni-mp-toutiao/package.json index d7e940deebb731d40e55d48002ad7f7930e502bc..b34135137c629458f7dae032edd6ad40232cb577 100644 --- a/packages/uni-mp-toutiao/package.json +++ b/packages/uni-mp-toutiao/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-toutiao", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "description": "uni-app mp-toutiao", "main": "dist/index.js", "repository": { diff --git a/packages/uni-mp-vue/package.json b/packages/uni-mp-vue/package.json index 02adddcf7a5210e052b28737fd29291b09075913..18451cf745846b06b314f68ce75ae359da156977 100644 --- a/packages/uni-mp-vue/package.json +++ b/packages/uni-mp-vue/package.json @@ -1,26 +1,26 @@ -{ - "name": "@dcloudio/uni-mp-vue", - "version": "3.0.0", - "description": "@dcloudio/uni-mp-vue", - "main": "dist/vue.runtime.esm.js", - "module": "dist/vue.runtime.esm.js", - "files": [ - "dist" - ], - "buildOptions": { - "name": "Vue", - "formats": [ - "esm-bundler-vue" - ] - }, - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-mp-vue" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "name": "@dcloudio/uni-mp-vue", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-mp-vue", + "main": "dist/vue.runtime.esm.js", + "module": "dist/vue.runtime.esm.js", + "files": [ + "dist" + ], + "buildOptions": { + "name": "Vue", + "formats": [ + "esm-bundler-vue" + ] + }, + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-mp-vue" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-mp-weixin/package.json b/packages/uni-mp-weixin/package.json index 39709655726b0547312b0a0715f86680c567df3f..fa3a6da6e7a2bf31912c9a3cd3e343b1b3bb4fbc 100644 --- a/packages/uni-mp-weixin/package.json +++ b/packages/uni-mp-weixin/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-weixin", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "description": "uni-app mp-weixin", "main": "dist/index.js", "repository": { diff --git a/packages/uni-quickapp-webview/package.json b/packages/uni-quickapp-webview/package.json index 8041508314afb8f0fa593f85e10ca4af2b468752..c7ee955dabb923e85917c33d1a8fc7c399b8835a 100644 --- a/packages/uni-quickapp-webview/package.json +++ b/packages/uni-quickapp-webview/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-quickapp-webview", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "description": "uni-app quickapp-webview", "main": "dist/index.js", "repository": { diff --git a/packages/uni-shared/package.json b/packages/uni-shared/package.json index bbcc1db6f154279bfb266afbaf80eb66d16dab9a..8b07edf7df88fc5f314ec1db78a8518d53bcc1a3 100644 --- a/packages/uni-shared/package.json +++ b/packages/uni-shared/package.json @@ -1,21 +1,21 @@ -{ - "name": "@dcloudio/uni-shared", - "version": "3.0.0", - "description": "@dcloudio/uni-shared", - "main": "./dist/uni-shared.cjs.js", - "module": "./dist/uni-shared.es.js", - "types": "./dist/uni-shared.d.ts", - "files": [ - "dist" - ], - "sideEffects": false, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-shared" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "name": "@dcloudio/uni-shared", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-shared", + "main": "./dist/uni-shared.cjs.js", + "module": "./dist/uni-shared.es.js", + "types": "./dist/uni-shared.d.ts", + "files": [ + "dist" + ], + "sideEffects": false, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-shared" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/uni-vue/package.json b/packages/uni-vue/package.json index b7a7456bec7bfc3bc96cea66baee81f5b262f49e..c1c8afa755db12d455b4e7f45c2e670b21c477de 100644 --- a/packages/uni-vue/package.json +++ b/packages/uni-vue/package.json @@ -1,19 +1,19 @@ -{ - "private": true, - "name": "@dcloudio/uni-vue", - "version": "3.0.0", - "description": "@dcloudio/uni-vue", - "files": [ - "dist" - ], - "sideEffects": true, - "repository": { - "type": "git", - "url": "git+https://github.com/dcloudio/uni-app.git", - "directory": "packages/uni-vue" - }, - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dcloudio/uni-app/issues" - } -} +{ + "private": true, + "name": "@dcloudio/uni-vue", + "version": "3.0.0-alpha-3000020210521005", + "description": "@dcloudio/uni-vue", + "files": [ + "dist" + ], + "sideEffects": true, + "repository": { + "type": "git", + "url": "git+https://github.com/dcloudio/uni-app.git", + "directory": "packages/uni-vue" + }, + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/dcloudio/uni-app/issues" + } +} diff --git a/packages/vite-plugin-uni/package.json b/packages/vite-plugin-uni/package.json index a3ec619b3f0425c0dec3deed0d96a48e3db1279e..a879a9454e6fc90aa756a5820f5adec249db1cf3 100644 --- a/packages/vite-plugin-uni/package.json +++ b/packages/vite-plugin-uni/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/vite-plugin-uni", - "version": "3.0.0", + "version": "3.0.0-alpha-3000020210521005", "description": "uni-app vite plugin", "bin": { "uni": "bin/uni.js"