forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.53 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.53 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@quasar/cli",
"version": "1.0.0",
"description": "Quasar Framework global CLI",
"bin": {
"quasar": "./bin/quasar"
},
"files": [
"assets",
"bin",
"lib"
],
"keywords": [
"quasar",
"cli",
"web",
"spa",
"pwa",
"electron",
"vue",
"vuejs",
"cordova"
],
"author": {
"name": "Razvan Stoenescu",
"email": "razvan.stoenescu@gmail.com",
"url": "https://github.com/quasarframework"
},
"repository": {
"type": "git",
"url": "https://github.com/quasarframework/quasar"
},
"license": "MIT",
"bugs": "https://github.com/quasarframework/quasar/issues",
"homepage": "https://quasar.dev",
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"dependencies": {
"async": "2.6.2",
"chalk": "2.4.2",
"ci-info": "2.0.0",
"compression": "1.7.4",
"connect-history-api-fallback": "1.6.0",
"consolidate": "0.15.1",
"cross-spawn": "7.0.1",
"download-git-repo": "1.1.0",
"express": "4.17.1",
"fs-extra": "8.1.0",
"handlebars": "4.5.1",
"http-proxy-middleware": "0.20.0",
"inquirer": "7.0.0",
"metalsmith": "2.3.0",
"minimatch": "3.0.4",
"minimist": "1.2.0",
"multimatch": "2.1.0",
"open": "7.0.0",
"ora": "4.0.2",
"read-metadata": "1.0.0",
"rimraf": "3.0.0",
"route-cache": "0.4.4",
"selfsigned": "1.10.7",
"tildify": "2.0.0",
"user-home": "2.0.0",
"validate-npm-package-name": "3.0.0"
},
"publishConfig": {
"access": "public"
}
}