-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.76 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.76 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "scangov-docs",
"version": "1.0.0",
"description": "ScanGov documentation",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ScanGov/docs.git"
},
"type": "module",
"scripts": {
"build": "npm run concat:css && npx @11ty/eleventy --quiet",
"build-nocolor": "npm run concat:css && cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy",
"build-ghpages": "npm run concat:css && npx @11ty/eleventy --pathprefix=/scangov/",
"concat:css": "cat public/css/code.css public/css/scangov.css public/assets/bootstrap/css/bootstrap.css public/assets/font-awesome/css/all.css > scripts/bundle.css",
"start": "npm run concat:css && node scripts/getcomponents.js && npx @11ty/eleventy --serve --quiet",
"debug": "npm run concat:css && cross-env DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "npm run concat:css && cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.1-alpha.4",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"cross-env": "^7.0.3",
"csv-parse": "^5.6.0",
"follow-redirects": "^1.15.6",
"luxon": "^3.5.0",
"readline-sync": "^1.4.10",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.1"
},
"dependencies": {
"@11ty/font-awesome": "github:aaronhans/eleventy-plugin-font-awesome",
"@11ty/is-land": "^4.0.0",
"clean-css": "^5.3.3",
"html-minifier-terser": "^7.2.0",
"purgecss": "^7.0.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ScanGov/docs/issues"
},
"homepage": "https://github.com/ScanGov/docs#readme"
}