first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
{
"name": "@dcloudio/vue-cli-plugin-uni",
"version": "2.0.2-4070620250821001",
"description": "uni-app plugin for vue-cli 3",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/vue-cli-plugin-uni"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"uniapp-cli": "./bin/uniapp-cli.js"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"@dcloudio/uni-stat": "^2.0.2-4070620250821001",
"buffer-json": "^2.0.0",
"clone-deep": "^4.0.1",
"cross-env": "^5.2.0",
"envinfo": "^6.0.1",
"hash-sum": "^1.0.2",
"loader-utils": "^1.1.0",
"lru-cache": "^4.1.2",
"mkdirp": "^0.5.1",
"module-alias": "^2.1.0",
"neo-async": "^2.6.1",
"postcss-import": "^12.0.1",
"postcss-selector-parser": "^5.0.0",
"postcss-value-parser": "^3.3.1",
"strip-json-comments": "^2.0.1",
"update-check": "^1.5.3",
"webpack-merge": "^4.1.4",
"wrap-loader": "^0.2.0",
"xregexp": "4.0.0"
},
"peerDependencies": {
"copy-webpack-plugin": ">=5",
"postcss": ">=7"
},
"gitHead": "83322ec9f7cc592b2052ff78370e12f4689f5966"
}