-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "curriculum",
"description": "The Bootstrap Curriculum Library and Build System",
"repository": {
"type": "git",
"url": "git+https://github.com/bootstrapworld/curriculum.git"
},
"contributors": [
"Flannery Denny",
"Emmanuel Schanzer",
"Dorai Sitaram",
"Rachel Tabak"
],
"license": "CC-BY-NC-ND",
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"@wcrichto/quiz": "^0.3.8",
"asciidoctor": "^3.0.4",
"canvas": "^3.0.0",
"codemirror": "^5.65.18",
"embed-repartee-example": "github:jpolitz/embed-repartee-example",
"hunspell-spellchecker": "^1.0.2",
"less": "^4.2.1",
"mathjax": "^3.2.2",
"md2googleslides": "github:bootstrapworld/md2googleslides",
"pdf-lib": "^1.17.1",
"pnpm": "^9.12.1",
"progress": "^2.0.3",
"puppeteer": "^23.11.1",
"puppeteer-cluster": "^0.24.0"
},
"overrides": {
"native-css": {
"css": "^3.0.0"
},
"highlight.js": {
"highlight.js": "^11.11.1"
}
},
"engines": {
"npm": ">=9",
"node": ">=22.5.0"
}
}