{ "name": "@dcloudio/vite-plugin-uni", "version": "3.0.0", "description": "uni-app vite plugin", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "buildOptions": { "bundler": "tsc" }, "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": { "@rollup/pluginutils": "^4.1.0", "debug": "^4.3.1", "estree-walker": "^2.0.1", "fs-extra": "^9.0.1", "jsonc-parser": "^3.0.0", "magic-string": "^0.25.7", "slash": "^3.0.0" }, "peerDependencies": { "@dcloudio/uni-cli-shared": "^3.0.0", "@dcloudio/uni-shared": "^3.0.0", "vite": "^2.1.0" }, "devDependencies": { "@types/sass": "^1.16.0" } }