forked from gc-da11yn/gc-da11yn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.46 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "gc-da11yn.github.io",
"version": "1.0.0",
"description": "A sharing space for resources created by employees of the Government of Canada (GC) to promote in the open. Following the Treasury Board of Canada Secretariat's Directive on Open Government.",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eleventy": "npx eleventy",
"watch:eleventy": "eleventy --serve",
"sass-start": "sass src/_scss/base.scss _site/css/da11yn.css",
"sass-build": "sass --style=compressed src/_scss/base.scss _site/css/da11yn.css",
"watch:sass": "npm run sass-start -- --watch",
"start": "npm-run-all sass-start --parallel watch:*",
"build": "npm-run-all sass-build --parallel eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gc-da11yn/gc-da11yn.github.io.git"
},
"keywords": [
"accessibility",
"Government of Canada",
"sharing space",
"toolkit",
"eleventy"
],
"author": "Government of Canada",
"license": "MIT",
"bugs": {
"url": "https://github.com/gc-da11yn/gc-da11yn.github.io/issues"
},
"homepage": "https://github.com/gc-da11yn/gc-da11yn.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"moment": "^2.29.1",
"npm-run-all": "^4.1.5",
"sass": "^1.32.12"
},
"dependencies": {
"gcweb": "github:wet-boew/themes-cdn#v9.1.0-gcweb",
"wet-boew": "github:wet-boew/wet-boew-cdn#v4.0.42.1"
}
}