forked from Kamona-WD/starter-dashboard-layout-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 904 Bytes
/
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": "starter-dashboard-layout-vue",
"version": "0.0.1",
"description": "Starter responsive dashboard layout built with tailwindcss and vue 3",
"license": "MIT",
"keywords": [
"dashboard",
"tailwindcss",
"layout",
"vue 3",
"template",
"admin panel"
],
"author": {
"name": "Ahmed Kamel",
"email": "[email protected]",
"url": "https://github.com/Kamona-WD"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"chart.js": "^3.5.1",
"vue": "^3.0.5",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^1.1.7",
"autoprefixer": "^10.3.3",
"gh-pages": "^3.1.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.9",
"vite": "2.4.2"
}
}