39059-vm/royal-app/package.json
2026-03-09 06:28:03 +00:00

29 lines
603 B
JSON

{
"name": "royal-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"axios": "^1.13.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.1",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.4",
"vite": "^7.3.1"
}
}