Init
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user