-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 978 Bytes
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
{
"name": "gulp-tailwind",
"description": "Gulp tailwind project template",
"author": "Bojan Gabric <bojan@bojangabric.com>",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build",
"dev": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"aos": "3.0.0-beta.6",
"flickity": "2.2.2",
"jquery": "3.6.0",
"smooth-scroll": "16.1.3",
"tailwindcss": "^2.2.17"
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"browser-sync": "2.27.5",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-cached": "1.1.1",
"gulp-clean-css": "4.3.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "2.3.0",
"gulp-if": "3.0.0",
"gulp-npm-dist": "1.0.3",
"gulp-postcss": "^9.0.1",
"gulp-replace": "1.1.3",
"gulp-sass": "5.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-useref": "5.0.0",
"postcss": "^8.3.11",
"sass": "^1.43.2"
}
}