generated from remarkablegames/phaser-platformer
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"name": "inversion",
"version": "1.4.0",
"description": "A template for building Phaser platformer games.",
"author": "Mark <[email protected]>",
"source": "public/index.html",
"scripts": {
"build": "npm run clean && parcel build",
"clean": "rm -rf .parcel-cache/ dist/",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"postinstall": "husky install",
"start": "parcel --open"
},
"homepage": "https://remarkablegames.org/inversion/",
"dependencies": {
"phaser": "3.70.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@parcel/packager-raw-url": "^2.10.3",
"@parcel/transformer-webmanifest": "^2.10.3",
"@types/gtag.js": "^0.0.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"parcel": "^2.10.3",
"prettier": "^3.1.1",
"process": "^0.11.10",
"typescript": "^5.3.3"
},
"private": true,
"license": "MIT"
}