-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 893 Bytes
/
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
{
"name": "t3rm-site",
"version": "5.2.0",
"module": "index.ts",
"devDependencies": {
"@types/bun": "latest",
"@types/clean-css": "^4.2.11",
"@types/figlet": "^1.7.0",
"@types/lodash": "^4.17.14"
},
"peerDependencies": {
"typescript": "^5.5.4"
},
"type": "module",
"scripts": {
"build": "bun ./ssg.ts build"
},
"dependencies": {
"@prettier/plugin-xml": "^3.4.1",
"chokidar": "^3.6.0",
"clean-css": "^5.3.3",
"dedent": "^1.5.3",
"fast-xml-parser": "^4.5.1",
"figlet": "^1.8.0",
"form-data": "^4.0.1",
"lodash": "^4.17.21",
"marked": "^14.1.4",
"node-emoji": "^2.2.0",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"serve-handler": "^6.1.6",
"twemoji": "^14.0.2",
"yaml": "^2.7.0"
}
}