-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 760 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 760 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
{
"name": "personal-website",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.tsx",
"build": "bun build --target=bun ./src/index.tsx --outfile=./build/index.js"
},
"dependencies": {
"@elysiajs/html": "1.2.0",
"@types/markdown-it": "14.1.2",
"elysia": "1.2.11",
"front-matter": "4.0.2",
"highlight.js": "11.11.1",
"markdown-it": "14.1.0",
"markdown-it-checkbox": "1.1.0",
"markdown-it-footnote": "4.0.0",
"markdown-it-mark": "4.0.0",
"markdown-it-sub": "2.0.0",
"markdown-it-sup": "2.0.0",
"sass": "1.83.4",
"yaml": "2.7.0"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}