package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@dcloudio/uni-app-uts",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "uni-app-uts",
  5. "main": "dist/index.js",
  6. "types": "dist/index.d.ts",
  7. "files": [
  8. "dist",
  9. "lib"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/dcloudio/uni-app.git",
  14. "directory": "packages/uni-app-uts"
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "license": "Apache-2.0",
  20. "dependencies": {
  21. "@babel/parser": "^7.23.9",
  22. "@babel/types": "^7.20.7",
  23. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  24. "@dcloudio/uni-i18n": "3.0.0-4020920240930001",
  25. "@dcloudio/uni-nvue-styler": "3.0.0-4020920240930001",
  26. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  27. "@jridgewell/gen-mapping": "^0.3.3",
  28. "@jridgewell/trace-mapping": "^0.3.19",
  29. "@rollup/pluginutils": "^5.0.5",
  30. "@vue/compiler-core": "3.4.21",
  31. "@vue/compiler-dom": "3.4.21",
  32. "@vue/compiler-sfc": "3.4.21",
  33. "@vue/consolidate": "^1.0.0",
  34. "@vue/shared": "3.4.21",
  35. "debug": "^4.3.3",
  36. "es-module-lexer": "^1.2.1",
  37. "estree-walker": "^2.0.2",
  38. "fs-extra": "^10.0.0",
  39. "magic-string": "^0.30.7",
  40. "picocolors": "^1.0.0",
  41. "source-map-js": "^1.0.2",
  42. "unimport": "^3.9.0"
  43. },
  44. "devDependencies": {
  45. "@types/debug": "^4.1.7",
  46. "@types/fs-extra": "^9.0.13",
  47. "pug": "^3.0.2"
  48. }
  49. }