29 lines
823 B
JSON
29 lines
823 B
JSON
|
{
|
||
|
"name": "hugo-theme-tailwindcss-starter",
|
||
|
"version": "0.4.0",
|
||
|
"description": "Starter files for a Hugo theme with Tailwindcss",
|
||
|
"main": "index.js",
|
||
|
"repository": "https://github.com/dirkolbrich/hugo-theme-tailwindcss-starter",
|
||
|
"author": "dirkolbrich <github@dirkolbrich.de>",
|
||
|
"license": "MIT",
|
||
|
"browserslist": [
|
||
|
"last 1 version",
|
||
|
"> 1%",
|
||
|
"maintained node versions",
|
||
|
"not dead"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@tailwindcss/aspect-ratio": "^0.x",
|
||
|
"@tailwindcss/forms": "^0.x",
|
||
|
"@tailwindcss/line-clamp": "^0.x",
|
||
|
"@tailwindcss/typography": "^0.5.x",
|
||
|
"autoprefixer": "^10.x",
|
||
|
"postcss": "^8.x",
|
||
|
"postcss-cli": "^10.1.0",
|
||
|
"tailwindcss": "^3.x"
|
||
|
},
|
||
|
"volta": {
|
||
|
"node": "18.16.1"
|
||
|
}
|
||
|
}
|