-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 851 Bytes
/
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
{
"name": "wcag",
"private": true,
"version": "0.1.0",
"description": "Web Content Accessibility Guidelines",
"type": "module",
"scripts": {
"build": "tsx node_modules/@11ty/eleventy/cmd.cjs --config=eleventy.config.ts",
"check": "tsc",
"fmt": "prettier . -w",
"publish-w3c": "WCAG_MODE=publication npm run build && tsx 11ty/cp-cvs.ts",
"start": "npm run build -- --serve"
},
"author": "W3C",
"license": "W3C",
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.14",
"cheerio": "^1.0.0-rc.12",
"glob": "^10.3.16",
"gray-matter": "^4.0.3",
"liquidjs": "^10.14.0",
"lodash-es": "^4.17.21",
"mkdirp": "^3.0.1",
"tsx": "^4.11.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}