-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.89 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
{
"name": "vyhub",
"version": "0.0.0-dev",
"private": true,
"type": "module",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "eslint \"src/**/*.{js,vue}\" --fix"
},
"dependencies": {
"@ckeditor/ckeditor5-vue": "^7.3.0",
"@fontsource/roboto": "^5.0.0",
"@koumoul/vjsf": "^3.9.0",
"@kyvg/vue3-notification": "^3.4.1",
"@mdi/font": "^7.2.96",
"@stripe/stripe-js": "^1.15.0",
"@types/country-flag-icons": "^1.2.2",
"@types/country-list": "^2.1.0",
"@types/humanize-duration": "^3.27.1",
"@vitejs/plugin-vue": "^5.2.1",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"browser-image-compression": "^2.0.2",
"ckeditor5": "^44.1.0",
"country-flag-icons": "^1.5.13",
"country-list": "^2.2.0",
"currency-codes": "^2.1.0",
"eslint": "^9.11.1",
"humanize-duration": "^3.2.9",
"iso-639-1-plus": "^3.0.3",
"mitt": "^3.0.1",
"openapi-client-axios": "^7.5.5",
"openapicmd": "^2.9.2",
"p-debounce": "^4.0.0",
"prettier": "^3.0.0",
"process": "^0.11.10",
"qs": "^6.9.4",
"semver": "^7.3.5",
"sortablejs": "^1.15.3",
"swiper": "^11.0.0",
"vite": "^6.0.3",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.12",
"vue-draggable-plus": "^0.6.0",
"vue-gtag": "^2.0.1",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vue3-apexcharts": "^1.8.0",
"vuetify": "^3.7.4",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@types/qs": "^6.9.8",
"eslint-plugin-vue": "^10.0.0",
"json-schema-ref-parser": "^9.0.9",
"openapi-client-axios-typegen": "^7.7.0",
"release-it": "^18.1.1",
"sass": "~1.89.0",
"stream-http": "^3.2.0",
"typescript": "^5.6.2",
"unplugin-vue-components": "^28.0.0"
}
}