forked from rocky-linux/rockylinux.org-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 963 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
26
27
28
29
30
31
32
33
34
35
{
"name": "rockylinux.org",
"version": "1.0.0",
"description": "The website for Rocky Linux, built with Hugo and Tailwind CSS",
"main": "postcss.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rocky-linux/rockylinux.org.git"
},
"keywords": [
"linux",
"enterprise",
"stable"
],
"contributors": [
"Michael Kinder <michael@hostbend.net>",
"Hayden Young <hbjy@rockylinux.org>"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/rocky-linux/rockylinux.org/issues"
},
"homepage": "https://github.com/rocky-linux/rockylinux.org#readme",
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.35",
"postcss-cli": "^8.3.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
}
}