{ "name": "@dcloudio/vite-plugin-uni", "version": "3.0.0-alpha-3060820221026001", "description": "uni-app vite plugin", "bin": { "uni": "bin/uni.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "bin", "dist", "lib" ], "engines": { "node": "^14.18.0 || >=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/dcloudio/uni-app.git", "directory": "packages/vite-plugin-uni" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.18.13", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-typescript": "^7.18.12", "@dcloudio/uni-cli-shared": "3.0.0-alpha-3060820221026001", "@dcloudio/uni-shared": "3.0.0-alpha-3060820221026001", "@rollup/pluginutils": "^4.2.0", "@vitejs/plugin-legacy": "^2.2.0", "@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue-jsx": "^2.0.1", "@vue/compiler-core": "3.2.41", "@vue/compiler-dom": "3.2.41", "@vue/compiler-sfc": "3.2.41", "@vue/shared": "3.2.41", "cac": "6.7.9", "debug": "^4.3.3", "estree-walker": "^2.0.2", "express": "^4.17.1", "fast-glob": "^3.2.11", "fs-extra": "^10.0.0", "hash-sum": "^2.0.0", "jsonc-parser": "^3.0.0", "terser": "^5.4.0", "picocolors": "^1.0.0" }, "devDependencies": { "@types/debug": "^4.1.7", "@types/estree": "^0.0.51", "@types/express": "^4.17.12", "@types/fs-extra": "^9.0.13", "@types/sass": "^1.16.0", "@vue/babel-plugin-jsx": "^1.1.1", "chokidar": "^3.5.3", "vite": "3.1.8", "vue": "3.2.41" }, "peerDependencies": { "vite": "3.1.8" }, "uni-app": { "compilerVersion": "3.6.8" }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da" }