-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": "Pierre-Yves Landuré",
"bugs": {
"url": "https://github.com/biapy/biapy-hugo-theme/issues"
},
"comments": {
"dependencies": {},
"devDependencies": {
"@fullhuman/postcss-purgecss": "project",
"@tailwindcss/container-queries": "project",
"@tailwindcss/typography": "project",
"autoprefixer": "project",
"daisyui": "project",
"postcss": "project",
"postcss-cli": "project",
"postcss-import": "project",
"postcss-nested": "project",
"prettier": "project",
"stylelint": "project",
"stylelint-config-standard": "project",
"tailwindcss": "project"
}
},
"dependencies": {},
"description": "Tailwind CSS theme for a helpdesk",
"devDependencies": {
"@fullhuman/postcss-purgecss": "latest",
"@tailwindcss/container-queries": "latest",
"@tailwindcss/typography": "latest",
"autoprefixer": "latest",
"daisyui": "latest",
"postcss": "latest",
"postcss-cli": "latest",
"postcss-import": "latest",
"postcss-nested": "latest",
"prettier": "latest",
"stylelint": "latest",
"stylelint-config-standard": "latest",
"tailwindcss": "latest"
},
"homepage": "https://github.com/biapy/biapy-hugo-theme#readme",
"keywords": [
"biapy",
"tailwind",
"hugo",
"theme",
"helpdesk"
],
"license": "MIT",
"main": "postcss.config.js",
"name": "biapy-hugo-theme",
"repository": {
"type": "git",
"url": "git+https://github.com/biapy/biapy-hugo-theme.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}