-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "kui-dashboard-vue",
"version": "0.1.0",
"type": "module",
"description": "Admin dashboard template built with tailwindcss & vuejs.",
"license": "MIT",
"homepage": "https://github.com/kamona-ui/kui-dashboard-vue",
"author": {
"name": "Kamona UI",
"email": "[email protected]",
"url": "https://github.com/kamona-ui"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier -w src",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@vueuse/core": "^11.1.0",
"apexcharts": "^3.35.3",
"gsap": "^3.11.5",
"nprogress": "^0.2.0",
"perfect-scrollbar": "^1.5.5",
"vue": "^3.5.7",
"vue-router": "^4.4.5",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@tailwindcss/forms": "^0.5.9",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"autoprefixer": "^10.4.20",
"gh-pages": "^4.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.12",
"vite": "^5.4.7"
}
}