|
19 | 19 | "start": "npm-run-all build:sass build:postcss --parallel watch:*", |
20 | 20 | "build": "npm-run-all build:sass build:postcss build:eleventy images", |
21 | 21 | "lint:scss": "stylelint \"**/*.{scss,html}\"", |
| 22 | + "lint:links": "cross-env NODE_OPTIONS=--max-old-space-size=4096 node tools/validate-links.js", |
22 | 23 | "lint:fix:scss": "npm run lint:scss -- --fix" |
23 | 24 | }, |
24 | 25 | "devDependencies": { |
|
27 | 28 | "@11ty/eleventy-navigation": "^0.3.2", |
28 | 29 | "@11ty/eleventy-plugin-rss": "^1.1.1", |
29 | 30 | "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2", |
| 31 | + "@munter/tap-render": "^0.2.0", |
30 | 32 | "@types/markdown-it": "^12.2.3", |
31 | 33 | "algoliasearch": "^4.12.1", |
32 | 34 | "autoprefixer": "^10.4.13", |
| 35 | + "cross-env": "^7.0.3", |
33 | 36 | "cssnano": "^5.1.14", |
34 | 37 | "dom-parser": "^0.1.6", |
35 | 38 | "eleventy-plugin-nesting-toc": "^1.3.0", |
36 | 39 | "eleventy-plugin-page-assets": "^0.3.0", |
37 | 40 | "eleventy-plugin-reading-time": "^0.0.1", |
38 | 41 | "github-slugger": "^1.5.0", |
| 42 | + "hyperlink": "^5.0.4", |
39 | 43 | "imagemin": "^8.0.1", |
40 | 44 | "imagemin-cli": "^7.0.0", |
41 | 45 | "js-yaml": "^3.14.1", |
|
53 | 57 | "stylelint": "^14.13.0", |
54 | 58 | "stylelint-config-html": "^1.1.0", |
55 | 59 | "stylelint-config-standard": "^29.0.0", |
56 | | - "stylelint-config-standard-scss": "^5.0.0" |
| 60 | + "stylelint-config-standard-scss": "^5.0.0", |
| 61 | + "tap-spot": "^1.1.2" |
57 | 62 | }, |
58 | 63 | "engines": { |
59 | 64 | "node": ">=14.0.0" |
|
0 commit comments