Skip to content

Commit 6509a75

Browse files
committed
Major update and refactoring with multiple features for v.1.6.0
1 parent 277fba5 commit 6509a75

72 files changed

Lines changed: 2017 additions & 385 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 115 additions & 5 deletions

package-lock.json

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ludus-magnus-reborn",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "A Roman gladiator ludus management simulation game. Build your gladiator school, train legendary fighters, and conquer the arena.",
55
"author": "Ludus Magnus: Reborn Contributors",
66
"license": "MIT",
@@ -39,36 +39,38 @@
3939
},
4040
"dependencies": {
4141
"@reduxjs/toolkit": "^2.2.1",
42+
"clsx": "^2.1.0",
43+
"framer-motion": "^11.0.8",
44+
"howler": "^2.2.4",
4245
"react": "^18.3.1",
4346
"react-dom": "^18.3.1",
4447
"react-redux": "^9.1.0",
4548
"react-router-dom": "^6.22.3",
4649
"redux-persist": "^6.0.0",
47-
"uuid": "^9.0.1",
48-
"clsx": "^2.1.0",
49-
"framer-motion": "^11.0.8"
50+
"uuid": "^9.0.1"
5051
},
5152
"devDependencies": {
53+
"@testing-library/jest-dom": "^6.4.2",
54+
"@testing-library/react": "^14.2.1",
55+
"@types/howler": "^2.2.12",
5256
"@types/node": "^20.11.24",
5357
"@types/react": "^18.3.1",
5458
"@types/react-dom": "^18.3.1",
5559
"@types/uuid": "^9.0.8",
5660
"@typescript-eslint/eslint-plugin": "^7.0.0",
5761
"@typescript-eslint/parser": "^7.0.0",
5862
"@vitejs/plugin-react": "^4.2.1",
59-
"@testing-library/react": "^14.2.1",
60-
"@testing-library/jest-dom": "^6.4.2",
6163
"autoprefixer": "^10.4.18",
6264
"eslint": "^8.57.0",
6365
"eslint-plugin-react-hooks": "^4.6.0",
6466
"eslint-plugin-react-refresh": "^0.4.5",
67+
"jsdom": "^24.0.0",
6568
"postcss": "^8.4.35",
6669
"prettier": "^3.2.0",
6770
"tailwindcss": "^3.4.1",
6871
"typescript": "^5.4.2",
6972
"vite": "^5.1.4",
70-
"vitest": "^1.3.1",
71-
"jsdom": "^24.0.0"
73+
"vitest": "^1.3.1"
7274
},
7375
"engines": {
7476
"node": ">=18.0.0",

public/audio/music/arena.mp3

427 Bytes
Binary file not shown.

public/audio/music/combat.mp3

427 Bytes
Binary file not shown.

public/audio/music/dashboard.mp3

427 Bytes
Binary file not shown.
427 Bytes
Binary file not shown.

public/audio/music/marketplace.mp3

427 Bytes
Binary file not shown.

public/audio/music/title.mp3

427 Bytes
Binary file not shown.

public/audio/sfx/attack.mp3

427 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)