forked from taylorbryant/jekyll-starter-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 949 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 949 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": "jekyll-starter-tailwind",
"version": "5.0.12",
"description": "A starter kit for using Tailwind with Jekyll",
"main": "gulpfile.babel.js",
"devDependencies": {
"autoprefixer": "9.7.3",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "2.26.7",
"cssnano": "4.1.10",
"gulp": "4.0.2",
"gulp-if": "3.0.0",
"gulp-postcss": "8.0.0",
"gulp-purgecss": "1.2.0",
"gulp-sourcemaps": "2.6.5",
"postcss-import": "12.0.1",
"tailwindcss": "1.1.4"
},
"scripts": {
"build": "NODE_ENV=production gulp",
"build:dev": "gulp",
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "https://github.com/taylorbryant/jekyll-starter-tailwind.git"
},
"author": "Taylor Bryant",
"license": "MIT",
"bugs": {
"url": "https://github.com/taylorbryant/jekyll-starter-tailwind/issues"
},
"publishConfig": {
"access": "public"
}
}