coller/package.json
Julien Riou 042b6fce48
All checks were successful
/ pre-commit (push) Successful in 1m17s
feat: replace Monaco by Ace
- Remove the Monaco Editor because it was to heavy and hard to integrate
- Use Ace instead
- Use the lowercase identifier for languages (ex: "Text" -> "text")
- Select automatically the default language in the drop down to create a note
  (like the expiration)
- Add `ace_directory` to serve assets from a local folder instead of a CDN

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-21 15:03:39 +02:00

6 lines
83 B
JSON

{
"dependencies": {
"ace-builds": "^1.43.3",
"bootstrap": "^5.3.8"
}
}