You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

70 lines
1.8 KiB

{
"name": "@dcloudio/vite-plugin-uni",
"version": "3.0.0-alpha-3060920221114001",
"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.19.6",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.19.3",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3060920221114001",
"@dcloudio/uni-shared": "3.0.0-alpha-3060920221114001",
"@rollup/pluginutils": "^4.2.0",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.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.2.3",
"vue": "3.2.41"
},
"peerDependencies": {
"vite": "3.2.3"
},
"uni-app": {
"compilerVersion": "3.6.9"
},
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da"
}