-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.84 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
{
"name": "hraccoon-front",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.606.0",
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@ckeditor/vite-plugin-ckeditor5": "^0.1.3",
"@mdi/font": "^7.4.47",
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^8.7.0",
"@vueuse/core": "^10.9.0",
"apexcharts": "^3.49.1",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"ckeditor5-custom-build": "file:ckeditor5",
"dayjs": "^1.11.11",
"esbuild-sass-plugin": "^3.3.0",
"event-source-polyfill": "^1.0.31",
"jwt-decode": "^4.0.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"terser": "^5.31.0",
"vue": "^3.4.21",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.3.0",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.5.3",
"vue3-lottie": "^3.3.0",
"vue3-perfect-scrollbar": "^1.6.0"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.0.25",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.4.0",
"vuetify": "^3.6.6"
}
}