generated from remarkablegames/phaser-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 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
{
"name": "phaser-rpg",
"version": "1.0.0-alpha",
"description": "A template for building Phaser RPG games.",
"author": "Mark <mark@remarkablemark.org>",
"scripts": {
"build": "npm run clean && vite build",
"bundle": "scripts/bundle.sh",
"clean": "rm -rf dist",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"preview": "vite preview",
"start": "vite --open"
},
"homepage": "https://remarkablegames.org/phaser-rpg/",
"dependencies": {
"phaser": "3.86.0",
"phaser-jsx": "0.10.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/compat": "1.2.2",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.13.0",
"@types/gtag.js": "0.0.20",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-html": "3.2.2"
},
"private": true,
"license": "MIT"
}