-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "vue-quasar-example",
"version": "0.0.1",
"description": "A Vue Quasar Frontend Project",
"productName": "Vue Quasar",
"author": "bekaku <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev -m ssr",
"dev:ssr": "quasar dev -m ssr",
"build": "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": "^6.0.1",
"@capacitor/device": "^6.0.1",
"@capacitor/geolocation": "^6.0.1",
"@emoji-mart/data": "^1.2.1",
"@quasar/extras": "^1.16.12",
"@tato30/vue-pdf": "^1.11.2",
"@vueuse/core": "^11.1.0",
"apexcharts": "^3.54.1",
"axios": "^1.7.7",
"cropperjs": "^1.6.2",
"d3-org-chart": "^3.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"emoji-mart": "^5.6.0",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"libphonenumber-js": "^1.11.12",
"md-editor-v3": "^4.21.1",
"pinia": "^2.2.4",
"quasar": "^2.17.1",
"sanitize-html": "^2.13.1",
"swiper": "^11.1.14",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vue-slicksort": "^2.0.5",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue-zoomer": "^0.4.0-beta.2",
"vue3-apexcharts": "^1.7.0"
},
"devDependencies": {
"@quasar/app-vite": "^2.0.0-beta.24",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.29.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vue-component-meta": "^2.1.6"
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}