-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.45 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.45 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
73
74
75
76
77
78
79
80
81
{
"name": "q-temp",
"type": "module",
"version": "0.0.1",
"private": true,
"description": "A Quasar Project",
"productName": "Quasar App",
"author": "bekaku <33171470+bekaku@users.noreply.github.com>",
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"scripts": {
"dev": "quasar dev",
"dev:ssr": "quasar dev -m ssr",
"postinstall": "quasar prepare",
"build": "quasar build",
"build:ssr": "quasar build -m ssr",
"build:pwa": "quasar build -m pwa",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@capacitor/clipboard": "^7.0.2",
"@capacitor/device": "^7.0.2",
"@capacitor/geolocation": "^7.1.5",
"@coders-tm/vue-number-format": "^3.35.4",
"@emoji-mart/data": "^1.2.1",
"@quasar/extras": "^1.17.0",
"@tato30/vue-pdf": "^1.11.4",
"@vueuse/core": "^13.9.0",
"apexcharts": "^5.3.5",
"axios": "^1.13.0",
"cropperjs": "^2.0.1",
"d3-org-chart": "^3.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.2.7",
"emoji-mart": "^5.6.0",
"json-bigint": "^1.0.0",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"libphonenumber-js": "^1.12.23",
"md-editor-v3": "^6.0.1",
"pdf-lib": "^1.17.1",
"pinia": "^3.0.3",
"quasar": "^2.18.5",
"sanitize-html": "^2.17.0",
"swiper": "^12.0.2",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",
"vue-router": "^4.5.1",
"vue-virtual-scroller": "2.0.0-beta.8",
"vue-zoomer": "0.4.0-beta.2",
"vue3-apexcharts": "^1.8.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^5.4.1",
"@eslint/js": "^9.36.0",
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@quasar/app-vite": "^2.4.0",
"@types/node": "^24.6.1",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/language-server": "^3.1.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.5.0",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"typescript": "~5.9.3",
"vite-plugin-checker": "^0.11.0",
"vue-component-meta": "^3.1.0",
"vue-tsc": "^3.1.0"
}
}