2017-11-09 02:34:49 +00:00
|
|
|
{
|
2019-05-08 03:24:39 +00:00
|
|
|
"name": "@oddstronaut/tailwind-jekyll",
|
2019-08-14 12:03:54 +00:00
|
|
|
"version": "5.0.12",
|
2017-11-09 02:34:49 +00:00
|
|
|
"description": "A starter kit for using Tailwind with Jekyll",
|
2019-07-17 02:36:03 +00:00
|
|
|
"main": "gulpfile.babel.js",
|
2017-11-09 02:34:49 +00:00
|
|
|
"devDependencies": {
|
2019-07-05 21:27:02 +00:00
|
|
|
"autoprefixer": "9.6.1",
|
2019-05-08 01:59:26 +00:00
|
|
|
"babel-preset-env": "1.7.0",
|
|
|
|
"babel-register": "6.26.0",
|
2019-06-07 08:38:59 +00:00
|
|
|
"browser-sync": "2.26.7",
|
2019-05-09 21:09:10 +00:00
|
|
|
"cssnano": "4.1.10",
|
2019-05-09 21:14:05 +00:00
|
|
|
"gulp": "4.0.2",
|
2019-07-18 13:38:20 +00:00
|
|
|
"gulp-if": "3.0.0",
|
2019-05-10 00:49:32 +00:00
|
|
|
"gulp-postcss": "8.0.0",
|
2019-05-10 19:44:56 +00:00
|
|
|
"gulp-purgecss": "1.2.0",
|
2019-05-10 19:43:55 +00:00
|
|
|
"gulp-sourcemaps": "2.6.5",
|
2019-05-10 00:49:57 +00:00
|
|
|
"postcss-import": "12.0.1",
|
2019-08-14 12:03:54 +00:00
|
|
|
"tailwindcss": "1.1.2"
|
2017-11-09 02:34:49 +00:00
|
|
|
},
|
2018-04-26 18:56:08 +00:00
|
|
|
"scripts": {
|
2018-12-16 21:27:09 +00:00
|
|
|
"build": "NODE_ENV=production gulp",
|
|
|
|
"build:dev": "gulp",
|
2018-11-06 16:57:51 +00:00
|
|
|
"start": "gulp serve"
|
2018-04-26 18:56:08 +00:00
|
|
|
},
|
2019-03-19 15:03:47 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-05-08 03:24:39 +00:00
|
|
|
"url": "https://github.com/oddstronaut/tailwind-jekyll.git"
|
2019-03-19 15:03:47 +00:00
|
|
|
},
|
2017-11-21 01:24:52 +00:00
|
|
|
"author": "Taylor Bryant",
|
2019-07-17 02:31:19 +00:00
|
|
|
"license": "MIT",
|
2019-05-08 03:24:39 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/oddstronaut/tailwind-jekyll/issues"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2017-11-09 02:34:49 +00:00
|
|
|
}
|