package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@dcloudio/uni-mp-xhs",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "uniapp mp-xhs",
  5. "main": "dist/index.js",
  6. "files": [
  7. "dist",
  8. "lib"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/dcloudio/uni-app.git",
  13. "directory": "packages/uni-mp-xhs"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "license": "Apache-2.0",
  19. "uni-app": {
  20. "name": "mp-xhs",
  21. "title": "小红书小程序",
  22. "apply": [
  23. "mp-xhs"
  24. ],
  25. "main": "dist/uni.compiler.js"
  26. },
  27. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  28. "devDependencies": {
  29. "@dcloudio/uni-mp-weixin": "3.0.0-4020920240930001",
  30. "@dcloudio/uni-mp-alipay": "3.0.0-4020920240930001",
  31. "@vue/compiler-core": "3.4.21"
  32. },
  33. "dependencies": {
  34. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  35. "@dcloudio/uni-mp-compiler": "3.0.0-4020920240930001",
  36. "@dcloudio/uni-mp-vite": "3.0.0-4020920240930001",
  37. "@dcloudio/uni-mp-vue": "3.0.0-4020920240930001",
  38. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  39. "@vue/shared": "3.4.21"
  40. }
  41. }