Files
tartarus-app/package.json

38 lines
893 B
JSON
Raw Permalink Normal View History

2026-01-14 13:05:41 -05:00
{
"name": "tartarus-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-01-14 13:20:11 -05:00
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.9",
"@mui/icons-material": "^7.3.7",
2026-01-14 13:20:11 -05:00
"@mui/material": "^7.3.7",
"@mui/x-tree-view": "^8.25.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"colyseus.js": "^0.16.22",
2026-01-14 13:05:41 -05:00
"next": "16.1.1",
"pg": "^8.17.0",
2026-01-14 13:05:41 -05:00
"react": "19.2.3",
"react-dom": "19.2.3",
"react-draggable": "^4.5.0",
"three": "^0.182.0"
2026-01-14 13:05:41 -05:00
},
"devDependencies": {
"@types/node": "^20",
"@types/pg": "^8.16.0",
2026-01-14 13:05:41 -05:00
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"typescript": "^5"
}
}