-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "fx-vue-cli",
"version": "1.0.1",
"description": "",
"main": "index.js",
"bin": {
"fx-vue": "bin/vue.js",
"fx-vue-init": "bin/vue-init.js"
},
"scripts": {
"init": "node bin/vue-init.js",
"create": "node bin/vue.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vue/cli-shared-utils": "^4.5.13",
"async": "^3.2.1",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"commander": "^8.1.0",
"consolidate": "^0.16.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"globby": "^8.0.1",
"handlebars": "^4.0.5",
"inquirer": "^8.1.2",
"isbinaryfile": "^3.0.2",
"lodash.clonedeep": "^4.5.0",
"log-symbols": "^5.0.0",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.0",
"ncp": "^2.0.0",
"ora": "^5.4.1",
"read-metadata": "^1.0.0",
"recast": "^0.20.5",
"resolve": "^1.20.0",
"rimraf": "^3.0.2",
"slash": "^2.0.0",
"utils": "^0.3.1",
"validate-npm-package-name": "^3.0.0",
"yaml-front-matter": "^4.1.1"
}
}