Files
MineSeeker/package.json
T
lang f451df283c
Deploy to Production / deploy (push) Successful in 3m42s
chg: usr: add current version of the app in the footer #14
2026-07-27 19:01:42 +02:00

53 lines
1.3 KiB
JSON

{
"name": "mine-seeker",
"version": "2026.3.0",
"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.3.0",
"@fontsource/open-sans": "^5.3.0",
"@fontsource/rajdhani": "^5.3.0",
"@fortawesome/fontawesome-free": "^7.3.1",
"@mui/material": "^9.2.0",
"@mui/x-charts": "^9.10.1",
"@tanstack/react-query": "^5.101.4",
"cap-widget": "^0.1.56",
"howler": "^2.2.4",
"lodash": "^4.18.1",
"prop-types": "^15.8.1",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-react": "^6.0.4",
"eslint": "^10.8.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "^17.8.0",
"sass": "^1.102.0",
"vite": "^8.1.5",
"vite-plugin-symfony": "^8.2.4"
},
"scripts": {
"dev": "vite",
"watch": "vite build --watch",
"build": "vite build",
"lint": "eslint assets/js/"
}
}