-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 738 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 738 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": "qlurkin.github.io",
"version": "1.0.0",
"description": "Site used for my lectures",
"main": "build.js",
"type": "module",
"scripts": {
"build": "node build.js",
"bundles": "npx rollup -c",
"dev": "bun dev.js"
},
"keywords": [],
"author": "Quentin Lurkin",
"license": "ISC",
"dependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"adm-zip": "^0.5.16",
"build_lib": "file:./build_lib",
"highlight.js": "^11.8.0",
"hono": "^4.0.0",
"js-yaml": "^4.1.0",
"marked": "^5.0.5",
"nunjucks": "^3.2.4",
"pdf-lib": "^1.17.1",
"puppeteer": "^20.7.4",
"rollup": "^3.20.0",
"rollup-plugin-sass": "^1.12.19"
}
}