39 lines
1.0 KiB
JSON
Raw Normal View History

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": {
"autoprefixer": "9.8.6",
2019-05-08 01:59:26 +00:00
"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",
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",
"postcss-import": "12.0.1",
"tailwindcss": "1.9.2"
2017-11-08 20:34:49 -06:00
},
2018-04-26 13:56:08 -05:00
"scripts": {
"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",
"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
},
"repository": {
"type": "git",
2019-08-19 19:14:20 -05:00
"url": "https://github.com/taylorbryant/jekyll-starter-tailwind.git"
},
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
}