Private
Public Access
1
0
Files
MineSeeker/package.json

52 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"name": "mine-seeker",
"version": "2026.2.1",
"author": "https://www.splendidbear.org",
"license": "GPL-3.0-or-later",
"bugs": "https://source.splendidbear.org",
"description": "Mine Seeker Game by system7",
"private": true,
"keywords": [
"mine",
"seeker",
"game",
"multiplayer",
"websocket"
],
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/changa-one": "^5.2.8",
"@fontsource/open-sans": "^5.2.7",
"@fontsource/rajdhani": "^5.2.7",
"@fortawesome/fontawesome-free": "^7.2.0",
"@mui/material": "^9.0.0",
2026-04-18 22:12:20 +02:00
"@mui/x-charts": "^9.0.2",
2026-04-19 20:57:00 +02:00
"@tanstack/react-query": "^5.99.2",
2026-04-18 22:12:20 +02:00
"howler": "^2.2.4",
"lodash": "^4.18.1",
2026-04-18 22:12:20 +02:00
"prop-types": "^15.8.1",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "10.2.1",
2026-04-18 22:12:20 +02:00
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "17.5.0",
2026-04-18 22:12:20 +02:00
"sass": "^1.99.0",
"vite": "^8.0.8",
"vite-plugin-symfony": "^8.2.4"
},
"scripts": {
"dev": "vite",
"watch": "vite build --watch",
"build": "vite build",
"lint": "eslint assets/js/"
}
}