19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bep/hugo-starter-tailwind-basic.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.4.1",
|
|
"autoprefixer": "^10.3.1",
|
|
"postcss": "^8.3.6",
|
|
"postcss-cli": "^8.3.1",
|
|
"postcss-purgecss": "^2.0.3",
|
|
"tailwindcss": "^2.2.7"
|
|
},
|
|
"name": "hugo-starter-tailwind-basic",
|
|
"version": "0.1.0"
|
|
}
|