-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "phaser-react-ui",
"description": "React interface render for Phaser engine",
"version": "1.15.2",
"keywords": [
"phaser",
"interface",
"react",
"ui",
"library",
"render",
"plugin"
],
"license": "MIT",
"author": {
"name": "Nikita Galadiy",
"email": "[email protected]",
"url": "https://neki.guru/"
},
"main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production",
"lint": "eslint \"./src/**/*.{ts,tsx}\" --ignore-path .gitignore --fix"
},
"peerDependencies": {
"phaser": "^3.60.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-react": "7.23.3",
"@types/node": "20.10.5",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"babel-loader": "9.1.3",
"eslint": "8.56.0",
"eslint-config-neki": "1.3.0",
"phaser": "3.60.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neki-dev/phaser-react-ui.git"
}
}