|
|
@ -3,14 +3,18 @@ |
|
|
|
"version": "1.0.0", |
|
|
|
"private": true, |
|
|
|
"scripts": { |
|
|
|
"dev:app": "uni -p app", |
|
|
|
"dev:custom": "uni -p", |
|
|
|
"dev": "uni", |
|
|
|
"dev:mp-weixin": "uni -p mp-weixin", |
|
|
|
"dev:app": "uni -p app", |
|
|
|
"dev:custom": "uni -p", |
|
|
|
"test": "uni build --mode test", |
|
|
|
"test:mp-weixin": "uni build -p mp-weixin", |
|
|
|
"test:app": "uni build -p app", |
|
|
|
"test:custom": "uni build -p", |
|
|
|
"test": "uni build", |
|
|
|
"test:mp-weixin": "uni build -p mp-weixin" |
|
|
|
"build": "uni build --mode production", |
|
|
|
"build:mp-weixin": "uni build -p mp-weixin --mode production", |
|
|
|
"build:app": "uni build -p app --mode production", |
|
|
|
"build:custom": "uni build -p --mode production" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@dcloudio/uni-app": "3.0.0-alpha-3060920221114001", |
|
|
|