File: /var/www/dk/wp-content/themes/food/tw-config/food/package.json
{
"name": "tailwind-jit-demo",
"version": "1.0.0",
"description": "This is a Tailwind JIT demo repo created by Shadow Smith.",
"main": "index.js",
"scripts": {
"dev": "postcss tailwind.css -o ../../css/style.css --verbose -w",
"build": "postcss tailwind.css -o ../../css/style.css --verbose && ls -S -lh ../../css/style.css | awk '{print \"Size: \" $5}'"
},
"keywords": [
"Tailwind",
"Tailwind JIT"
],
"author": "Shadow Smith",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.8",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.1.1"
},
"dependencies": {
"daisyui": "^2.15.4"
}
}