-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
{
"name": "eventua11y",
"version": "1.0.0",
"description": "A curated list of digital accessibility events",
"main": "index.js",
"scripts": {
"build": "npm run lint:warn && npm run format && npx @11ty/eleventy",
"start": "npm run lint:warn && npx @11ty/eleventy --serve --port=8081 --quiet",
"test": "npx playwright test",
"lint": "eslint .",
"lint:warn": "npx eslint . || true",
"format": "npx prettier --write .",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --port=8081",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattobee/eventua11y.git"
},
"author": "Matt Obee",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattobee/eventua11y/issues"
},
"homepage": "https://github.com/mattobee/eventua11y#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1 <3.0.0",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^2.0.2",
"@11ty/eleventy-plugin-rss": "^2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
"@axe-core/playwright": "^4.10.1",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"dayjs": "^1.11.12",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^2.0.1",
"globals": "^15.12.0",
"markdown-it-anchor": "^9.0.1",
"netlify-cli": "^17.33.4",
"playwright-chromium": "^1.49.0",
"prettier": "3.3.3",
"typescript-eslint": "^8.14.0"
},
"dependencies": {
"@sanity/client": "^6.21.2",
"@sanity/image-url": "^1.0.2",
"dotenv": "^16.3.1"
}
}