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.
72 lines
1.9 KiB
72 lines
1.9 KiB
{
|
|
"name": "@dcloudio/vite-plugin-uni",
|
|
"version": "3.0.0-alpha-4080320251016001",
|
|
"description": "uni-app vite plugin",
|
|
"bin": {
|
|
"uni": "bin/uni.js"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"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"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/core": "7.25.2",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/plugin-transform-typescript": "^7.23.3",
|
|
"@rollup/pluginutils": "5.1.0",
|
|
"@vitejs/plugin-legacy": "5.3.2",
|
|
"@vitejs/plugin-vue": "5.2.4",
|
|
"@vitejs/plugin-vue-jsx": "3.1.0",
|
|
"@vue/compiler-core": "3.4.21",
|
|
"@vue/compiler-dom": "3.4.21",
|
|
"@vue/compiler-sfc": "3.4.21",
|
|
"@vue/shared": "3.4.21",
|
|
"cac": "6.7.9",
|
|
"debug": "4.3.7",
|
|
"estree-walker": "2.0.2",
|
|
"express": "4.20.0",
|
|
"fast-glob": "3.3.3",
|
|
"fs-extra": "10.1.0",
|
|
"hash-sum": "2.0.0",
|
|
"jsonc-parser": "3.3.1",
|
|
"magic-string": "0.30.11",
|
|
"picocolors": "1.1.0",
|
|
"terser": "^5.4.0",
|
|
"unplugin-auto-import": "19.1.0",
|
|
"@dcloudio/uni-cli-shared": "3.0.0-alpha-4080320251016001",
|
|
"@dcloudio/uni-nvue-styler": "3.0.0-alpha-4080320251016001",
|
|
"@dcloudio/uni-shared": "3.0.0-alpha-4080320251016001"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "4.1.12",
|
|
"@types/estree": "1.0.5",
|
|
"@types/express": "^4.17.12",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/sass": "1.43.1",
|
|
"@vue/babel-plugin-jsx": "1.2.2",
|
|
"chokidar": "3.6.0",
|
|
"vite": "5.2.8",
|
|
"vue": "3.4.21"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "5.2.8"
|
|
},
|
|
"uni-app": {
|
|
"compilerVersion": "4.83"
|
|
},
|
|
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
} |