mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-12 16:53:06 +08:00
20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"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": "MIT",
|
|
"dependencies": {
|
|
"download-git-repo": "^1.1.0",
|
|
"glob": "^7.1.3",
|
|
"isbinaryfile": "^3.0.3",
|
|
"ora": "^3.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"user-home": "^2.0.0"
|
|
}
|
|
}
|