-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.6 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.6 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
{
"private": true,
"name": "@cherjs/docs",
"version": "0.8.0",
"description": "Cher documentation",
"productName": "Cher documentation",
"keywords": [
"Cher",
"cher",
"cherjs",
"cher.js",
"fetch",
"fetcher",
"configurable",
"API",
"AJAX",
"XMLHttpRequest",
"xhr",
"documentation",
"docs"
],
"homepage": "https://cherjs.org/",
"author": {
"name": "Haász Sándor",
"email": "haasz@cherjs.org"
},
"funding": "https://github.com/sponsors/haasz",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cherjs/docs.git"
},
"bugs": {
"url": "https://github.com/cherjs/docs/issues"
},
"type": "module",
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{js,cjs,mjs,vue}\"",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"pinia": "^3.0.1",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-i18n": "^11.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@quasar/app-vite": "^2.1.0",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.5",
"autoprefixer": "^10.4.2",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.12.0",
"postcss": "^8.4.14",
"vite-plugin-checker": "^0.9.0"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}