-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
66 lines (66 loc) · 1.46 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
{
"name": "Kunafa dashboard vue",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"vue",
"dashboard",
"admin",
"admin dashboard",
"vuejs admin dashboard",
"rtl admin dashboard",
"multilanguage admin dashboard",
"responsive dashboard",
"modern dashboard",
"vue3 dashboard",
"vite",
"vue-i18n",
"tailwindcss",
"dummyjson",
"multilanguage",
"multilanguage dashboard",
"tailwindcss dashboard",
"arabic dashboard",
"RTL dashboard",
"Vite dashboard",
"pinia",
"charts",
"datatables",
"rtl",
"ltr",
"vue3"
],
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.13.0",
"@vueform/vueform": "^1.9.2",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.8",
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.1",
"flatpickr": "^4.6.13",
"moment": "^2.29.4",
"path": "^0.12.7",
"pinia": "^2.1.7",
"postcss-rtlcss": "^5.1.0",
"vue": "^3.2.20",
"vue-chart-3": "^3.1.8",
"vue-flatpickr-component": "^11.0.3",
"vue-i18n": "^9.11.0",
"vue-router": "^4.2.5",
"vue3-easy-data-table": "^1.5.47"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.2.20",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.17",
"vite": "^5.0.6"
}
}