Update package.json

This commit is contained in:
radmanplays 2024-04-17 18:05:22 +03:30 committed by GitHub
commit 79cc064297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,10 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"blockly": "10.4.3", "@blockly/continuous-toolbox": "^5.0.2",
"@blockly/theme-dark": "^6.0.1",
"@blockly/field-colour-hsv-sliders": "^4.1.6",
"@blockly/workspace-minimap": "^0.1.5",
"@sveltejs/adapter-vercel": "^3.0.2", "@sveltejs/adapter-vercel": "^3.0.2",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"js-beautify": "^1.14.9", "js-beautify": "^1.14.9",