Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ website/i18n/**/*
package-lock.json
.vercel
.env
.worktrees/
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,18 @@
"fast-xml-parser": "^5.7.0",
"fast-xml-builder": "^1.1.7",
"uuid": "^11.1.1",
"ws@^7.3.1": "^7.5.11",
"ws@^8.18.0": "^8.21.0",
"postcss": "^8.5.12",
"shell-quote": "^1.8.4",
"joi": "^17.13.4"
"joi": "^17.13.4",
"js-yaml": "^4.2.0",
"dompurify": "^3.4.11",
"form-data": "^4.0.6",
"tar": "^7.5.16",
"launch-editor": "^2.14.1",
"@babel/core": "^7.29.6",
"http-proxy-middleware": "^2.0.10",
"webpack-dev-server": "^5.2.5"
}
}
Loading
Loading