package.json 426 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "my-project",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "uni-app": {
  7. "scripts": {
  8. "weixin:dev": {
  9. "title": "开发版",
  10. "env": {
  11. "UNI_PLATFORM": "mp-weixin",
  12. "ENV_PATH": "./env/dev.js"
  13. },
  14. "define": {
  15. "WXCS-PLATFORM": true
  16. }
  17. }
  18. }
  19. },
  20. "keywords": [],
  21. "author": "",
  22. "license": "ISC",
  23. "dependencies": {
  24. "uview-ui": "^2.0.36",
  25. "vuex": "^4.0.2"
  26. }
  27. }