-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
116 lines (116 loc) · 3.88 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
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
{
"name": "@openinf/portal",
"author": "The OpenINF Authors & Friends",
"private": "true",
"description": "The OpenINF portal, other static resources, and more static electricity",
"packageManager": "pnpm@9.15.3",
"engines": {
"node": "22.13.0",
"pnpm": "9.15.3"
},
"exports": {
"./build/constants": "./build/shared/constants.mjs",
"./build/tasks/eleventify": "./build/tasks/compile/eleventify.mjs",
"./build/tasks/imagize": "./build/tasks/compile/imagize.mjs",
"./build/tasks/jsify": "./build/tasks/compile/jsify.mjs",
"./build/tasks/scssify": "./build/tasks/compile/scssify.mjs",
"./build/utils": "./build/utils.mjs"
},
"homepage": "open.inf.is",
"repository": "OpenINF/open.inf.is",
"scripts": {
"build": "nps build",
"start": "nps",
"test": "nps test"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@biomejs/biome": "1.9.4",
"@cspell/dict-lorem-ipsum": "4.0.4",
"@isaacs/catcher": "1.0.4",
"@openinf/gh-file-importer": "2.0.1",
"@shopify/prettier-plugin-liquid": "1.6.3",
"@tsconfig/node-lts": "22.0.1",
"@types/console-log-level": "1.4.5",
"@types/gulp": "4.0.17",
"@types/js-yaml": "4.0.9",
"@types/node": "22.10.5",
"@yarnpkg/shell": "4.1.1",
"autoprefixer": "10.4.20",
"bootstrap": "5.3.3",
"browser-sync": "3.0.3",
"browserslist-lint": "0.3.3",
"console-log-level": "1.4.1",
"cspell": "8.17.1",
"cssnano": "7.0.6",
"dictionary-en": "4.0.0",
"dprint": "0.48.0",
"editorconfig-checker": "6.0.1",
"globby": "14.0.2",
"gulp": "5.0.0",
"gulp-dart-sass": "1.1.0",
"gulp-postcss": "10.0.0",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "3.0.0",
"markdown-it": "14.1.0",
"markdown-it-abbr": "2.0.0",
"markdown-it-anchor": "9.2.0",
"markdown-it-footnote": "4.0.0",
"markdown-it-sub": "2.0.0",
"markdown-it-sup": "2.0.0",
"markdown-it-task-lists": "2.1.1",
"markdownlint-cli2": "0.17.1",
"markdownlint-cli2-formatter-default": "0.0.5",
"nps": "5.10.0",
"prettier": "3.4.2",
"remark": "15.0.1",
"remark-cli": "12.0.1",
"remark-directive": "3.0.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-github": "12.0.0",
"remark-heading-id": "1.0.1",
"remark-hint": "1.0.10",
"remark-html": "16.0.1",
"remark-lint": "10.0.0",
"remark-lint-checkbox-character-style": "5.0.0",
"remark-lint-checkbox-content-indent": "5.0.0",
"remark-lint-code-block-style": "4.0.0",
"remark-lint-definition-spacing": "4.0.0",
"remark-lint-fenced-code-flag": "4.0.0",
"remark-lint-first-heading-level": "4.0.0",
"remark-lint-maximum-line-length": "4.0.1",
"remark-lint-no-duplicate-headings-in-section": "4.0.0",
"remark-lint-no-file-name-consecutive-dashes": "3.0.0",
"remark-lint-no-file-name-irregular-characters": "3.0.0",
"remark-lint-no-file-name-mixed-case": "3.0.0",
"remark-lint-no-heading-punctuation": "4.0.0",
"remark-preset-lint-consistent": "6.0.0",
"remark-preset-lint-markdown-style-guide": "6.0.0",
"remark-preset-lint-recommended": "7.0.0",
"remark-preset-prettier": "2.0.1",
"remark-retext": "6.0.0",
"remark-validate-links": "13.0.2",
"retext-english": "5.0.0",
"retext-equality": "7.1.0",
"retext-passive": "5.0.0",
"retext-profanities": "8.0.0",
"retext-readability": "8.0.0",
"retext-repeated-words": "5.0.0",
"retext-sentence-spacing": "6.0.0",
"retext-simplify": "8.0.0",
"retext-spell": "6.1.0",
"retext-syntax-mentions": "4.0.0",
"retext-syntax-urls": "4.0.0",
"strip-comments": "2.0.1",
"stylelint": "16.13.0",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard-scss": "14.0.0",
"tsx": "4.19.2",
"typescript": "5.7.3",
"unified": "11.0.5",
"vnu-jar": "24.10.17",
"zod": "3.24.1",
"zod-validation-error": "3.4.0"
}
}