Skip to content

Commit

Permalink
react integration
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Oct 9, 2023
1 parent 917c72d commit ac6ad49
Show file tree
Hide file tree
Showing 27 changed files with 2,235 additions and 1,632 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const guideMenu = [{
{ text: "Supporting Gamepad Input", link: "/guide/gamepad" },
{ text: "Creating Responsive Game Design", link: "/guide/responsive-design" },
{ text: "Create Progressive Web Apps (PWA)", link: "/guide/pwa" },
{ text: "Add TailwindCSS", link: "/guide/tailwindcss" }
{ text: "Add TailwindCSS", link: "/guide/tailwindcss" },
{ text: "Upgrade/Update RPGJS", link: "/guide/upgrade" }
]

Expand Down
262 changes: 223 additions & 39 deletions packages/client/package-lock.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,21 @@
"watch": "tsc -w"
},
"keywords": [],
"typesVersions": {
"*": {
"react": [
"lib/Gui/React.d.ts"
]
}
},
"exports": {
".": "./lib/index.js",
"./react": "./lib/Gui/React.js"
},
"author": "Samuel Ronce",
"license": "MIT",
"dependencies": {
"@nanostores/react": "^0.7.1",
"@pixi/tilemap": "^4.0.0",
"@rpgjs/common": "^4.0.2",
"@rpgjs/tiled": "^4.0.2",
Expand All @@ -26,6 +38,8 @@
"lodash.merge": "4.6.2",
"pixi-viewport": "^5.0.2",
"pixi.js": "7.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "7.8.0",
"simple-room-client": "^2.0.6",
"vue": "^3.2.47"
Expand All @@ -36,6 +50,7 @@
"@rpgjs/compiler": "^4.0.2",
"@types/css-font-loading-module": "^0.0.8",
"@types/node": "^18.16.0",
"@types/react": "^18.2.25",
"typescript": "^5.0.4"
},
"type": "module"
Expand Down
Loading

0 comments on commit ac6ad49

Please sign in to comment.