-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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": "tailwindcss-gulp",
"version": "1.2.0",
"description": "TailwindCSS StarterKit with Gulp 4",
"main": "gulpfile.js",
"dependencies": {
"node-sass": "^5.0.0",
"postcss": "^8.2.9",
"tailwindcss": "^2.1.1"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^3.1.3",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-terser": "^2.0.1",
"gulp-webp": "^4.0.1",
"log-symbols": "^4.1.0"
},
"scripts": {
"dev": "gulp",
"build": "gulp prod",
"prod": "gulp prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manjumjn/gulp-with-tailwindcss.git"
},
"keywords": [
"gulp",
"gulp4",
"tailwind",
"tailwindcss",
"sass"
],
"author": "Manjunath G",
"license": "ISC",
"bugs": {
"url": "https://github.com/manjumjn/gulp-with-tailwindcss/issues"
},
"homepage": "https://github.com/manjumjn/gulp-with-tailwindcss#readme"
}