Private
Public Access
1
0
Files
MineSeeker/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "mine-seeker",
"version": "1.0.0",
"description": "Mine Seeker Game by system7",
"keywords": [
"mine",
"seeker",
"game",
"multiplayer",
"websocket"
],
"author": "Laszlo Lang <system7>",
"license": "UNLICENSED",
"private": true,
"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",
"@mui/x-charts": "^9.0.1",
"@tanstack/react-query": "^5.0.0",
"howler": "^2.1.2",
"lodash": "^4.18.1",
"prop-types": "^15.7.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.0.0",
"@stylistic/eslint-plugin": "^4.0.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.0.0",
"sass": "^1.77.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/"
}
}