44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"@fortawesome/fontawesome-free": "^5.2.0",
|
|
"@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/"
|
|
}
|
|
}
|