-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.23 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 3.23 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
{
"name": "@openinf/portal",
"author": "The OpenINF Authors & Friends",
"private": "true",
"description": "The front door to everything OpenINF makes",
"packageManager": "pnpm@11.21.0",
"engines": {
"node": "24.19.0",
"pnpm": "11.21.0"
},
"exports": {
"./build/commit-message": "./build/shared/commit-message.mts",
"./build/constants": "./build/shared/constants.mts",
"./build/landing": "./build/shared/landing.mts",
"./build/pull-request": "./build/shared/pull-request.mts",
"./build/utils": "./build/utils.mts"
},
"homepage": "open.inf.is",
"repository": "OpenINF/openinf.github.io",
"scripts": {
"build": "nps build",
"start": "nps",
"test": "nps test"
},
"devDependencies": {
"@11ty/eleventy": "3.1.6",
"@biomejs/biome": "2.5.7",
"@cspell/dict-lorem-ipsum": "4.0.5",
"@isaacs/catcher": "1.0.4",
"@openinf/gh-file-importer": "2.0.1",
"@shopify/prettier-plugin-liquid": "1.11.0",
"@tsconfig/node-lts": "24.0.0",
"@types/console-log-level": "1.4.5",
"@types/node": "24.13.3",
"@yarnpkg/shell": "4.1.3",
"autoprefixer": "10.5.4",
"bootstrap": "5.3.8",
"browserslist-lint": "0.4.0",
"console-log-level": "1.4.1",
"cspell": "10.0.1",
"cssnano": "8.0.5",
"dprint": "0.55.2",
"editorconfig-checker": "6.1.1",
"js-yaml": "5.2.3",
"markdown-it-abbr": "2.0.0",
"markdown-it-anchor": "9.2.1",
"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.23.2",
"markdownlint-cli2-formatter-default": "0.0.6",
"nps": "5.10.0",
"postcss": "8.5.26",
"prettier": "3.9.6",
"remark": "15.0.1",
"remark-cli": "12.0.1",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.1",
"remark-lint": "10.0.1",
"remark-lint-checkbox-character-style": "5.0.1",
"remark-lint-checkbox-content-indent": "5.0.1",
"remark-lint-fenced-code-flag": "4.2.0",
"remark-lint-first-heading-level": "4.0.1",
"remark-lint-maximum-line-length": "4.1.1",
"remark-lint-no-duplicate-headings-in-section": "4.0.1",
"remark-lint-no-emphasis-as-heading": "4.0.1",
"remark-lint-no-file-name-consecutive-dashes": "3.0.1",
"remark-lint-no-file-name-irregular-characters": "3.0.1",
"remark-lint-no-file-name-mixed-case": "3.0.1",
"remark-lint-no-heading-punctuation": "4.0.1",
"remark-lint-no-undefined-references": "5.0.2",
"remark-preset-lint-consistent": "6.0.1",
"remark-preset-lint-markdown-style-guide": "6.0.1",
"remark-preset-lint-recommended": "7.0.1",
"remark-preset-prettier": "2.0.2",
"remark-retext": "6.0.1",
"remark-validate-links": "13.1.0",
"retext-english": "5.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-syntax-mentions": "4.0.0",
"retext-syntax-urls": "4.0.0",
"sass": "1.102.0",
"stylelint": "17.14.1",
"stylelint-config-recess-order": "7.7.0",
"stylelint-config-standard-scss": "17.0.0",
"typescript": "7.0.2",
"unified": "11.0.5",
"vnu-jar": "26.8.6",
"zod": "4.4.3",
"zod-validation-error": "5.0.0"
}
}