package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "@dcloudio/vite-plugin-uni",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "uni-app vite plugin",
  5. "bin": {
  6. "uni": "bin/uni.js"
  7. },
  8. "main": "dist/index.js",
  9. "types": "dist/index.d.ts",
  10. "files": [
  11. "bin",
  12. "dist"
  13. ],
  14. "engines": {
  15. "node": "^14.18.0 || >=16.0.0"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/dcloudio/uni-app.git",
  20. "directory": "packages/vite-plugin-uni"
  21. },
  22. "scripts": {
  23. "test": "echo \"Error: no test specified\" && exit 1"
  24. },
  25. "license": "Apache-2.0",
  26. "dependencies": {
  27. "@babel/core": "^7.23.3",
  28. "@babel/plugin-syntax-import-meta": "^7.10.4",
  29. "@babel/plugin-transform-typescript": "^7.23.3",
  30. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  31. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  32. "@rollup/pluginutils": "^5.0.5",
  33. "@vitejs/plugin-legacy": "5.3.2",
  34. "@vitejs/plugin-vue": "5.1.0",
  35. "@vitejs/plugin-vue-jsx": "3.1.0",
  36. "@vue/compiler-core": "3.4.21",
  37. "@vue/compiler-dom": "3.4.21",
  38. "@vue/compiler-sfc": "3.4.21",
  39. "@vue/shared": "3.4.21",
  40. "cac": "6.7.9",
  41. "debug": "^4.3.3",
  42. "estree-walker": "^2.0.2",
  43. "express": "^4.17.1",
  44. "fast-glob": "^3.2.11",
  45. "fs-extra": "^10.0.0",
  46. "hash-sum": "^2.0.0",
  47. "jsonc-parser": "^3.2.0",
  48. "magic-string": "^0.30.7",
  49. "picocolors": "^1.0.0",
  50. "terser": "^5.4.0",
  51. "unplugin-auto-import": "^0.16.7"
  52. },
  53. "devDependencies": {
  54. "@types/debug": "^4.1.7",
  55. "@types/estree": "^1.0.5",
  56. "@types/express": "^4.17.12",
  57. "@types/fs-extra": "^9.0.13",
  58. "@types/sass": "^1.16.0",
  59. "@vue/babel-plugin-jsx": "^1.1.1",
  60. "chokidar": "^3.5.3",
  61. "vite": "^5.2.8",
  62. "vue": "3.4.21"
  63. },
  64. "peerDependencies": {
  65. "vite": "^5.2.8"
  66. },
  67. "uni-app": {
  68. "compilerVersion": "4.29"
  69. },
  70. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da"
  71. }