-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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
{
"name": "starter-dashboard-layout",
"description": "Starter responsive dashboard layout built with tailwindcss and alpinejs",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"private": "true",
"keywords": [
"dashboard",
"admin panel",
"alpinejs",
"tailwindcss",
"layout"
],
"author": {
"name": "Ahmed Kamel",
"email": "ak3849909@gmail.com",
"url": "https://github.com/Kamona-WD"
},
"homepage": "https://kamona-wd.github.io/starter-dashboard-layout/",
"repository": {
"type": "git",
"url": "https://github.com/kamona-wd/starter-dashboard-layout"
},
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"format": "prettier --write \"src\" \"dist/**/*.html\"",
"deploy": "gh-pages -d dist",
"p": "prettier --write"
},
"devDependencies": {
"@alpinejs/collapse": "^3.14.8",
"@alpinejs/focus": "^3.14.8",
"@alpinejs/resize": "^3.14.8",
"@iconify-json/tabler": "^1.2.13",
"@iconify/tailwind": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"alpinejs": "^3.14.8",
"apexcharts": "^4.3.0",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.3.0",
"perfect-scrollbar": "^1.5.6",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"vite": "^6.0.7",
"vite-plugin-handlebars": "^2.0.0"
}
}