-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "t12t.github.io",
"version": "2.0.0",
"description": "The t12t Website",
"author": "Ida Franceen",
"license": "LGPL-3.0+",
"repository": {
"type": "git",
"url": "git+https://github.com/t12t/t12t.github.io.git"
},
"keywords": [
"a11y",
"t12t",
"accessibility"
],
"bugs": {
"url": "https://github.com/t12t/t12t.github.io/issues"
},
"homepage": "https://t12t.se",
"engines": {
"node": "24.12.0",
"npm": "11.6.2"
},
"scripts": {
"test-pa11y": "./node_modules/.bin/pa11y-ci",
"link-test": "linkinator",
"dev": "ELEVENTY_ENV=development eleventy --watch --serve",
"local-prod": "ELEVENTY_ENV=prod eleventy && cd dist && serve .",
"prod": "ELEVENTY_ENV=prod eleventy"
},
"dependencies": {
"@11ty/eleventy": "^3.1.5",
"cssnano": "^7.1.5",
"postcss": "^8.5.10",
"postcss-import": "^16.1.1",
"postcss-mixins": "^12.1.2",
"postcss-nested": "^7.0.2",
"postcss-simple-vars": "^7.0.1"
},
"devDependencies": {
"linkinator": "^7.6.1",
"pa11y-ci": "^4.1.0",
"prettier": "^3.8.3",
"serve": "^14.2.6"
}
}