forked from gc-da11yn/gc-da11yn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.7 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
44
45
46
47
{
"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": {
"newFolder": "node scripts/create-new-folder.js",
"test": "echo \"Error: no test specified\" && exit 1",
"spellcheck": "cspell --no-progress -u \"src/en/**/*.html\" \"src/en/**/*.md\" \"src/fr/**/*.html\" \"src/fr/**/*.md\"",
"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:*",
"dev": "ELEVENTY_ENV=dev npm-run-all sass-build --parallel eleventy",
"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": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.3",
"@cspell/dict-fr-fr": "^2.1.2",
"cspell": "^6.18.1",
"npm-run-all": "^4.1.5",
"sass": "^1.32.12"
},
"dependencies": {
"prompt-sync": "^4.2.0"
}
}