package.json 942 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@dcloudio/uni-mp-vite",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "uni-mp-vite",
  5. "main": "dist/index.js",
  6. "types": "dist/index.d.ts",
  7. "files": [
  8. "dist"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/dcloudio/uni-app.git",
  13. "directory": "packages/uni-mp-vite"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "license": "Apache-2.0",
  19. "dependencies": {
  20. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  21. "@dcloudio/uni-i18n": "3.0.0-4020920240930001",
  22. "@dcloudio/uni-mp-compiler": "3.0.0-4020920240930001",
  23. "@dcloudio/uni-mp-vue": "3.0.0-4020920240930001",
  24. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  25. "@vue/compiler-sfc": "3.4.21",
  26. "@vue/shared": "3.4.21",
  27. "debug": "^4.3.3"
  28. },
  29. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  30. "devDependencies": {
  31. "@types/debug": "^4.1.7"
  32. }
  33. }