{ "name": "@dcloudio/vite-plugin-uni", "version": "3.0.0-alpha-3040720220422004", "description": "uni-app vite plugin", "bin": { "uni": "bin/uni.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "bin", "dist", "lib" ], "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.17.9", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-typescript": "^7.16.8", "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040720220422004", "@dcloudio/uni-shared": "3.0.0-alpha-3040720220422004", "@rollup/pluginutils": "^4.2.0", "@vitejs/plugin-legacy": "^1.8.1", "@vitejs/plugin-vue": "^2.3.1", "@vitejs/plugin-vue-jsx": "^1.3.10", "@vue/compiler-core": "3.2.33", "@vue/compiler-dom": "3.2.33", "@vue/compiler-sfc": "3.2.33", "@vue/shared": "3.2.33", "cac": "6.7.9", "debug": "^4.3.3", "estree-walker": "^2.0.2", "express": "^4.17.1", "fs-extra": "^10.0.0", "hash-sum": "^2.0.0", "jsonc-parser": "^3.0.0", "picocolors": "^1.0.0" }, "devDependencies": { "@types/debug": "^4.1.7", "@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" }, "peerDependencies": { "vite": "^2.9.5" }, "uni-app": { "compilerVersion": "3.4.6" }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da" }