38 lines
949 B
JSON
38 lines
949 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|