This commit is contained in:
fxy060608
2021-04-02 18:03:09 +08:00
parent 44f4744ee2
commit bea1b8a4f9
353 changed files with 1192 additions and 29515 deletions
+22 -21
View File
@@ -1,21 +1,22 @@
{
"name": "uni-preset-vue",
"version": "0.0.1",
"description": "uni-app preset for vue-cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"download-git-repo": "^1.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.3",
"isbinaryfile": "^3.0.3",
"ora": "^3.0.0",
"rimraf": "^2.6.2",
"strip-json-comments": "^2.0.1",
"user-home": "^2.0.0"
}
}
{
"name": "uni-preset-vue",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@dcloudio/uni-h5": "../uni-app-next/packages/uni-h5",
"@dcloudio/uni-h5-vue": "../uni-app-next/packages/uni-h5-vue",
"@dcloudio/uni-shared": "../uni-app-next/packages/uni-shared",
"vue": "^3.0.11"
},
"devDependencies": {
"@dcloudio/uni-cli-shared": "../uni-app-next/packages/uni-cli-shared",
"@dcloudio/vite-plugin-uni": "../uni-app-next/packages/vite-plugin-uni",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.11",
"vite": "^2.1.5"
}
}