-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.69 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.69 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
{
"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",
"@vitejs/plugin-react": "^5.1.2",
"asciidoctor": "^3.0.4",
"canvas": "^3.2.3",
"codemirror": "^5.65.20",
"embed-repartee-example": "github:jpolitz/embed-repartee-example",
"glob": "^13.0.0",
"hunspell-spellchecker": "^1.0.2",
"less": "^4.5.1",
"mathjax": "^4.1.0",
"md2googleslides": "github:bootstrapworld/md2googleslides",
"mdquiz": "github:bootstrapworld/mdquiz",
"pdf-lib": "^1.17.1",
"progress": "^2.0.3",
"puppeteer": "^24.36.0",
"puppeteer-cluster": "^0.25.0",
"pyret-embed": "^0.0.57",
"pyret-npm": "^0.0.90",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-loader-spinner": "^6.1.6"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"vite": "^6.2.0"
},
"overrides": {
"native-css": {
"css": "^3.0.0"
},
"highlight.js": {
"highlight.js": "^11.11.1"
},
"glob": {
"glob": "9"
},
"react-loader-spinner": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
},
"engines": {
"npm": ">=11",
"node": ">=24.7.0"
}
}