mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-12 06:44:48 +00:00
07d7c46ea1
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.0...v1.9.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
39 lines
1.0 KiB
JSON
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.9.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|