-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "ayuwind",
"version": "1.0.0",
"description": "A multi theme, completely accessible, with components and pages examples, ready for production dashboard.",
"scripts": {
"serve": "gulp",
"build": "gulp build"
},
"author": "Rizkhal Lamaau <lamaaurizkhal@gmail.com>",
"license": "MIT",
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^10.3.7",
"browser-sync": "^2.27.5",
"color": "^4.0.1",
"cssnano": "^5.0.8",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-beautify": "^3.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-color": "^0.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-nunjucks": "^5.1.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^3.1.3",
"gulp-replace": "^1.0.0",
"gulp-terser": "^2.0.1",
"gulp-uglify-es": "^3.0.0",
"gulp-webp": "^4.0.1",
"gulp-rename": "^2.0.0",
"postcss-import": "^14.0.2",
"postcss": "^8.3.11"
},
"keywords": [
"tailwind",
"ayuwind",
"dashboard",
"template",
"admin"
],
"dependencies": {
"alpinejs": "^3.4.2",
"tailwindcss": "^2.2.17",
"tailwindcss-multi-theme": "^1.0.4"
}
}