-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 728 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 728 Bytes
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
{
"name": "juniorguru",
"engines": {
"node": "24.x"
},
"type": "module",
"dependencies": {
"@fontsource/inter": "5.2.8",
"@popperjs/core": "2.11.8",
"bootstrap-icons": "1.13.1",
"chart.js": "4.5.1",
"chartjs-plugin-annotation": "3.1.0",
"instant.page": "5.2.0",
"lite-youtube-embed": "0.3.4",
"rough-notation": "0.5.1"
},
"devDependencies": {
"@343dev/optimizt": "12.1.1",
"@biomejs/biome": "2.4.10",
"bootstrap": "5.3.8",
"esbuild": "0.28.0",
"esbuild-sass-plugin": "3.7.0",
"jsdom": "29.0.2",
"sass": "1.77.6",
"stylelint": "16.26.1",
"stylelint-config-twbs-bootstrap": "16.1.0",
"stylelint-order": "8.1.1",
"vitest": "4.1.3"
}
}