package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "@dcloudio/uni-h5-vite",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "uni-h5-vite",
  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-h5-vite"
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "license": "Apache-2.0",
  20. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  21. "dependencies": {
  22. "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
  23. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  24. "@rollup/pluginutils": "^5.0.5",
  25. "@vue/compiler-dom": "3.4.21",
  26. "@vue/compiler-sfc": "3.4.21",
  27. "@vue/server-renderer": "3.4.21",
  28. "@vue/shared": "3.4.21",
  29. "debug": "^4.3.3",
  30. "fs-extra": "^10.0.0",
  31. "mime": "^3.0.0",
  32. "module-alias": "^2.2.2"
  33. },
  34. "devDependencies": {
  35. "@types/debug": "^4.1.7",
  36. "@types/fs-extra": "^9.0.13",
  37. "@types/mime": "^2.0.3",
  38. "@types/module-alias": "^2.0.4",
  39. "@types/resolve": "^1.20.2",
  40. "@vue/compiler-core": "3.4.21",
  41. "esbuild": "^0.20.1",
  42. "vue": "3.4.21"
  43. }
  44. }