mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
35 lines
1,013 B
JSON
35 lines
1,013 B
JSON
{
|
|
"name": "zola-tailwind",
|
|
"version": "0.1.0",
|
|
"description": "A theme for Zola SSG built with tailwind css",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development postcss ./src/css/main.css -o ./static/css/main.css --verbose ",
|
|
"watch": "NODE_ENV=development postcss ./src/css/main.css -o ./static/css/main.css -w --verbose",
|
|
"prod": "NODE_ENV=production postcss ./src/css/main.css -o ./static/css/main.css --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tchartron/zola-tailwind.git"
|
|
},
|
|
"keywords": [
|
|
"zola",
|
|
"ssg",
|
|
"theme",
|
|
"tailwindcss",
|
|
"tailwind",
|
|
"tchartron"
|
|
],
|
|
"author": "Thomas Chartron",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tchartron/zola-tailwind/issues"
|
|
},
|
|
"homepage": "https://github.com/tchartron/zola-tailwind#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.0",
|
|
"cssnano": "^5.0.9",
|
|
"postcss": "^8.3.11",
|
|
"postcss-cli": "^9.0.2",
|
|
"tailwindcss": "^2.2.19"
|
|
}
|
|
}
|