package.json 1009 B

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