-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@rpgjs/client",
"version": "4.3.0",
"description": "",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && tsc-esm-fix --target='lib' && npm run build:browser",
"build:browser": "RPG_TYPE=rpg npx rpgjs build",
"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.2",
"@pixi/tilemap": "^5.0.1",
"@rpgjs/common": "^4.3.0",
"@rpgjs/tiled": "^4.3.0",
"@rpgjs/types": "^4.0.5",
"@types/howler": "2.2.11",
"howler": "2.2.4",
"lodash.get": "^4.4.2",
"lodash.merge": "4.6.2",
"pixi-viewport": "^5.0.3",
"pixi.js": "8.2.4",
"react-dom": "^18.3.1",
"rxjs": "7.8.1",
"simple-room-client": "^3.0.1",
"vue": "^3.4.31"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@rpgjs/compiler": "^4.3.0",
"@types/css-font-loading-module": "^0.0.13",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"typescript": "^5.5.3"
},
"type": "module"
}