-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1010 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": "tailwindcss-boilerplate",
"version": "1.0.0",
"description": "Tailwind CSS boilerplate for HTML projects. Bare-bones HTML template with Tailwind CSS, PostCSS, Gulp, Browsersync & Imagemin.",
"main": "index.html",
"scripts": {
"dev": "gulp",
"build": "gulp css",
"build-images": "gulp images"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salttechno/tailwindcss-boilerplate.git"
},
"keywords": [
"tailwindcss",
"boilerplate",
"gulp",
"postcss",
"browsersync",
"imagemin"
],
"author": "salttechno",
"license": "MIT",
"bugs": {
"url": "https://github.com/salttechno/tailwindcss-boilerplate/issues"
},
"homepage": "https://github.com/salttechno/tailwindcss-boilerplate#readme",
"devDependencies": {
"autoprefixer": "^10.2.4",
"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.0",
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3"
},
"dependencies": {}
}