generated from remarkablegames/phaser-platformer
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "inversion",
"version": "1.4.2",
"description": "A template for building Phaser platformer games.",
"author": "Mark <mark@remarkablemark.org>",
"source": "public/index.html",
"scripts": {
"build": "npm run clean && parcel build",
"bundle": "scripts/bundle.sh",
"clean": "rm -rf .parcel-cache/ dist/",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"start": "parcel --open"
},
"homepage": "https://remarkablegames.org/inversion/",
"dependencies": {
"phaser": "3.86.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",
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.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",
"parcel": "^2.12.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"typescript": "^5.6.3"
},
"private": true,
"license": "MIT"
}