forked from kamona-ui/kui-dashboard-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "kui-dashboard-vue",
"version": "0.1.0",
"description": "Admin dashboard template built with tailwindcss & vuejs.",
"license": "MIT",
"homepage": "https://github.com/kamona-ui/kui-dashboard-vue",
"author": {
"name": "Kamona UI",
"email": "kamonaui@gmail.com",
"url": "https://github.com/kamona-ui"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@headlessui/vue": "^1.4.3",
"@heroicons/vue": "^1.0.5",
"@vueuse/core": "^7.5.5",
"apexcharts": "^3.33.0",
"gsap": "^3.9.1",
"nprogress": "^0.2.0",
"perfect-scrollbar": "^1.5.5",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@vitejs/plugin-vue": "^2.0.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"autoprefixer": "^10.4.2",
"gh-pages": "^3.2.3",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18",
"vite": "^2.7.2"
}
}