-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.12 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.12 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
33
34
{
"name": "scangov-docs",
"version": "1.0.0",
"type": "module",
"description": "ScanGov documentation",
"scripts": {
"build": "npm run concat:css && npx @11ty/eleventy --quiet",
"build-ghpages": "npm run concat:css && npx @11ty/eleventy --pathprefix=/docs/",
"concat:css": "cat public/css/scangov.css public/assets/bootstrap/css/bootstrap.css public/assets/font-awesome/css/all.css > scripts/bundle.css",
"start": "node scripts/getcomponents.js && npm run concat:css && npx @11ty/eleventy --serve --quiet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScanGov/docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ScanGov/docs/issues"
},
"homepage": "https://github.com/ScanGov/docs#readme",
"dependencies": {
"@11ty/eleventy": "^3.1.0",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
"@11ty/font-awesome": "github:aaronhans/eleventy-plugin-font-awesome",
"clean-css": "^5.3.3",
"html-minifier-terser": "^7.2.0",
"luxon": "^3.5.0",
"purgecss": "^7.0.2"
}
}