-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 996 Bytes
/
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
{
"name": "create-vuefront-app",
"version": "0.6.1",
"description": "Create a VueFront App in seconds.",
"bin": "lib/cli.js",
"files": [
"lib/",
"template/"
],
"scripts": {
"test": "ava --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuefront/create-vuefront-app.git"
},
"dependencies": {
"cross-spawn": "^7.0.3",
"envinfo": "^7.8.1",
"lodash": "^4.17.21",
"sao": "^1.7.1",
"validate-npm-package-name": "^3.0.0"
},
"keywords": [
"vuefront",
"vue frontend",
"vue-frontend",
"vue storefront",
"vue-store",
"vue-storefront",
"dreamvention",
"tailwind"
],
"author": "VueFront",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuefront/create-vuefront-app/issues"
},
"homepage": "https://github.com/vuefront/create-vuefront-app#readme"
}