forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.53 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
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": "2.4.1",
"description": "Quasar Framework - the Global CLI",
"type": "module",
"bin": {
"quasar": "./bin/quasar.js"
},
"scripts": {
"lint": "eslint --ext .js ./ --fix --report-unused-disable-directives"
},
"files": [
"assets",
"bin",
"lib"
],
"keywords": [
"quasar",
"cli",
"web",
"spa",
"pwa",
"electron",
"vue",
"vuejs",
"cordova"
],
"author": {
"name": "Razvan Stoenescu",
"email": "[email protected]",
"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",
"funding": {
"type": "github",
"url": "https://donate.quasar.dev"
},
"engines": {
"node": ">= 16",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"dependencies": {
"@quasar/ssl-certificate": "^1.0.0",
"ci-info": "^4.0.0",
"compression": "^1.7.4",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"http-proxy-middleware": "^2.0.6",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"open": "^9.1.0",
"route-cache": "^0.5.0",
"update-notifier": "^6.0.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-quasar": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}