generated from bodgingbear/phaser3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 850 Bytes
/
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
{
"name": "phaser-bodgingbear-template",
"version": "1.0.0",
"description": "A Phaser 3 TypeScript Project Template",
"license": "CC-BY-NC-4.0",
"scripts": {
"dev": "vite",
"build": "yarn type-check && vite build",
"preview": "vite preview",
"type-check": "tsc",
"lint": "eslint --ext .ts src/"
},
"dependencies": {
"phaser": "^3.70.0",
"webfontloader": "^1.6.28",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"packageManager": "[email protected]"
}