2017-11-08 20:34:49 -06:00
|
|
|
{
|
2019-08-19 19:14:20 -05:00
|
|
|
"name": "jekyll-starter-tailwind",
|
2020-01-25 12:35:18 -06:00
|
|
|
"version": "6.0.0",
|
2017-11-08 20:34:49 -06:00
|
|
|
"description": "A starter kit for using Tailwind with Jekyll",
|
2019-07-16 21:36:03 -05:00
|
|
|
"main": "gulpfile.babel.js",
|
2017-11-08 20:34:49 -06:00
|
|
|
"devDependencies": {
|
2020-08-03 20:36:34 -05:00
|
|
|
"autoprefixer": "9.8.6",
|
2019-05-08 01:59:26 +00:00
|
|
|
"babel-preset-env": "1.7.0",
|
|
|
|
"babel-register": "6.26.0",
|
2020-07-28 22:15:30 -05:00
|
|
|
"browser-sync": "2.26.12",
|
2020-04-05 11:37:58 -05:00
|
|
|
"cross-env": "7.0.2",
|
2020-05-27 09:33:51 -05:00
|
|
|
"cross-spawn": "7.0.3",
|
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-05-10 00:49:32 +00:00
|
|
|
"gulp-postcss": "8.0.0",
|
2019-05-10 00:49:57 +00:00
|
|
|
"postcss-import": "12.0.1",
|
2020-10-16 14:10:46 -05:00
|
|
|
"tailwindcss": "1.9.2"
|
2017-11-08 20:34:49 -06:00
|
|
|
},
|
2018-04-26 13:56:08 -05:00
|
|
|
"scripts": {
|
2020-04-05 11:37:58 -05:00
|
|
|
"build:production": "cross-env NODE_ENV=production gulp",
|
|
|
|
"build:dev": "cross-env NODE_ENV=development gulp",
|
2020-02-08 13:36:51 -06:00
|
|
|
"build": "npm run build:production",
|
2020-04-05 11:37:58 -05:00
|
|
|
"dev": "cross-env NODE_ENV=development gulp serve",
|
2020-01-25 12:35:18 -06:00
|
|
|
"start": "npm run dev"
|
2018-04-26 13:56:08 -05:00
|
|
|
},
|
2019-03-19 10:03:47 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-08-19 19:14:20 -05:00
|
|
|
"url": "https://github.com/taylorbryant/jekyll-starter-tailwind.git"
|
2019-03-19 10:03:47 -05:00
|
|
|
},
|
2017-11-20 19:24:52 -06:00
|
|
|
"author": "Taylor Bryant",
|
2019-07-16 21:31:19 -05:00
|
|
|
"license": "MIT",
|
2019-05-07 22:24:39 -05:00
|
|
|
"bugs": {
|
2019-08-19 19:14:20 -05:00
|
|
|
"url": "https://github.com/taylorbryant/jekyll-starter-tailwind/issues"
|
2019-05-07 22:24:39 -05:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2017-11-08 20:34:49 -06:00
|
|
|
}
|