package.json 1008 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@dcloudio/uni-mp-compiler",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "uni-mp-compiler",
  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-compiler"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "license": "Apache-2.0",
  19. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  20. "dependencies": {
  21. "@babel/generator": "^7.20.5",
  22. "@babel/parser": "^7.23.9",
  23. "@babel/types": "^7.20.7",
  24. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  25. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  26. "@vue/compiler-core": "3.4.21",
  27. "@vue/compiler-dom": "3.4.21",
  28. "@vue/shared": "3.4.21",
  29. "estree-walker": "^2.0.2"
  30. },
  31. "devDependencies": {
  32. "@types/babel__generator": "^7.6.4",
  33. "@vue/compiler-sfc": "3.4.21",
  34. "source-map-js": "^1.0.2"
  35. }
  36. }