四零语境前端代码仓库
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.

24 lines
594 B

  1. {
  2. "name": "englishread-front",
  3. "version": "1.0.0",
  4. "description": "四零语境",
  5. "main": "main.js",
  6. "scripts": {
  7. "dev:h5": "uni build --platform h5 --watch",
  8. "build:h5": "uni build --platform h5",
  9. "serve": "uni serve"
  10. },
  11. "dependencies": {
  12. "@dcloudio/uni-app": "^2.0.0",
  13. "@dcloudio/uni-h5": "^2.0.0",
  14. "@dcloudio/uni-helper-json": "*"
  15. },
  16. "devDependencies": {
  17. "@dcloudio/uni-cli-shared": "*",
  18. "@dcloudio/webpack-uni-mp-loader": "*",
  19. "@dcloudio/webpack-uni-pages-loader": "*"
  20. },
  21. "browserslist": [
  22. "Android >= 4.4",
  23. "ios >= 9"
  24. ]
  25. }