mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-04-22 00:00:04 +08:00
init
This commit is contained in:
+22
-21
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user