dependabot-preview[bot] 24cb394a0f
Bump tailwindcss from 1.6.2 to 1.7.3 (#111)
Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.6.2 to 1.7.3.
- [Release notes](https://github.com/tailwindcss/tailwindcss/releases)
- [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.6.2...v1.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-21 21:44:07 -05:00

39 lines
1.0 KiB
JSON

{
"name": "jekyll-starter-tailwind",
"version": "6.0.0",
"description": "A starter kit for using Tailwind with Jekyll",
"main": "gulpfile.babel.js",
"devDependencies": {
"autoprefixer": "9.8.6",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "2.26.12",
"cross-env": "7.0.2",
"cross-spawn": "7.0.3",
"cssnano": "4.1.10",
"gulp": "4.0.2",
"gulp-postcss": "8.0.0",
"postcss-import": "12.0.1",
"tailwindcss": "1.7.3"
},
"scripts": {
"build:production": "cross-env NODE_ENV=production gulp",
"build:dev": "cross-env NODE_ENV=development gulp",
"build": "npm run build:production",
"dev": "cross-env NODE_ENV=development gulp serve",
"start": "npm run dev"
},
"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"
}
}