This commit is contained in:
2026-01-19 23:44:32 -06:00
commit 11bd5aa72b
64 changed files with 13433 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "rarry-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^7.0.4"
},
"dependencies": {
"@blockly/plugin-strict-connection-checker": "^6.0.1",
"@fortawesome/fontawesome-free": "^7.0.1",
"blockly": "^12.2.0",
"jszip": "^3.10.1",
"pako": "^2.1.0",
"pixi.js-legacy": "^7.4.3",
"socket.io-client": "^4.8.1"
}
}