generated from remarkablegames/phaser-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "linkit",
"version": "1.3.2",
"description": "Linkit is a puzzle where you connect the dots.",
"author": "Mark <mark@remarkablemark.org>",
"scripts": {
"build": "npm run clean && vite build",
"bundle": "scripts/bundle.sh",
"clean": "rm -rf dist",
"generate-level": "node --loader ts-node/esm scripts/generate-level.mts",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"preview": "vite preview",
"start": "vite --open"
},
"homepage": "https://remarkablegames.org/linkit/",
"dependencies": {
"@tsparticles/confetti": "3.7.1",
"phaser": "3.87.0",
"phaser-jsx": "0.11.0"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@types/gtag.js": "0.0.20",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"eslint": "9.17.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite-plugin-html": "3.2.2",
"yargs": "17.7.2"
},
"private": true,
"license": "MIT"
}