-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.84 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.84 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "vuestic-admin",
"private": true,
"version": "3.1.0",
"scripts": {
"dev": "node server.js",
"build": "vite build",
"build:ci": "vite build",
"start:ci": "serve -s ./dist",
"prelint": "npm run format",
"lint": "eslint --fix \"./src/**/*.{ts,js,vue}\"",
"format": "prettier --write .",
"preview": "node server.js"
},
"lint-staged": {
"./src/**/*.{ts,js,vue}": [
"npm run lint"
]
},
"dependencies": {
"@amcharts/amcharts5": "^5.2.19",
"@amcharts/amcharts5-geodata": "^5.0.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"@gtm-support/vue-gtm": "^2.0.0",
"@pusher/push-notifications-web": "^1.1.0",
"@unhead/vue": "^1.11.20",
"@vueuse/core": "^10.3.0",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"epic-spinners": "^2.0.0",
"express": "^4.18.4",
"filepond": "^4.30.4",
"filepond-plugin-file-encode": "^2.1.11",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"flag-icons": "^6.6.4",
"html2pdf.js": "^0.10.1",
"ionicons": "^4.6.3",
"laravel-echo": "^2.2.7",
"leaflet": "^1.9.4",
"leaflet-map": "^0.2.1",
"libphonenumber-js": "^1.12.12",
"maplibre-gl": "^2.1.9",
"medium-editor": "^5.23.3",
"pinia": "^2.0.16",
"primeicons": "^6.0.1",
"primevue": "^3.31.0",
"pusher-js": "^8.4.0",
"qrcode.vue": "^3.6.0",
"quill": "^1.3.7",
"register-service-worker": "^1.7.1",
"sass": "^1.53.0",
"serve": "^14.2.0",
"swiper": "^10.2.0",
"vee-validate": "^4.15.1",
"vue": "^3.2.26",
"vue-chartjs": "^4.1.2",
"vue-core-image-upload": "^2.4.14",
"vue-draggable-plus": "^0.6.1",
"vue-filepond": "^7.0.3",
"vue-i18n": "^9.9.1",
"vue-moment": "^4.1.0",
"vue-phone-number-input": "^1.12.13",
"vue-router": "^4.2.5",
"vue-tel-input": "^9.5.0",
"vue-yandex-maps": "^0.12.3",
"vue3-google-map": "^0.18.0",
"vue3-phone-number-input": "^1.1.2",
"vuestic-ui": "^1.7.3",
"yup": "^1.6.1"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@types/leaflet": "^1.7.11",
"@types/medium-editor": "^5.0.5",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.13.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"postcss": "^8.4.21",
"prettier": "^2.6.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.5.4",
"vite": "^4.4.6",
"vite-plugin-prerender": "^1.0.8",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.35.0"
}
}