四零语境前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
594 B

{
"name": "englishread-front",
"version": "1.0.0",
"description": "四零语境",
"main": "main.js",
"scripts": {
"dev:h5": "uni build --platform h5 --watch",
"build:h5": "uni build --platform h5",
"serve": "uni serve"
},
"dependencies": {
"@dcloudio/uni-app": "^2.0.0",
"@dcloudio/uni-h5": "^2.0.0",
"@dcloudio/uni-helper-json": "*"
},
"devDependencies": {
"@dcloudio/uni-cli-shared": "*",
"@dcloudio/webpack-uni-mp-loader": "*",
"@dcloudio/webpack-uni-pages-loader": "*"
},
"browserslist": [
"Android >= 4.4",
"ios >= 9"
]
}