forked from a11yproject/a11yproject.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.61 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "the-a11y-project",
"description": "A community-driven effort to make digital accessibility easier.",
"homepage": "https://a11yproject.com/",
"version": "1.5.0",
"license": "Apache-2.0",
"author": "Dave Rupert (https://daverupert.com/)",
"contributors": [
"Carie Fisher (https://www.linkedin.com/in/cehfisher/)",
"Dennis Gaebel <[email protected]> (https://droidpinkman.io/)",
"Eric Bailey <[email protected]> (https://ericwbailey.design/)",
"Jen Downs (https://jen.dev/)",
"Jerry Jones (http://jeremyjon.es/)",
"Saptak Sengupta (https://saptaks.website/)",
"Scott O'Hara <[email protected]> (https://www.scottohara.me/)",
"Scott Vinkle <[email protected]> (https://svinkle.me/)",
"Soren Hamby <[email protected]> (https://svinkle.me/)",
"Tatiana Mac (https://tatianamac.com/)",
"Wayne Elgin (https://twitter.com/esjay)"
],
"scripts": {
"start": "npx @11ty/eleventy --watch | gulp watch",
"a11yproject": "npm start",
"publish": "npx gulp && npx @11ty/eleventy",
"clean": "rm -rf ./dist",
"eleventy-build": "npx @11ty/eleventy",
"eleventy-watch": "npx @11ty/eleventy --watch",
"eleventy-debug": "DEBUG=* npx @11ty/eleventy",
"gulp-build": "gulp",
"gulp-watch": "gulp watch"
},
"keywords": [
"a11y",
"accessibility",
"community",
"inclusive-design"
],
"repository": {
"type": "git",
"url": "git://github.com/a11yproject/a11yproject.com"
},
"bugs": {
"url": "https://github.com/a11yproject/a11yproject.com/issues",
"email": "[email protected]"
},
"browserslist": [
"last 2 version",
"> 0.25%",
"ie >= 11"
],
"dependencies": {
"mappy-breakpoints": "^0.2.3",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@11ty/eleventy": "0.11.1",
"@11ty/eleventy-navigation": "0.1.6",
"@11ty/eleventy-plugin-rss": "1.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "3.0.6",
"debug": "^4.1.1",
"del": "3.0.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-flatmap": "1.0.2",
"gulp-header": "2.0.5",
"gulp-jshint": "2.1.0",
"gulp-optimize-js": "1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-purgecss": "^2.3.0",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-stylelint": "^8.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "2.1.0",
"gulp-uglify-es": "^2.0.0",
"html-minifier": "^4.0.0",
"jshint": "2.9.6",
"jshint-stylish": "2.2.1",
"kss": "^3.0.0-beta.23",
"lazypipe": "1.0.1",
"luxon": "^1.0.0",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-footnote": "^3.0.2",
"moment": "^2.24.0",
"stylelint": "^9.9.0"
}
}