forked from dirkolbrich/hugo-tailwindcss-starter-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 773 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"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 <[email protected]>",
"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.x",
"tailwindcss": "^3.x"
}
}