forked from letsencrypt/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.03 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.03 KB
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
{
"name": "letsencrypt.org",
"version": "1.0.0",
"description": "Let's Encrypt website",
"devDependencies": {
"@tailwindcss/cli": "^4.1.16",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"htmlhint": "^1.6.3",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"tailwindcss": "^4.1.15"
},
"scripts": {
"test:htmllint": "htmlhint 'content/**/*.html'",
"test:eslint": "eslint static/js --ext .js",
"test": "npm run test:htmllint && npm run test:eslint",
"test:html5validate": "html5validator --root public --blacklist documents a-warm-welcome-to-asn1-and-der donate donate-2024 donate fontawesome-free-6.5.2-web --format text --ignore 'aspect-ratio'",
"build": "hugo -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/letsencrypt/website.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/letsencrypt/website/issues"
},
"homepage": "https://github.com/letsencrypt/website#readme"
}