forked from Access4all/adg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.38 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.38 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
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
{
"name": "accessibility-developer-guide",
"version": "0.0.1",
"description": "",
"repository": "github:Access4all/adg",
"main": "index.js",
"scripts": {
"start": "gulp --watch",
"build": "gulp build",
"rebuild": "gulp rebuild",
"gulp": "gulp",
"prettier": "prettier-standard '**/*.js'",
"precommit": "npm run prettier",
"update": "npx npm-check -u",
"dev": "node --inspect node_modules/.bin/gulp"
},
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": [
"defaults",
"> 1%",
"iOS >= 8.4"
],
"engines": {
"node": ">=10"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.6",
"@gerhobbelt/markdown-it-responsive": "github:GerHobbelt/markdown-it-responsive",
"ansi-colors": "^4.1.1",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fancy-log": "^1.3.3",
"feed": "^4.0.0",
"front-matter": "^3.0.2",
"fs": "0.0.2",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-front-matter": "^1.3.0",
"gulp-hb": "^8.0.0",
"gulp-jimp-resize": "github:CSKingMartin/gulp-jimp-resize",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-prettify": "^0.5.0",
"gulp-sass": "^4.0.2",
"gulp.spritesmith": "^6.11.0",
"highlight.js": "^9.16.2",
"husky": "^3.1.0",
"jsdom": "^15.2.1",
"lodash": "^4.17.15",
"markdown-it": "^10.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-attrs": "^3.0.1",
"markdown-it-deflist": "^2.0.3",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-kbd": "^2.0.0",
"markdown-it-regexp": "^0.4.0",
"markdown-it-replacements": "^1.0.1",
"markdown-it-samp": "0.0.4",
"merge-stream": "^2.0.0",
"minimist": "^1.2.3",
"node-sass-globbing": "0.0.23",
"prettier-standard": "^16.1.0",
"require-new": "^1.1.1",
"sitemap": "^5.1.0",
"webpack": "^4.41.2"
},
"dependencies": {
"ajv": "^6.10.2",
"details-polyfill": "^1.1.0",
"jquery": "^3.5.0",
"normalize-strings": "^1.1.0"
}
}