-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 5.41 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 5.41 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "oddsite",
"version": "4.0.0",
"homepage": "https://www.oddbird.net",
"title": "OddSite",
"repository": {
"type": "git",
"url": "https://github.com/oddbird/oddleventy.git"
},
"private": true,
"engines": {
"node": "^20",
"yarn": "^4"
},
"type": "module",
"scripts": {
"js": "rollup -c",
"sass": "node scripts/compile-sass.js",
"sassdoc": "sassdoc src/scss/**/*.scss",
"prettier:js": "prettier --write \"**/*.{js,cjs}\"",
"lint:other": "prettier --write \"**/*.{json,yml,scss}\"",
"eslint": "eslint . --fix",
"lint": "run-p lint:js lint:sass lint:other",
"lint:js": "run-s prettier:js eslint",
"lint:sass": "stylelint \"**/*.scss\" --fix",
"eleventy": "eleventy",
"eleventy:serve": "eleventy --serve",
"watch:sass:compile": "chokidar \"src/scss/**/*.scss\" \"./.sassdocrc\" -c \"yarn run-p sass sassdoc\"",
"watch:sass:lint": "chokidar \"**/.stylelintrc.yml\" -c \"yarn lint:sass\"",
"watch:sass": "run-p watch:sass:compile watch:sass:lint",
"watch:js:compile": "rollup -c --watch",
"watch:js:lint": "chokidar \"**/.eslintrc.yml\" -c \"yarn lint:js\"",
"watch:js": "run-p watch:js:compile watch:js:lint",
"site:clean": "rimraf './_site/!(assets)' './_site/assets/!(images)'",
"assets:clean": "rimraf './_built/'",
"serve": "npm-run-all build:assets build:site -p eleventy:serve watch:js watch:sass",
"test": "node --experimental-vm-modules $(yarn bin jest)",
"build:site": "run-s site:clean sassdoc",
"build:assets": "npm-run-all assets:clean -p js sass",
"build:images": "IMAGE_CACHE_REBUILD=true yarn build",
"build": "run-s build:assets build:site eleventy",
"build:prod": "NETLIFY=true CONTEXT=production yarn build",
"webmentions": "node scripts/fetch-webmentions.js",
"prod": "yarn build",
"checklinks:internal": "npx --yes --package=hyperlink --package=tap-spot -- 'hyperlink --canonicalroot https://www.oddbird.net/ --root _site/ -r -p -i --skip \".css.map\" --skip \".js.map\" --skip \"feed.atom\" --skip \"/docs/\" _site/index.html | tap-spot'",
"checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=localhost --exclude=oddsite.local --exclude=stackoverflow.com --exclude=codepen.io --exclude=linkedin.com --exclude=projects.invisionapp.com --exclude=docs.github.com --exclude=www.sass.hk --exclude=www.drupal.org --exclude=www.canva.com --exclude=www.fastcompany.com --exclude=duabuset-tandem.com --exclude=puta-elementa.com --exclude=campaignzero.org --exclude=twitter.com --exclude=vimeo.com --exclude=slideshare.net --exclude=coachhub.resilienceboost.com --exclude=bsky.app --exclude=nativesintech.org --exclude=gsap.com --exclude=cps.edu --exclude=siegemedia.com --exclude=patreon.com --exclude=blog.natbat.net --exclude=figma.com --exclude=theworkitem.com --exclude=substack.com --exclude=info.cern.ch --exclude=apps.microsoft.com --exclude=jonathanharrell.com --exclude=breakpoint-sass.com --exclude=fontspring.com --exclude=thebuild.com --exclude=buff.ly --exclude=askubuntu.com --exclude=sitepoint.com --exclude=marketplace.visualstudio.com https://www.oddbird.net'",
"checklinks": "run-s checklinks:internal checklinks:external"
},
"imports": {
"#filters/*": "./src/filters/*"
},
"dependencies": {
"@algolia/algoliasearch-netlify-frontend": "^1.0.15",
"@oddbird/browser-support": "^0.1.2",
"@oddbird/css-anchor-positioning": "^0.9.0",
"@oddbird/popover-polyfill": "^0.6.1",
"accoutrement": "^4.0.7",
"cascading-color-systems": "^0.1.0-beta.18",
"cssremedy": "^0.1.0-beta.2"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-fetch": "^5.1.2",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-rss": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@11ty/is-land": "^5.0.1",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@date-fns/utc": "^2.1.1",
"@eslint/js": "^10.0.1",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@tommoor/remove-markdown": "^0.3.2",
"autoprefixer": "^10.5.0",
"chalk": "^5.6.2",
"chokidar-cli": "^3.0.0",
"core-js": "^3.49.0",
"date-fns": "^4.1.0",
"dotenv": "^17.4.2",
"doxray": "^0.11.0",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-simple-import-sort": "^13.0.0",
"fs-extra": "^11.3.4",
"globals": "^17.5.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"js-yaml": "^4.1.1",
"lite-youtube-embed": "^0.3.4",
"lodash-es": "^4.18.1",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"mockdate": "^3.0.5",
"netlify-plugin-11ty": "^1.5.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.10",
"posthtml": "^0.16.7",
"prettier": "^3.8.3",
"rimraf": "^6.1.3",
"rollup": "^4.60.2",
"sanitize-html": "^2.17.3",
"sass-embedded": "^1.99.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^7.0.1",
"slugify": "^1.6.9",
"striptags": "^3.2.0",
"stylelint": "^17.8.0",
"stylelint-config-standard-scss": "^17.0.0",
"truncate-html": "^1.2.2",
"typescript": "^6.0.3",
"typogr": "^0.6.8"
},
"packageManager": "yarn@4.14.1"
}