2017-11-09 02:34:49 +00:00
|
|
|
{
|
|
|
|
"name": "tailwind-jekyll",
|
2019-03-19 15:03:47 +00:00
|
|
|
"version": "4.0.1",
|
2017-11-09 02:34:49 +00:00
|
|
|
"description": "A starter kit for using Tailwind with Jekyll",
|
2019-01-13 19:29:19 +00:00
|
|
|
"main": "gulpfile.config.js",
|
2017-11-09 02:34:49 +00:00
|
|
|
"devDependencies": {
|
2018-12-24 19:28:06 +00:00
|
|
|
"autoprefixer": "^9.4.3",
|
2018-12-25 07:22:25 +00:00
|
|
|
"babel-preset-env": "^1.7.0",
|
2018-08-10 03:54:58 +00:00
|
|
|
"babel-register": "^6.26.0",
|
2018-12-16 21:27:09 +00:00
|
|
|
"browser-sync": "^2.26.3",
|
2018-12-24 19:28:06 +00:00
|
|
|
"cssnano": "^4.1.8",
|
2018-08-10 03:54:58 +00:00
|
|
|
"gulp": "^4.0.0",
|
2018-11-06 16:57:51 +00:00
|
|
|
"gulp-if": "^2.0.2",
|
2017-11-09 02:34:49 +00:00
|
|
|
"gulp-postcss": "^7.0.0",
|
2018-11-06 16:57:51 +00:00
|
|
|
"gulp-purgecss": "^1.1.1",
|
|
|
|
"gulp-sourcemaps": "^2.6.4",
|
2018-02-13 02:35:57 +00:00
|
|
|
"postcss-import": "^11.1.0",
|
2019-03-19 15:03:47 +00:00
|
|
|
"tailwindcss": "^0.7.4"
|
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",
|
|
|
|
"url": "https://github.com/taylorbryant/tailwind-jekyll.git"
|
|
|
|
},
|
2017-11-21 01:24:52 +00:00
|
|
|
"author": "Taylor Bryant",
|
2018-03-11 05:39:10 +00:00
|
|
|
"license": "ISC"
|
2017-11-09 02:34:49 +00:00
|
|
|
}
|