-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"comments": {
"dependencies": {},
"devDependencies": {
"@fullhuman/postcss-purgecss": "project",
"@tailwindcss/aspect-ratio": "project",
"@tailwindcss/forms": "project",
"@tailwindcss/line-clamp": "project",
"@tailwindcss/typography": "project",
"autoprefixer": "project",
"postcss": "project",
"postcss-cli": "project",
"postcss-purgecss": "shell",
"tailwindcss": "project"
}
},
"dependencies": {},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.x",
"@tailwindcss/aspect-ratio": "^0.x",
"@tailwindcss/forms": "^0.x",
"@tailwindcss/line-clamp": "^0.x",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.x",
"postcss": "^8.x",
"postcss-cli": "^9.x",
"postcss-purgecss": "^2.0.3",
"tailwindcss": "^3.x"
},
"license": "MIT",
"name": "hugo-starter-tailwind-basic",
"repository": {
"type": "git",
"url": "https://github.com/bep/hugo-starter-tailwind-basic.git"
},
"version": "0.1.0"
}