forked from weeblrpress/clearstatustheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 787 Bytes
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
{
"name": "ClearStatusTheme",
"version": "0.9.0",
"description": "A Hugo-based status page",
"author": "WeeblrPress <contact@weeblrpress.com> (https://www.weeblrpress.com)",
"repository": {
"type": "git",
"url": "https://github.com/weeblrpress/clearstatustheme.git"
},
"keywords": [
"statuspage",
"status",
"downtime",
"customer",
"maintenance",
"hugo",
"theme",
"static",
"netlify"
],
"license": "ISC",
"homepage": "https://github.com/weeblrpress/clearstatustheme",
"issues": "https://github.com/weeblrpress/clearstatustheme/issues",
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"postcss-cli": "^6.1.3",
"postcss-import": "^12.0.1",
"tailwindcss": "^0.7.4"
},
"devDependencies": {}
}