-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.96 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
56
57
58
59
60
{
"name": "template-react-ts",
"description": "A Phaser 3 TypeScript project template that demonstrates React communication and uses Vite for bundling.",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/phaserjs/template-react-ts.git"
},
"author": "Phaser Studio <[email protected]> (https://phaser.io/)",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/phaserjs/template-react-ts/issues"
},
"homepage": "https://github.com/phaserjs/template-react-ts#readme",
"keywords": [
"phaser",
"phaser3",
"react",
"vite",
"typescript"
],
"scripts": {
"dev": "vite --config vite/config.dev.mjs --port 3000",
"build": "vite build --config vite/config.prod.mjs"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.4",
"axios": "^1.7.3",
"firebase": "^10.12.3",
"idb": "^8.0.0",
"lodash": "^4.17.21",
"phaser": "^3.80.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"tone": "^15.0.4",
"use-indexeddb": "^2.0.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/lodash": "^4.17.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"terser": "^5.28.1",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}